forked from jgarzik/cpuminer
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathREADME
29 lines (20 loc) · 1.01 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
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 "minerd --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:
./minerd --url http://127.0.0.1:RPCPORT/ --user RPCUSER --pass RPCPASSWORD --threads 2
Pool mining:
./minerd --url http://work.mmcpool.com/ --user MMCADDRESS --threads 2