Post
Topic
Board Hardware
Re: IN STOCK - 750GH/s for $849 - VMC Fast Hash One Gold Rush 0.83w/gh
by
Swimmer63
on 27/05/2014, 23:28:02 UTC
Do you have any image?

nope, but it's not that hard,

I did something like this:

1) download Debian Wheezy rasbperryPi image from here: http://www.raspberrypi.org/downloads/
2) write it to SD card: http://www.raspberrypi.org/documentation/installation/installing-images/README.md
3) connect microusb for power and monitor and keyboard to rasbPi and boot up, there will be little setup, i think you should do the 1st step atleast (just choose to enlarge partition, and all will be automatic)
4) connect fash-hast card to raspbery, after that when typing 'lsusb' you should see a new device that was not there before you connected fash-hast card.
5) install some more packages:
sudo apt-get install build-essential autoconf automake libtool pkg-config libcurl3-dev libudev-dev
6) clone cgminer from git
git clone git://github.com/ckolivas/cgminer.git
7) compile
cd cgminer
./autogen
./configure --enable-hashfast
make
 Wink run cgminer as usual

EDIT: And don't forget to tip ckolivas Smiley


Thanks, that was very nice.

VERY NICE!  But I'm stuck on #7.  After cd cgminer.  I get errors on "./autogen"  What am I missing?