Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
ManIkWeet
on 28/02/2014, 16:07:14 UTC
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:
Code:
: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