Hi Everyone,
Sandor thank you for all your hard work creating CPUMiner. I am looking to switch from CGMiner and looking for what sort of start-up commands are needs:
" ./minerd --gc3355-detect --freq=1200 --gc3355-autotune --url=**** --userpass=***:*** "
I performed the voltmod on all my gridseeds so the 1200Mhz should be fine. When I run the above command I get an error saying:
"No GC3355 devices specified, please use --gc3355-detect for ... "
How do I solve this error? As well, I have 100 gridseeds all connected to my Ubuntu PC. Is it best to run them all in 1 instance of CPUminer?
Thanks!
I believe --gc3355-detect is automatic. you do not need it in the command line...
set it up like this...
set your base frequency as desired, autotune will take care of the rest...
add all of your comm ports in the same format and you should be good to go...
example:
minerd --freq=1175 --gc3355=\\.\com2,\\.\com4,\\.\com5,\\.\com6 --gc3355-autotune --url=stratum+tcp://joesmingpool.com:3002 --userpass=xxxx:zzzxxx
good luck!