Cheat Sheet

If you use our auto-installation, we've included several scripts under ./scripts folder like:

./list_keys_testnet.sh
./check_balance_testnet.sh
./create_validator_testnet.sh
./unjail_validator_testnet.sh
./check_validator_testnet.sh
./start_crossfi_testnet.sh
./check_log_testnet.sh

Here's other useful commands you might need

⚙️Service operations

sudo journalctl -fu crossfi-testnet
sudo systemctl start crossfi-testnet

🖥️Node operations

crossfid status | jq

🗝️Key Management

crossfid keys add $WALLET

💱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

Unjail Validator

Last updated

Was this helpful?