symphonyd tx distribution withdraw-all-rewards --from $WALLET --chain-id $SYMPHONY_CHAIN_ID --gas auto --gas-adjustment 1.5 --gas-prices 0.025note -y
symphonyd tx distribution withdraw-rewards $VALOPER_ADDRESS --from $WALLET --chain-id $SYMPHONY_CHAIN_ID --gas auto --gas-adjustment 1.5 --gas-prices 0.025note -y
symphonyd query bank balances $WALLET_ADDRESS
symphonyd tx staking delegate $VALOPER_ADDRESS 1000000note --from $WALLET --chain-id $SYMPHONY_CHAIN_ID --gas auto --gas-adjustment 1.5 --gas-prices 0.025note -y
symphonyd tx staking delegate <TO_VALOPER_ADDRESS> 1000000note --from $WALLET --chain-id $SYMPHONY_CHAIN_ID --gas auto --gas-adjustment 1.5 --gas-prices 0.025note -y
symphonyd tx staking unbond $VALOPER_ADDRESS 1000000note --from $WALLET --chain-id $SYMPHONY_CHAIN_ID --gas auto --gas-adjustment 1.5 --gas-prices 0.025note -y
symphonyd tx bank send $WALLET_ADDRESS <TO_WALLET_ADDRESS> 1000000note --from $WALLET --chain-id $SYMPHONY_CHAIN_ID --gas auto --gas-adjustment 1.5 --gas-prices 0.025note -y
symphonyd keys add $WALLET
symphonyd keys add $WALLET --recover
symphonyd keys list
symphonyd keys delete $WALLET
symphonyd keys show $WALLET -a
symphonyd keys export $WALLET
symphonyd keys import wallet.backup
symphonyd keys unsafe-export-eth-key $WALLET
symphonyd query staking validator $VALOPER_ADDRESS
symphonyd status 2>&1 | jq
symphonyd q slashing signing-info $(symphonyd tendermint show-validator)
symphonyd q slashing params
symphonyd tx slashing unjail --from $WALLET --chain-id $name_chain --gas auto --gas-adjustment 1.5 --gas-prices 0.025note
sudo systemctl status symphonyd
sudo systemctl start symphonyd
sudo systemctl stop symphonyd
sudo systemctl restart symphonyd
sudo systemctl enable symphonyd
sudo systemctl disable symphonyd
sudo journalctl -fu symphonyd -o cat
sudo systemctl daemon-reload