Cheat Sheet
If you use our auto-installation, we've included several scripts like:
./list_keys_mainnet.sh
./check_balance_mainnet.sh
./create_validator_mainnet.sh
./unjail_validator_mainnet.sh
./check_validator_mainnet.sh
./start_crossfi_mainnet.sh
./check_log_mainnet.shHere's other useful commands you might need
⚙️Service operations
Check logs
sudo journalctl -fu crossfi-mainnetCheck service status
sudo systemctl status crossfi-mainnetReload service
sudo systemctl daemon-reloadEnable service
Disable service
Start service
Stop service
Restart service
🖥️Node operations
Node info
Sync info
Add new wallet
Restore wallet
List all wallets
Check balance
💱Transaction operations
Withdraw all rewards
Self delegate
Unbond
Transfer token
✅Validator operations
Create validator
Edit validator
Last updated
Was this helpful?