Per the BAMT wiki page
https://github.com/aaronwolfe/Big-A-Miner-Thing/wiki/Using-bamtI have it set up as:
http://u:p@pool1.com:8332/
http://u:p@pool2.com:8332/,10,60
http://u:p@pool3.com:8332/,10,60
http://u:p@pool4.com:8332/,10,60
It was suppose to go to pool2, work 10 shares, check pool1. If pool1 still down, keep working on pool2. It should only drop down to pool3 if pool1 and pool2 are down.
However, my observation shows that when pool1 fails, it will go to pool2, work for 10 shares, switch to pool3, work for 10 shares, switch to pool4, work for 10 shares, switch to pool2, and the cycle goes on and on. Why is it dropping to pool3 even when pool2 is available?
Any ideas?