Becoming a Validator & Useful Commands & Services
Crossfi Testnet Validator Node Setup Guide
Wallet Setup
Creating a New Wallet
To create a new wallet, execute the following command. Make sure to write down the mnemonic phrase securely - it's your backup!
Recovering an Existing Wallet
If you need to recover your wallet using a seed phrase, use the following command and follow the prompts:
Listing Your Wallets
To see all wallets stored on your node, use:
Saving Wallet Information
To save your wallet address and your validator address for later use, run these commands:
Validator Operations
Checking Your Wallet Balance
Before creating a validator, you should ensure you have funds in your wallet:
Creating a Validator
To become a validator, use the command below. Adjust the --amount
based on how much you wish to self-delegate.
Verifying Validator Setup
To confirm that your validator has been set up correctly:
Viewing Validator List
To see a list of active validators:
Useful Commands
Service Management
Check Logs
For checking the logs of your Crossfi node:
Start Node
To start your node's service:
Stop Node
To stop your node:
Restart Node
To restart your node:
Node Information
Synchronization Info
For the synchronization status of your node:
Validator Info
For information on your node's validator:
Node Info
For general information on your node:
Show Node ID
To display your node's ID:
Wallet Operations
List of Wallets
To list all wallets on your node:
Recover Wallet
To recover a wallet from a mnemonic:
Delete Wallet
To delete a wallet from your node:
Get Wallet Balance
To check the balance of your wallet:
Transfer Funds
To send funds to another wallet:
Validator Management
Edit Validator
To update your validator's information:
Unjail Validator
If your validator is jailed due to downtime or double-signing, unjail it with:
Please replace <your_keybase_id>
, <your_website>
, and <your_validator_description>
with your actual Keybase ID, website, and validator description, respectively. Also, substitute <TO_CROSSFI_WALLET_ADDRESS>
and <Your_Nodename_Moniker>
with the appropriate wallet addresses and your desired node moniker.
Last updated