Post
Topic
Board Service Announcements
Re: [BATCH 2 INSTOCK] Selling Gridseed Asics. Ship from California. [$249]
by
CSM00
on 28/02/2014, 14:22:44 UTC
They will however mine scrypt @ ~9w if run them on a linux machine with the gridseed cpuminer -- https://github.com/gridseed/usb-miner/tree/master/software/cpuminer

I must be completely stupid because I can NEVER figure out how to download files from this website. All I see are links that open up as web based text files and on and on...

I can see a little further down where one can download a particular binary but what about the rest of the files? Do I have to download them one at a time?

For the linux source, use git and clone it to you Ubuntu machine:

Code:
sudo apt-get install git gcc make automake autoconf libcurl4-openssl-dev libjansson-dev
git clone https://github.com/gridseed/usb-miner/
cd usb-miner/software/cpuminer
./autogen.sh
./configure
make

That will get you the minerd executable.  Still have to run an instance per gridseed unit.   Instead of a comm port #, you address them with the /dev entry.

On Ubuntu 13.04, they showed up as /dev/ttyACM0, /dev/ttyACM1,....etc