Post
Topic
Board Mining (Altcoins)
Re: [GUIDE] GridSeed Miner Support/Tuning
by
btcXem
on 07/03/2014, 01:24:32 UTC
If you don't want to run a bunch of cpuminers, I have posted modified cgminer sources to allow LTC-only mode: https://github.com/dtbartle/cgminer-gc3355.

I have a single GridSeed on the way and I want to run it on my 5 GPU Debian system. It's currently running sgminer for the GPU's and I'd like to keep that way. What is the process I'd use to get your modified cgminer working with the GridSeed?

Would this theoretically work?

Plug in GridSeed into power and USB
git clone https://github.com/dtbartle/cgminer-gc3355
cd cgminer-gc3355
./configure --enable-scrypt --enable-gridseed
make
./cgminer -o: (url) -u (user) -p (password) --griseed-options=freq=850

Would it try to use my GPU's? How would I tell it to use the GridSeed only?