echo $(emped tendermint show-node-id)'@'$(wget -qO- eth0.me)':'$(cat $HOME/.empe-chain/config/config.toml | sed -n '/Address to listen for incoming connection/{n;p;}' | sed 's/.*://; s/".*//')
Wallet Operation
Add New Wallet
emped keys add $WALLET
Add Existing Wallet
emped keys add $WALLET --recover
List Wallet
emped keys list
Delete Wallet
emped keys delete $WALLET
Check Balance
emped q bank balances $WALLET_ADDRESS
View EVM Private Key
emped keys unsafe-export-eth-key $WALLET
Convert address
Token
Withdraw all rewards
emped tx distribution withdraw-all-rewards --from $WALLET --chain-id empe-testnet-2 --gas auto --gas-adjustment 1.5 --gas-prices 0.0001uempe -y
Withdraw comission
emped tx distribution withdraw-rewards $(emped keys show $WALLET --bech val -a) --commission --from wallet --chain-id empe-testnet-2 --gas auto --gas-adjustment 1.5 --gas-prices 0.0001uempe -y
Delegate to your own validator
emped tx staking delegate $(emped keys show wallet --bech val -a) 1000000uempe --from $WALLET --chain-id empe-testnet-2 --gas auto --gas-adjustment 1.5 --gas-prices 0.0001uempe -y