Post
Topic
Board Mining software (miners)
Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx
by
BadPenny
on 05/09/2011, 17:21:26 UTC
Can someone tell me how to setup a fallback pool in this .bat file:
cgminer.exe -o http://173.193.21.69:8337 -u user -p password -v 2 -w 128

You can specify additional pools by repeating the arguments (second, third,... dataset with -o -u -p arguments). Alternatively you can specify these in configuration files and simply add -c 1.cfg -c 2.cfg -c 3.cfg etc.
So, that would be:

cgminer.exe -o http://arsbitcoin.com:8344 -u user -p password -v 2 -w 128
cgminer.exe -o http://mtred.com:8337 -u user -p password -v 2 -w 128

?
I've tried doing it from within the cgminer console, but I'm still unfamiliar with the commands.

Thanks, by the way.