Post
Topic
Board Hardware
Re: [ANN] US/North American Bitfury sales NEW STOCK ***NOW SHIPPING***
by
cypherdoc
on 21/01/2014, 16:28:27 UTC
Sorry to post technical on the sales thread but does anyone have or know where I can get an image for the V3 M board.  Nothing on the OP and not getting answers from the other threads.
Thanks!!

This is what I'm running.  It's set up to use bfgminer, not chainminer.

https://dl.dropboxusercontent.com/u/57535575/bitfury-sd-card-customized-2.img.xz

Once you have it installed, you might want to update bfgminer:

Code:
cd bfgminer && git pull && make && sudo make install && sudo shutdown -r now

salfter,

your image is working well.  it's been 48 hr and my periodic "reset" issues have disappeared and i now have a much more stable HR.  thank you.

however, when i try to update bfgminer with:

Code:
cd bfgminer && git pull && make && sudo make install && sudo shutdown -r now

i get this:

Code:
error: Your local changes to the following files would be overwritten by merge:
driver-bfsb.c
Please, commit your changes or stash them before you can merge.
Aborting

how can i fix this error?