achillesd keys add $WALLET
achillesd keys add $WALLET --recover
WALLET_ADDRESS=$(achillesd keys show $WALLET -a)
VALOPER_ADDRESS=$(achillesd 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
achillesd status 2>&1 | jq
achillesd query bank balances $WALLET_ADDRESS
achillesd tendermint show-validator
nano $HOME/.achilles/validator.json
{
"pubkey": {fill with your pubkey},
"amount": "100000000uodis",
"moniker": "your moniker name",
"identity": "",
"website": "",
"security": "",
"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"
}
achillesd tx staking create-validator $HOME/.achilles/validator.json \
--from $WALLET \
--chain-id ithaca-1
--gas-prices=0.25uodis \
--gas-adjustment=1.5 \
--gas=auto