forked from glitchman/mmcminer
-
Notifications
You must be signed in to change notification settings - Fork 0
Atrides/mmc2miner
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a multi-threaded CPU miner for MemoryCoin 2.0. License: GPLv2. See COPYING for details. Dependencies: libcurl http://curl.haxx.se/libcurl/ openssl http://www.openssl.org/ jansson http://www.digip.org/jansson/ (jansson is optional, and is included in-tree) Ubuntu / Debian: sudo apt-get install build-essential autoconf libtool libcurl4-openssl-dev Basic *nix or MinGW64 build instructions: ./autogen.sh CFLAGS="-O3 -march=native -mtune=native" CXXFLAGS="-O3 -march=native -mtune=native" ./configure make Usage instructions: Run "minerd2 --help" to see options. On Linux, performance may be slightly increased by reducing system swappiness with 'echo 5 | sudo tee /proc/sys/vm/swappiness > /dev/null' command. Also you may consider turning swap off entirely with 'sudo swapoff -a' if your system has enough RAM. Solo mining: ./minerd2 --url http://127.0.0.1:RPCPORT/ --user RPCUSER --pass RPCPASSWORD --threads 2 Pool mining: ./minerd2 --url http://erebor.dwarfpool.com:8080/ --user MMCADDRESS --threads 2 Erebor-Ports(EU) erebor.dwarfpool.com: 8080,8081,8082,8083 Moria-Ports(US) moria.dwarfpool.com: 8080
About
CPU miner
Resources
License
Unknown, GPL-2.0 licenses found
Licenses found
Unknown
LICENSE
GPL-2.0
COPYING
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 76.3%
- C++ 23.1%
- Shell 0.6%