Friday 19 January 2018

Mining Bytecoin(BCN) on raspberypi 2, Ubuntu, Linux

Mining Bytecoin on Linux(ubuntu , raspberypi 2) :

Bytecoin pool : http://bytecoin-pool.org/t/en/

1. git clone https://github.com/tpruvot/cpuminer-multi

2. cd cpuminer-multi

3. ./build.sh ( cpuminer file will be created)

4. ./cpuminer -a cryptonight -o stratum+tcp://bytecoin-pool.org:3333 -u Your_Bytecoin_Adress -p x -t 3


-t 3 = use only 3 core
-u   = Your wallet address (Create wallet address)

Run mining in background :

screen -A -m -d -S mycpumine ./cpuminer -a cryptonight -o stratum+tcp://bytecoin-pool.org:3333 -u Your_Bytecoin_Adress -p x -t 3

Note for Debian/Ubuntu users:

apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev make g++

Note for pi64 users:

 ./configure --disable-assembly CFLAGS="-Ofast -march=native" --with-crypto --with-curl

Raspberry 2 mining (3 core):

Hashrate : 5-6H/s
Estimated earning: 1.19 BCN/day

2 comments:

  1. I think this is an informative post and it is very beneficial and knowledgeable. Therefore, I would like to thank you for the endeavors that you have made in writing this article. All the content is absolutely well-researched. Thanks... Monero Pool

    ReplyDelete