Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: splat44 on September 04, 2015, 10:07:17 AM



Title: Gridseed chip 80 scrypt with cgmner or bfgminer 5.2
Post by: splat44 on September 04, 2015, 10:07:17 AM
Hi,

I understand gridseed 80 chip asic scrypt hardware can be with some cgminer version and bfgminer 5.2

It would be great in know how install and building following software steps by steps on raspberry pi2:
1) cgminer
2) bfminer

Of course, I want to make sure gridseed and scrypt is enabled while using ./configure!

Can any one help?
I also cgminer 4.9.2 doesn't support altcoin including scrypt?


Title: Re: Gridseed chip 80 scrypt with cgmner or bfgminer 5.2
Post by: psycodad on September 04, 2015, 01:55:34 PM
I think you will need jmordica's fork of cgminer from https://github.com/jmordica/cgminer-gc3355 (https://github.com/jmordica/cgminer-gc3355) .

Configure parameters are noted in the readme of the above link. Otherwise you just need to make sure you have all the requirements/dependencies installed to build it on your Pi.

HTH


Title: Re: Gridseed chip 80 scrypt with cgmner or bfgminer 5.2
Post by: splat44 on September 05, 2015, 02:59:32 AM
Ok, can you confirm if all below are all I need doing?

Code:
sudo apt-get update
sudo apt-get install autoconf autogen libtool uthash-dev libjansson-dev libcurl4-openssl-dev libusb-dev libncurses-dev git-core –y

Code:
git clone https://github.com/jmordica/cgminer-gc3355.git
cd cgminer-gc3355
./autogen.sh
./configure --enable-scrypt --enable-gridseed
make

Assuming all is correct, then GPU and CPU will be disabled?



I think you will need jmordica's fork of cgminer from https://github.com/jmordica/cgminer-gc3355 (https://github.com/jmordica/cgminer-gc3355) .

Configure parameters are noted in the readme of the above link. Otherwise you just need to make sure you have all the requirements/dependencies installed to build it on your Pi.

HTH


Title: Re: Gridseed chip 80 scrypt with cgmner or bfgminer 5.2
Post by: bit1 on September 05, 2015, 03:53:15 AM
You could move this thread to mining section.