-
Notifications
You must be signed in to change notification settings - Fork 10
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
FR - Get Pooling Wallet Balance #99
Comments
@bhorvitz Can you provide the output of |
This gets more interesting. Now there is more balance in the Pool Wallet (added current time for alignment with the Grafana output):
|
I suspect the event we listen to to know to re-check the wallet balances isn't fired when there is a new reward available to claim in the pooling wallets, but will have to dig in a bit to confirm. |
Confirmed with clydewallace22 in #support on discord that if self-pooling and a Pool Wallet has Wallet ID 2, chia_wallet_confirmed_balance{wallet_id="2"} will return a 0 balance, even if there is xch in the wallet.
Additionally, confirmed that chia_wallet_confirmed_balance{wallet_type="9"} also returns 0 if there is a balance in the pooling wallet.
FR is a metric to be able to retrieve Pool Wallet balance
The text was updated successfully, but these errors were encountered: