dorad tx distribution withdraw-all-rewards --from $WALLET --chain-id $DORA_CHAIN_ID --gas-adjustment 1.5 --gas auto --gas-prices=10000000000peaka -y
dorad tx distribution withdraw-rewards $VALOPER_ADDRESS --from $WALLET --chain-id $DORA_CHAIN_ID --gas-adjustment 1.5 --gas auto --gas-prices=10000000000peaka -y
dorad query bank balances $WALLET_ADDRESS
dorad tx staking delegate $VALOPER_ADDRESS 1000000000000000000peaka --from $WALLET --chain-id $DORA_CHAIN_ID --gas-adjustment 1.5 --gas auto --gas-prices=10000000000peaka -y
dorad tx staking delegate <TO_VALOPER_ADDRESS> 1000000000000000000peaka --from $WALLET --chain-id $DORA_CHAIN_ID --gas-adjustment 1.5 --gas auto --gas-prices=10000000000peaka -y
dorad tx staking unbond $VALOPER_ADDRESS 1000000000000000000peaka --from $WALLET --chain-id $DORA_CHAIN_ID --gas-adjustment 1.5 --gas auto --gas-prices=10000000000peaka -y
dorad tx bank send $WALLET_ADDRESS <TO_WALLET_ADDRESS> 1000000000000000000peaka --from $WALLET --chain-id $DORA_CHAIN_ID --gas-adjustment 1.5 --gas auto --gas-prices=10000000000peaka -y
dorad keys add $WALLET
dorad keys add $WALLET --recover
dorad keys list
dorad keys delete $WALLET
dorad keys show $WALLET -a
dorad keys export $WALLET
dorad keys import wallet.backup
dorad keys unsafe-export-eth-key $WALLET
dorad query staking validator $VALOPER_ADDRESS
dorad status 2>&1 | jq
dorad q slashing signing-info $(dorad tendermint show-validator)
dorad q slashing params
dorad tx slashing unjail --from $WALLET --chain-id $name_chain --gas-adjustment 1.5 --gas auto --gas-prices=10000000000peaka
sudo systemctl status dorad
sudo systemctl start dorad
sudo systemctl stop dorad
sudo systemctl restart dorad
sudo systemctl enable dorad
sudo systemctl disable dorad
sudo journalctl -fu dorad -o cat
sudo systemctl daemon-reload