Hey guys, I have a question.
how do you set cudaminer to switch to pools automatically?
like say a pool doesnt reconnect, you can autoswitch to another pool after a while.
i know cg miner does it.. but how can u do it on cuda? what is the command?
tryin to set it up and run it automatically cuz i gotta work tonight and im mining something.
thanks
You can set a specific amount of retries, and then make cudaminer terminate automatically when those retries have ran out.
Use -r # for the retry count and -R # for retry seconds
Examples:
:loop
cudaminer.exe -R 5 -r 10 -o pool1.com -O Acc.Worker:Pass
cudaminer.exe -R 10 -r 5 -o pool2.com -O Acc.Worker:Pass
cudaminer.exe -R 15 -r 2 -o pool3.com -O Acc.Worker:Pass
goto loop
do you mind if i post my settings so you can see troubleshoot me quick?
cudaminer.exe -o stratum+tcp://minercrew.org:3336 -u help.user -p password
-o stratum+tcp://pool.yourmine.org:3340 -u help.user -p password
cudaminer.exe -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1
i want to add more pools after, but can i get it to switch pools, if say.. 1 doesnt work for a min straight?
how would i do that. thanks