Post
Topic
Board Pools (Altcoins)
Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█
by
Grout
on 09/02/2016, 15:03:51 UTC
Oh Zpool. I like you very much but you make it really hard to write software that auto-switch to the most profitable pool (like MinerControl or my own software). Here is an extract from the values returned by your API for the neoscrypt pool :

Code:
2.95757
2.94374
2.94605
2.95738
2.96167
2.96167
2.96167
5375.56269
13.16649
1.68837
2.10255
11.16034
5.42788
5.42788
5.19891
3.63841
3.70073
3.94264
3.94264
2.76667
2.76667

This one abhorrent value (5375 BTC/Gh/day) screws up everyone that switches based on an average. I think it is default behavior for MinerControl (it definitely is for my software) to average the last 2 hours values to make a decision. This single 'error', makes everyone switch to you for the next two hours. Even if you are not the most profitable.

Guess I'll have to work around that and hope it is unintentional.

That must have been from UFO. It was diff blocked for a day or two and so when a block was found the chain, well, that would make the diff drop super low to allow it to catchup with blocks and thus making it jump the profitability. I would expect that it would report the same on all pools with UFO in their mix...

Well, the only other pool mining UFO I have data on is Hashpower, and they don't show the same fluctuation. In the same timeperiod, their highest value is 5.8. I only have one 'dot' per minute though, so it might have slipped between my API calls.
Anyway, I added a bit of code to ignore these 'anomalies' and it should be OK in the future.