Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

confusion about 'pending share' and 'pending balance' in miner dashboard #13

Open
mboyd1 opened this issue Dec 5, 2022 · 0 comments
Open

Comments

@mboyd1
Copy link

mboyd1 commented Dec 5, 2022

the webui miner dashboard shows strange values for 'pending shares' - for example, "2 G"
in the code I see the text _formatter function uses G for 1e9 (billions.. which itself is strange, why not use B?), but the entire shares table has fewer than 1 million entries. am I misunderstanding this value?

also 'pending balance' always shows 0, only the lifetime balance ever displays a numerical value other than 0. I presumed this was because it was not calculating any 'pending balance' for blocks that are still maturing to 100 confirmations, but as soon as they do reach 100 confirms it is immediately paid out, so thus the user never sees any non-zero value here. is there any way for it to display pending balances for still-maturing blocks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant