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