1

Recently I found out about cryptonight algorithms, Bytecoin in specific. I have about 20 Raspberry Pi’s here and I would like to know if cryptonight mining is possible on ARM processors.

I am also planning to join a pool, so the mining software needs to be compatible with pools.

Thanks!

Sid

SidS
  • 155
  • 5
  • 8

1 Answers1

2

You'll get about ~10H/s in my experience.

I use https://github.com/tpruvot/cpuminer-multi

(You may need to switch to the ARM fork on the repo).
You should be able to compile it once then scp it to your devices.

Here's another thread that may be helpful: Could I use a Raspberry Pi to mine Monero?

Also with this number of devices, you may want to add proxy:
https://github.com/xmrig/xmrig-proxy

Simplifies your management greatly.