Validator Recovery
cat ../.pundix/config/priv_validator_key.json
# this will be your private key to recovery your validator
{
"address": "XXXXXXXXXXXXXXXXXXxxxxxxxXXXXXX",
"pub_key": {
"type": "tendermint/PubKeyEd25519",
"value": "XXXXXXXXXXXXXXXXXXxxxxxxxXXXXXX"
},
"priv_key": {
"type": "tendermint/PrivKeyEd25519",
"value": "XXXXXXXXXXXXXXXXXXxxxxxxxXXXXXX"
}}tree $HOME/.pundix
# it will look like this
/home/ubuntu/.pundix
├── config
│ ├── app.toml
│ ├── config.toml
│ ├── genesis.json
│ ├── node_key.json
│ └── priv_validator_key.json
└── data
└── priv_validator_state.json
2 directories, 6 filesLast updated