4. I'm having trouble understanding the numbers at
https://www.zpool.ca/api/status. For example: Estimate Last 24h: 0.00052364, Actual Last 24h: 0.5686. The difference in order of magnitude, is that just GHS vs THS? And is the estimate made 24h ago, or is this really an estimate of the next 24h? Also, what does rental_current mean? Is that the reward based on the last mined coin? And last, but not least, what attributes to the difference in the ZPool API and the page I mentioned above? (And which one do you guys think I should be using?)
{"name":"sha256","port":3333,"coins":43,"fees":2,"hashrate":"183172041305187","workers":162,"estimate_current":"0.00000139","estimate_last24h":"0.00000155","actual_last24h":"0.0016","rental_current":"0.00160940",
rental_current - pool can offer rent like NH
estimate_current - well, this is what you get if pool mines blocks next second
estimate_last24h -
https://bitcointalk.org/index.php?topic=1260863.msg14285380#msg14285380 Also just noticed the "estimate_last24h" , is not the "last" 24h, it should be what we project in the next 24h... I'll fix that.
actual_last24h - you got it explained plus it needs to be divided by 1000
not sure if it was fixed(IMHO broken), but those were planned in original yaamp code to compare how much estimate_last24h deviated from actual_last24h, in above example it is (155/160 - 1)*100= -3,125%