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.shHere's other useful commands you might need
⚙️Service operations
sudo journalctl -fu crossfi-testnetsudo systemctl daemon-reloadsudo systemctl enable crossfi-testnetsudo systemctl disable crossfi-testnetsudo systemctl start crossfi-testnetsudo systemctl stop crossfi-testnetsudo systemctl status crossfi-testnetsudo systemctl status crossfi-testnet🖥️Node operations
crossfid status | jqcrossfid status 2>&1 | jq .NodeInfocrossfid status 2>&1 | jq .SyncInfo🗝️Key Management
crossfid keys add $WALLETcrossfid keys add $WALLET --recovercrossfid keys listcrossfid q bank balances $(crossfid keys show $WALLET -a)💱Transaction operations
Withdraw all rewards
Self delegate
Unbond
Transfer token
✅Validator operations
Create validator
Edit validator
Unjail Validator
Last updated
Was this helpful?