Neoscrypt Pi Miner
-
I just can’t help myself.
I had to know.
How fast could a Raspberry Pi mine PXC
AFter several failed attempts I finally managed to get Neoscrypt Minerd to compile on it and here are the results
What a Powerhouse!!! :))
For those wishing to try yourself the first thing to know is it won’t compile with the standard gcc 4.6 on comes with Raspbian, you need to install 4.7
First follow the steps here to insatll and select gcc4.7
http://drillbitsystem.com/forum/index.php?topic=191.0
Then
git clone https://github.com/ghostlander/cpuminer-neoscrypt
cd cpuminer-neoscrypt
./autogen.sh
./configure CFLAGS=“-Ofast -march=native”
make
to run
./minerd -o stratum+tcp://yourmingpool:XXX -u USERNAME -p PASSWORD
-
Yep, I also couldn’t resist a temptation of testing the miner on some ancient hardware :)