Post
Topic
Board Hardware
Re: [ANN] US/North American Bitfury sales NEW STOCK ***NOW SHIPPING***
by
BigJon901
on 14/01/2014, 21:14:06 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

the *.img.xz won't open up on my raspi.

You don't open the image on the raspi.
First the image is compressed with .xz so first extract it to get the actual .img file
Then use whatever disk util you prefer to clone the image to the SD card.

ah, can that extraction be done on a Windows machine or does it have to be linux?
XZ site is here:http://tukaani.org/xz/
I do believe they have binaries for win32/64.