So for some reason it likes to get stuck on BTCPool24.
yep, something is not right, 40593 seconds from beginning of the round (11 hours) at 30Gh on average (have seen 50Gh+), has only 288422 shares...
Try my AltSliceScheduler:
https://github.com/echiu64/bitHopperUse options like
--scheduler AltSliceScheduler --altslicesize=1200
Default is 600 "slice" or "pie" size, in that the 600 will be divided amongst the pools, weighted by their share count.
For really fast switch set it to 60. Takes about a minute or so to wait for all the stats to initialize and have the slice redistribution get set. Not sure if there is a better way to trigger this earlier.
Still using the previous stats page for the alt slice scheduler, so should be functional...
You can see the time slice count on the stats page as well and will decrement over time. The next largest slice will be selected. Once all are exhausted, slices are recalculated...
Credit goes to flowers for the original implementation