forked from glitchman/mmcminer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (22 loc) · 1.12 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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