Author

Topic: How to set up Litecoin backup mining pool? (Read 2540 times)

member
Activity: 70
Merit: 10
Pretty simple to do. Default mode is failover with higher pools in the list having higher priority.

-o firstpoolurl -u usernameforpool1 -p passforpool1 -o secondpoolurl -u usernameforpool2 -p passforpool2

or

make a cgminer.conf that looks like this (change url's I'm lazy) and leave out -o -u and -p from your command line

Code:
{
"pools" : [
   {
      "url" : "http://minebbq.dontmine.me:48339",
      "user" : "your_worker_name",
      "pass" : "x"
   },
   {
      "url" : "http://minebbq2.dontmine.me:48339",
      "user" : "your_worker_name",
      "pass" : "x"
   },
   {
      "url" : "http://bbq.dontmine.me:2082",
      "user" : "your_worker_name",
      "pass" : "x"
   }

]

}
legendary
Activity: 1652
Merit: 1007
DMD Diamond Making Money 4+ years! Join us!
Hey guys,

since LTC mining pools are still quite unstable and go offline quite often, is there a way to set up my cgminer in a way to switch automatically to a backup pool in case my primary pool goes offline?

What command should I add to my cgminer script?

Thx
Jump to: