Bitcoin Forum

Bitcoin => Mining software (miners) => Topic started by: Newmineryeah on February 19, 2015, 01:04:14 AM



Title: Gridseed 5 chip dual miner
Post by: Newmineryeah on February 19, 2015, 01:04:14 AM
Can someone help me with the command line I will need for cgminer please or a decent miner that i can connect to a pool. yeah i wont make any money but it is a little hobby!


Title: Re: Gridseed 5 chip dual miner
Post by: sirslayer on February 19, 2015, 10:49:28 AM
here is a copy of my cgminer ver 3.8.5 bat file , if that is what you needed??   and the pool is @ http://ispace.co.uk and this site would be more useful for the gridseed dual miner


cgminer.exe -o stratum+tcp://ispace.co.uk:3691 -u sirslayer.sirslayer -p death1 --gridseed-options=baud=115200,freq=750,chips=5,modules=1,usefifo=0,btc=16 --hotplug=0


Title: Re: Gridseed 5 chip dual miner
Post by: michelem on February 19, 2015, 01:23:31 PM
Official CGminer hasn't Gridseed support, you need to use a fork like this: https://github.com/dmaxl/cgminer/
But I can suggest you to get the fork of CPUminer build exactly for Gridseed and it is the most reliable one. https://github.com/siklon/cpuminer-gc3355

If you have a Raspberry you can take a look at my project: Minera (http://getminera.com/)
It's a web interface to configure and monitor your Gridseed devices easily (and much more).

Good luck!