Post
Topic
Board Mining support
Re: [GUIDE] BitFury Miner Support/Tuning
by
darkfriend77
on 25/09/2013, 09:01:55 UTC
plz make "how to" step4step frob back up to chainminer upgrade manual for noobs like me)

ChainMiner for M Board Version 2.X boards
DO not use this guide for Version 1x m-boards.
It will fry your chips.  This is only meant for Version 2 of the M-board.

....

That's how I did it yesterday ... worked like a charm ... if you do it the first time ... the make command might take some minutes be sure to let it run till it gets you back to the command line ...

...
8. How to update on the most actual chainminer version (gitpull)?

... first .. if it ain't broke don't fix it ...

do backup of your actual bitfury chainminer version...

Code:
pi@bitfury ~ $ cp -a /opt/bitfury /usr/bitfury.backup
Then move to chainminer get latest version clean make ... restart ...

Code:
pi@bitfury ~ $ cd /opt/bitfury/chainminer
pi@bitfury ~ $ git pull
pi@bitfury ~ $ make clean
pi@bitfury ~ $ make

restart the miner ... and hope it will still hash ... :-)
...