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