How to fix pool stats reset after payout? #134
Replies: 1 comment
-
Hello, I don't know what you are trying to do but this is not an issue, every-time a block is found and confirmed, the pool effort is reset for the next round. However, the effort for each round is recorded on each block found. So use the API if you want to get any previous effort. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Where should I start looking to try and fix this issue? When mining on the pool the round variance resets to 0 after the previous block confirms and the payment is sent to miner(s).
example: Miner(s) mining on pool and round variance grows. Find a block at 50%. The pool variance resets to 0. Then variance grows as mining continues. Pool is at say 67% and the previous block confirms and payment is issued and the pool resets to 0% even though it is at 67%. Is there a way to keep the round variance at the correct percentage after payment is issued? Any help would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions