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


i added those retry commands and after the retries are done. it says
workio thread dead, waiting for workers, and it just sits there.


so i think i need some kind of  terminate command to make it go to the next pool?



heres what i have

:loop
cudaminer.exe -R 5 -r 5 -o stratum+tcp://minercrew.org:3336 -u miner.user -p password
cudaminer.exe -R 5 -r 5 -o stratum+tcp://pool.yourmine.org:3340 -u miner.user -p password
cudaminer.exe -R 15 -r 2 -o stratum+tcp://zeit.hashstrike.com:3341 -u miner.user -p password
cudaminer.exe -R 5 -r 2 -o stratum+tcp://zeit.morecoins.org:3334 -u miner.user -p password
cudaminer.exe -R 5 -r 2 -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3366 -u miner.user -p password
cudaminer.exe -R 5 -r 2 -o stratum+tcp://zeit.coins4everyone.com:3453 -u miner.user -p password
cudaminer.exe -R 5 -r 2 -o stratum+tcp://zeit.hashfever.com:3265 -u miner.user -p password
goto loop
cudaminer.exe -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1


if any1 can help me, im tryin to get cuda to jump from 1 pool to another if 1 is down, cuz i wont be present at computer.