Post
Topic
Board Beginners & Help
Topic OP
Multipool API
by
spherix
on 31/12/2013, 07:23:42 UTC
hi,

@ multipool admins

i am using the api as is now.
But i'm noticing what seems to be a bug.
The return per coin is something like this :
,"cap":{"confirmed_rewards":"0","hashrate":"0","estimated_rewards":"0","payout_history":"0","pool_hashrate":4111,"round_shares":false,"block_shares":"57874715"}

but it seems that estimated_rewards is filled with the value from
Per-Block Estimate when that value > 0.
but when Per-Block Estimate = 0 , then it is filled with the value from unconfirmed.
It would be great if it would always be filled in the same way and an extra field for the unconfirmed
or have 2 extra fields in the api-return : unconfirmed_rewards & block_estimate.

kind regards,
spherix