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