Author

Topic: If I have 2 pools in the config, how do I tell bfgminer to only use the 2nd. (Read 750 times)

newbie
Activity: 29
Merit: 0
Why not just swap them around? Seems easier, as failover mode of BFGMiner is designed to start with pool 0 and work up.

Jacob

Thanks. That's just what I needed to know.

Now, how do I tell bfgminer which ASIC miner to use?
sr. member
Activity: 364
Merit: 250
Why not just swap them around? Seems easier, as failover mode of BFGMiner is designed to start with pool 0 and work up.

Jacob
newbie
Activity: 29
Merit: 0

This is my bfgurls.conf file, and I'm trying to figure out how I tell bfgminer to use only the second pool (pool1)

pool 0 is the first one
pool 1 is the second one.


{
"pools" : [
   {
      "url" : "stratum+tcp://eu.stratum.bitcoin.cz:3333",
      "user" : "ShanghaiTimes.worker1",
      "pass" : "*"
   },
   {   "url" :  "stratum+tcp://stratum.solo.nicehash.com:3334",
      "user" : "17FrGCZZNGtrruYkY8ZTUrRzeA9891Qd6E.worker2",
      "pass" : "17FrGCZZNGtrruYkY8ZTUrRzeA9891Qd6E"
   }

]

}
Jump to: