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.
whats with the "cudaminer.exe -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1" at the bottom?
that would be giving you issues
Actually that line would never run, as it goes back to loop.
Also, you need the parameters of cudaminer in every line, not at the bottom.
:loop
cudaminer.exe -R 5 -r 5 -o stratum+tcp://minercrew.org:3336 -u miner.user -p password -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1
cudaminer.exe -R 5 -r 5 -o stratum+tcp://pool.yourmine.org:3340 -u miner.user -p password -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1
cudaminer.exe -R 15 -r 2 -o stratum+tcp://zeit.hashstrike.com:3341 -u miner.user -p password -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1
cudaminer.exe -R 5 -r 2 -o stratum+tcp://zeit.morecoins.org:3334 -u miner.user -p password -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1
cudaminer.exe -R 5 -r 2 -o stratum+tcp://east1.us.stratum.dedicatedpool.com:3366 -u miner.user -p password -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1
cudaminer.exe -R 5 -r 2 -o stratum+tcp://zeit.coins4everyone.com:3453 -u miner.user -p password -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1
cudaminer.exe -R 5 -r 2 -o stratum+tcp://zeit.hashfever.com:3265 -u miner.user -p password -d 0,1,2 -i 1,0,0 -l auto,S27x3,28x4 -C 0,2,1
goto loop
Edit: I highly recommend to remove the -l auto one and replace it with whatever autotune says