Tuesday, September 6, 2016

CPU mining with CPUMiner-Multi on CentOS 7

All necessary steps for CPU mining with CPUMiner-Multi by Wolf and Lucas Jones miner on CentOS 7

It is really easy to do cryptonight (Bytecoin [BCN], Monero) after CentOS installed and has network access to internet.

SSH to your CentOS and run following commands:

yum install git automake gcc make curl-devel
cd ..
cd srv
git clone https://github.com/wolf9466/cpuminer-multi
cd cpuminer-multi
./autogen.sh
CFLAGS="-march=native" ./configure
make

Now you can start miner with:

./minerd -a cryptonight -o <stratum url> -u <username> -p <pasword>

No comments:

Post a Comment