babylonchain / babylon

Main repo for Babylon full node
https://babylonchain.io
Other
232 stars 162 forks source link

Why is the voting power of the babylond node 0? #632

Open fuleru opened 4 months ago

fuleru commented 4 months ago

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