do you know if this works for bfgminer as well ? ie solo mining on my first pool and having a backup pool for longpolling support ?
tSo, I have noticed that when I use the failover pool my miner doesnt detect blocks on the network ?
[2014-03-17 19:54:19] Started bfgminer 3.10.0
[2014-03-17 19:54:19] Probing for an alive pool
[2014-03-17 19:54:19] Network difficulty changed to 4.25G (30.42Ph/s)
[2014-03-17 19:54:19] No suitable long-poll found for
http://126.0.0.1:8332 [2014-03-17 19:54:19] Pool 0
http://127.0.0.1:8332 alive
[2014-03-17 19:54:19] Pool 1
http://stratum.btcguild.com:3333 alive
[2014-03-17 19:54:19] Pool 1 is hiding block contents from us
[2014-03-17 19:55:19] Block change for
http://127.0.0.1:8332 detection via
http://stratum.btcguild.com:3333 stratum
then it just hangs there and doesnt detect any blocks on the network - though if i turn verbose mode on I can see that my ASIC's are hashing away ?
If I leave out the 2nd pool and add
--no-longpoll
Then it works fine, and i can see blocks being found on the network no problem ?
[2014-03-17 20:06:06] Started bfgminer 3.10.0
[2014-03-17 20:06:06] Probing for an alive pool
[2014-03-17 20:06:07] Network difficulty changed to 4.25G (30.42Ph/s)
[2014-03-17 20:06:07] Pool 0
http://127.0.0.1:8332 alive
[2014-03-17 20:06:58] New block detected on network <-- new found block here!
thanks in advance!