We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our node is already in the top 80 of Active Validators, but the voting_power is currently 0. Can anyone tell me where to find the reason?
#babylond status 2>&1 | jq .validator_info | jq .voting_power "0"
CHECK VALIDATOR KEY IS CORRECT
# [[ $(babylond q staking validator $(babylond keys show wallet --bech val -a) -oj | jq -r .consensus_pubkey.key) = $(babylond status | jq -r .ValidatorInfo.PubKey.value) ]] && echo -e "\n\e[1m\e[32mTrue\e[0m\n" || echo -e "\n\e[1m\e[31mFalse\e[0m\n" Enter keyring passphrase (attempt 1/3): True
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Our node is already in the top 80 of Active Validators, but the voting_power is currently 0. Can anyone tell me where to find the reason?
CHECK VALIDATOR KEY IS CORRECT
The text was updated successfully, but these errors were encountered: