Copy cantod status 2>&1 | jq .NodeInfo
cantod status 2>&1 | jq .SyncInfo
cantod status 2>&1 | jq .ValidatorInfo
Copy sudo journalctl -fu cantod -o cat
Copy sudo systemctl status cantod
Copy sudo systemctl restart cantod
Copy sudo systemctl stop cantod
Copy sudo systemctl start cantod
Copy sudo systemctl daemon-reload
sudo systemctl disable cantod
sudo systemctl enable cantod
Copy echo $(cantod tendermint show-node-id)'@'$(wget -qO- eth0.me)':'$(cat $HOME/.cantod/config/config.toml | sed -n '/Address to listen for incoming connection/{n;p;}' | sed 's/.*://; s/".*//')
Copy cantod keys add Wallet_Name
OR
cantod keys add Wallet_Name --recover
Copy cantod query bank balances canto...addressjkl1yjgn7z09ua9vms259j
Copy cantod keys delete Wallet_Name
Copy cantod keys export wallet
Copy cantod keys import wallet wallet.backup
Copy cantod tx staking edit - validator \
--new - moniker "Your_Moniker" \
--identity "Keybase_ID" \
--details "Your_Description" \
--website "Your_Website" \
--security - contact "Your_Email" \
--chain - id canto_7700 - 1 \
--commission - rate 0.05 \
-- from Wallet_Name \
--gas 350000 \
--fees 7000acanto - y
Copy cantod keys show Wallet_Name --bech val
Copy cantod tendermint show-address
Copy cantod query staking validator cantovaloperaddress......
Copy cantod query slashing signing-info $( cantod tendermint show-validator )
Copy cantod tx slashing unjail -- from Wallet_name --chain - id canto_7700 - 1 --gas 350000 --fees 1000000 "acanto" - y
Copy cantod tx ibc-transfer transfer transfer channel-2 Your_OSMOaddress............ "100000"acanto --from Your_Canto_Wallet_Name ---gas 350000 --fees "7000"acanto --chain-id=canto_7700-1 -y