Author

Topic: How Do I Set UP A Backup Pool on CGMiner? (Read 858 times)

legendary
Activity: 3583
Merit: 1094
Think for yourself
January 20, 2014, 12:16:35 PM
#6
Thank you buddy.  That worked!

Glad to hear it.

Keep in mind that this is the Bitcoin section.  The altcoin section has some very knowledgeable folks that are very helpful, probably more so now that there isn't much GPU mining on Bitcoin anymore.

Take Care,
Sam
member
Activity: 92
Merit: 10
January 20, 2014, 12:12:42 PM
#5
Thank you buddy.  That worked!
legendary
Activity: 3583
Merit: 1094
Think for yourself
January 20, 2014, 11:48:15 AM
#4
Put all of your command line arguments towards the beginning with the pool at the end.  The just put a space and start your next pool another -o set of parameters.  Add as many pools and/or servers as you want.

Hello:  I tried this, but I did it wrong.  What do I need to correct?


cgminer-3.1.1-windows\cgminer.exe --scrypt -I 20,20,20,20 -o -u xxx.1 -p x --thread-concurrency 22400 --gpu-threads 1 --worksize 256 --lookup-gap 2 --gpu-engine 905,905,905,905 --gpu-memclock 1250,1250,1250,1250 --auto-fan --config C:\xxx\x\x\cgminer-3.1.1-windows\cgminer.conf stratum+tcp://us-west.multipool.us:3352 -o stratum+tcp://us-east.multipool.us:3352 -u xx.1 -p x --thread-concurrency 22400 --gpu-threads 1 --worksize 256 --lookup-gap 2 --gpu-engine 905,905,905,905 --gpu-memclock 1250,1250,1250,1250 --auto-fan --config C:\x\x\x\cgminer-3.1.1-windows\cgminer.conf

Uh, OK, Lets go back to your original post's command line

cgminer.exe --scrypt -I 20,20,20,20 -o stratum+tcp://us-west.multipool.us:3352 -u XXX.1 -p XX --thread-concurrency 22400 --gpu-threads 1 --worksize 256 --lookup-gap 2 --gpu-engine 905,905,905,905 --gpu-memclock 1250,1250,1250,1250 --auto-fan --config C:\XXX\xxx\xxx\cgminer-3.1.1-windows\cgminer.conf

I would change it to

cgminer.exe --scrypt -I 20,20,20,20 --thread-concurrency 22400 --gpu-threads 1 --worksize 256 --lookup-gap 2 --gpu-engine 905,905,905,905 --gpu-memclock 1250,1250,1250,1250 --auto-fan --config C:\XXX\xxx\xxx\cgminer-3.1.1-windows\cgminer.conf -o stratum+tcp://us-west.multipool.us:3352 -u XXX.1 -p XX -o "failover pool stuff here"

I've never used the .conf file so I don't know what the ramifications are with combining that with command line options.  I would recommend using one or the other and not both.
Sam
member
Activity: 92
Merit: 10
January 20, 2014, 11:39:58 AM
#3
Put all of your command line arguments towards the beginning with the pool at the end.  The just put a space and start your next pool another -o set of parameters.  Add as many pools and/or servers as you want.

Hello:  I tried this, but I did it wrong.  What do I need to correct?


cgminer-3.1.1-windows\cgminer.exe --scrypt -I 20,20,20,20 -o -u xxx.1 -p x --thread-concurrency 22400 --gpu-threads 1 --worksize 256 --lookup-gap 2 --gpu-engine 905,905,905,905 --gpu-memclock 1250,1250,1250,1250 --auto-fan --config C:\xxx\x\x\cgminer-3.1.1-windows\cgminer.conf stratum+tcp://us-west.multipool.us:3352 -o stratum+tcp://us-east.multipool.us:3352 -u xx.1 -p x --thread-concurrency 22400 --gpu-threads 1 --worksize 256 --lookup-gap 2 --gpu-engine 905,905,905,905 --gpu-memclock 1250,1250,1250,1250 --auto-fan --config C:\x\x\x\cgminer-3.1.1-windows\cgminer.conf
legendary
Activity: 3583
Merit: 1094
Think for yourself
January 20, 2014, 11:14:02 AM
#2
Put all of your command line arguments towards the beginning with the pool at the end.  The just put a space and start your next pool another -o set of parameters.  Add as many pools and/or servers as you want.
member
Activity: 92
Merit: 10
January 20, 2014, 10:26:14 AM
#1
Hi: I had a problem with a pool today.  How can I set up CGMIner to switch to another pool in case the first pool goes down?  My current .bat is like this:

cgminer.exe --scrypt -I 20,20,20,20 -o stratum+tcp://us-west.multipool.us:3352 -u XXX.1 -p XX --thread-concurrency 22400 --gpu-threads 1 --worksize 256 --lookup-gap 2 --gpu-engine 905,905,905,905 --gpu-memclock 1250,1250,1250,1250 --auto-fan --config C:\XXX\xxx\xxx\cgminer-3.1.1-windows\cgminer.conf

Thanks for any replies.
Jump to: