Post
Topic
Board Mining software (miners)
Re: Linux mining distro for the Raspberry PI - MinePeon
by
Morblias
on 06/09/2014, 19:12:43 UTC
Minepeon noob here. How do you update BFGMiner from within Minepeon?

SSH into it, hit q to exit to shell. type the following:

Code:
wget http://luke.dashjr.org/programs/bitcoin/files/bfgminer/latest/bfgminer-4.7.0.txz
tar -xvf bfgminer-4.7.0.txz
cd bfgminer-4.7.0
./configure
make
mv /opt/minepeon/bin/bfgminer /opt/minepeon/bin/bfgminer.old
cp bfgminer /opt/minepeon/bin/bfgminer
sudo reboot