Useful commands

Check node logs:
sudo journalctl -fu emped -o cat
Restart service:
sudo systemctl restart emped
Stop service:
sudo systemctl stop emped
Start service:
sudo systemctl start emped
Wallet operations:
New wallet:
emped keys add Wallet_Name
Recover wallet:
emped keys add Wallet_Name --recover
Check all keys:
emped keys list
Check Balance:
emped query bank balances <address>
Delete Key:
emped keys delete Wallet_Name
Export Key:
emped keys export wallet
Import Key:
emped keys import wallet wallet.backup
Validator cmd:
Valcons-Address:
emped tendermint show-address
Valoper Address:
emped keys show Wallet_Name --bech val
Validator-Info:
emped query staking validator <valoperaddress>
Unjail:
emped tx slashing unjail --from Wallet_name --chain-id empe-testnet-2 --gas 0.0030 -y
Withdraw all rewards from all validators:
emped tx distribution withdraw-all-rewards --from Wallet_Name --chain-id empe-testnet-2 --gas 0.0030 -y
Delegate tokens to your validator:
emped tx staking delegate Your_valpoer........ "1000000"uempe --from Wallet_Name --gas 0.0030 --chain-id=empe-testnet-2 -y