Showing posts with label raspberypi. Show all posts
Showing posts with label raspberypi. Show all posts

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