You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: