echo $(crossfid tendermint show-node-id)'@'$(wget -qO- eth0.me)':'$(cat $HOME/.mineplex-chain/config/config.toml | sed -n '/Address to listen for incoming connection/{n;p;}' | sed 's/.*://; s/".*//')
Key management
Add New Wallet
crossfidkeysadd $WALLET
Restore executing wallet
crossfidkeysadd $WALLET --recover
List All Wallets
crossfidkeyslist
Delete wallet
crossfidkeysdelete $WALLET
Check Balance
crossfidqbankbalances $WALLET_ADDRESS
Export Key (save to wallet.backup)
crossfidkeysexport $WALLET
View EVM Prived Key
crossfidkeysunsafe-export-eth-key $WALLET
Import Key (restore from wallet.backup)
crossfidkeysimport $WALLET wallet.backup
Tokens
Withdraw all rewards
crossfid tx distribution withdraw-all-rewards --from $WALLET --chain-id crossfi-evm-testnet-1 --gas auto --gas-adjustment 1.5 --gas-prices 10000000000000mpx
Withdraw rewards and commission from your validator
crossfid tx distribution withdraw-rewards $VALOPER_ADDRESS --from $WALLET --commission --chain-id crossfi-evm-testnet-1 --gas auto --gas-adjustment 1.5 --gas-prices 10000000000000mpx -y
Check your balance
crossfidquerybankbalances $WALLET_ADDRESS
Delegate to Yourself
crossfid tx staking delegate $(crossfid keys show $WALLET --bech val -a) 1000000mpx --from $WALLET --chain-id crossfi-evm-testnet-1 --gas auto --gas-adjustment 1.5 --gas-prices 10000000000000mpx -y