Post
Topic
Board Mining (Altcoins)
Re: GridSeed 5-chip USB miner voltage mod
by
sandor111
on 07/05/2014, 18:03:26 UTC

There's no need for something so complicated. This will work just fine:

Code:
minerd -o stratum+tcp://pool.com -u USERNAME -p PASSWORD --gc3355-autotune --gc3355=`ls -m /dev/ttyACM* | sed -e 's/, /,/g' | tr -d '\n'` --freq=1200

That is indeed elegant, thanks.

Not needed anymore in v0.9f
Replace --gc3355=... with --gc3355-detect and it will detect all GC3355 devices automatically.