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
panic: validator set is empty after InitGenesis, please ensure at least one validator is initialized with a delegation greater than or equal to the DefaultPowerReduction
#592
Open
CockyCat opened this issue
Mar 25, 2024
· 0 comments
systemctl start babylond.service & sudo journalctl -u babylond.service -f --no-hostname -o cat, always show :
panic: validator set is empty after InitGenesis, please ensure at least one validator is initialized with a delegation greater than or equal to the DefaultPowerReduction ({824635291200})
12:06AM INF Closing snapshots/metadata.db module=server
panic: validator set is empty after InitGenesis, please ensure at least one validator is initialized with a delegation greater than or equal to the DefaultPowerReduction ({824640379552})
goroutine 1 [running]:
github.com/babylonchain/babylon/app.(*BabylonApp).InitChainer(_, {{0x3ca4c08, 0x5b3c4a0}, {0x3cc1b10, 0xc001546840}, {{0x0, 0x0}, {0xc00278aaa0, 0xa}, 0x0, ...}, ...}, ...)
The text was updated successfully, but these errors were encountered:
systemctl start babylond.service & sudo journalctl -u babylond.service -f --no-hostname -o cat, always show :
panic: validator set is empty after InitGenesis, please ensure at least one validator is initialized with a delegation greater than or equal to the DefaultPowerReduction ({824635291200})
ps:
When i upgraded v0.8.5, and run this:
wget https://github.com/babylonchain/networks/raw/main/bbn-test-3/genesis.tar.bz2
tar -xjf genesis.tar.bz2 && rm genesis.tar.bz2
mv genesis.json ~/.babylond/config/genesis.json
last, I start service and also show this panic:
12:06AM INF Closing snapshots/metadata.db module=server
panic: validator set is empty after InitGenesis, please ensure at least one validator is initialized with a delegation greater than or equal to the DefaultPowerReduction ({824640379552})
goroutine 1 [running]:
github.com/babylonchain/babylon/app.(*BabylonApp).InitChainer(_, {{0x3ca4c08, 0x5b3c4a0}, {0x3cc1b10, 0xc001546840}, {{0x0, 0x0}, {0xc00278aaa0, 0xa}, 0x0, ...}, ...}, ...)
The text was updated successfully, but these errors were encountered: