hippod keys add $WALLET --recover
WALLET_ADDRESS=$(hippod keys show $WALLET -a)
VALOPER_ADDRESS=$(hippod keys show $WALLET --bech val -a)
echo "export WALLET_ADDRESS="$WALLET_ADDRESS >> $HOME/.bash_profile
echo "export VALOPER_ADDRESS="$VALOPER_ADDRESS >> $HOME/.bash_profile
source $HOME/.bash_profile
hippod query bank balances $WALLET_ADDRESS
hippod tendermint show-validator
nano $HOME/.hippo/validator.json
{
"pubkey": {fill with your pubkey},
"amount": "1000000ahp",
"moniker": "your moniker name",
"identity": "",
"website": "",
"security": "your e-mail",
"details": "Stake With Us And Stay Lazy Rich..!",
"commission-rate": "0.05",
"commission-max-rate": "0.1",
"commission-max-change-rate": "0.05",
"min-self-delegation": "1"
}
lumerad tx staking create-validator $HOME/.hippo/validator.json \
--from $WALLET \
--chain-id hippo-protocol-1 \
--gas-prices=5000000000000ahp \
--gas-adjustment=1.5 \
--gas=auto
-y