Last updated 1 year ago
before executed any commands, please change the value below (if any):
<wallet>
<TO_WALLET_ADDRESS>
<TO_VALOPER_ADDRESS>
Send token to another address
Withdraw rewards
Withdraw rewards and commission
Delegate token to a Validator
Redelegate token to another Validator
Unbond token from Validator (it takes 21 days to unlocked)
dymd tx bank send wallet <TO_WALLET_ADDRESS> 1000000udym --from wallet --chain-id 35-C
dymd tx distribution withdraw-all-rewards --from wallet --chain-id 35-C --fees 1000udym -y
dymd tx distribution withdraw-rewards $(dymd keys show wallet --bech val -a) --commission --from wallet --chain-id 35-c --fees 1000udym -y
dymd tx staking delegate $(dymd keys show wallet --bech val -a) <AMOUNT> --from wallet --chain-id 35-C --fees 1000udym -y
dymd tx staking redelegate $(dymd keys show wallet --bech val -a) <TO_VALOPER_ADDRESS> <AMOUNT> --from wallet --chain-id 35-C --fees 1000udym -y
dymd tx staking unbond $(dymd keys show wallet --bech val -a) <AMOUNT> --from wallet --chain-id 35-C --fees 1000udym -y