Bitcoin Forum
July 12, 2024, 05:05:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: How to set up Litecoin backup mining pool?  (Read 2538 times)
crazyivan (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 1007


DMD Diamond Making Money 4+ years! Join us!


View Profile
May 08, 2013, 04:19:54 AM
 #1

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

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
paul21
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
May 08, 2013, 04:25:27 AM
 #2

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"
   }

]

}

RIP my old pools... sometimes BTC isn't life ;(
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!