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.sh

Here's other useful commands you might need

⚙️Service operations

Check logs

sudo journalctl -fu crossfi-mainnet

Check service status

sudo systemctl status crossfi-mainnet

Reload service

sudo systemctl daemon-reload

Enable 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

You can leave any field blank if you don't want to change it

Last updated

Was this helpful?