Atrides/mmc2miner
Folders and files
| Name | Name | 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