echo $(kopid tendermint show-node-id)'@'$(wget -qO- eth0.me)':'$(cat $HOME/.kopid/config/config.toml | sed -n '/Address to listen for incoming connection/{n;p;}' | sed 's/.*://; s/".*//')
Key Management
Add New Wallet
kopidkeysadd $WALLET
Restore wallet
kopidkeysadd $WALLET --recover
List All Wallets
kopidkeyslist
Delete wallet
kopidkeysdelete $WALLET
Check Balance
kopidqbankbalances $WALLET_ADDRESS
Export Key (save to wallet.backup)
kopidkeysexport $WALLET
View EVM Prived Key
kopidkeysunsafe-export-eth-key $WALLET
Import Key (restore from wallet.backup)
kopidkeysimport $WALLET wallet.backup
Token Management
Withdraw rewards and commission from your validator
kopid tx distribution withdraw-rewards --from --commission --chain-id kopi-test-5 --gas auto --gas-adjustment 1.5 --fees 600ukopi -y
Check your balance
kopidquerybankbalances
Delegate to Yourself
kopid tx staking delegate $(kopid keys show --bech val -a) ukopi --from --chain-id kopi-test-5 --gas auto --gas-adjustment 1.5 --fees 600ukopi -y