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 $VALOPER_ADDRESS --from $WALLET --commission --chain-id luwak-1 --gas auto --gas-adjustment 1.5 -y
Check your balance
kopidquerybankbalancesWALLET_ADDRESS
Delegate to Yourself
kopid tx staking delegate $(kopid keys show $WALLET --bech val -a) 1000000ukopi --from $WALLET --chain-id luwak-1 --gas auto --gas-adjustment 1.5 -y