-
Notifications
You must be signed in to change notification settings - Fork 172
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
key not found #546
Comments
Btw, my node status is not synced, is that the problem? babylond status | jq
{
"node_info": {
"protocol_version": {
"p2p": "8",
"block": "11",
"app": "0"
},
"id": "69f3d32b232f6020a094162b349a2d59917bcc8b",
"listen_addr": "tcp://0.0.0.0:26656",
"network": "bbn-test-3",
"version": "0.38.5",
"channels": "40202122233038606100",
"moniker": "block2024",
"other": {
"tx_index": "on",
"rpc_address": "tcp://127.0.0.1:26657"
}
},
"sync_info": {
"latest_block_hash": "91163C85B2635632E2B36ED263B4B26CFC312BE4C0B9326CC9C00190E09720EC",
"latest_app_hash": "D72B1C31BBCAF9BDFEC634DF50A64FDB06DF7B1977DD439CED445E4F9E6E451E",
"latest_block_height": "31",
"latest_block_time": "2024-02-08T14:29:25.210870937Z",
"earliest_block_hash": "69DDAB992D49DCE2E63908E3BAC8E51BEAAA5430E26CC10E50EEAC0A29C65F82",
"earliest_app_hash": "E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855",
"earliest_block_height": "1",
"earliest_block_time": "2024-02-08T14:11:01Z",
"catching_up": true
},
"validator_info": {
"address": "66xxxxx",
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "xxxxx"
},
"voting_power": "0"
}
} |
I have the same issue...if someone has the answer.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary of Bug
When create validator with
babylond tx checkpointing create-validator [path/to/validator.json] [flags]
got this error:
Version
v0.8.4
git branch dev * v0.8.4
Steps to Reproduce
Just follow the Become Validator doc:
The key can be found with follow command:
The text was updated successfully, but these errors were encountered: