Find out more about the Self Chain Testnet. Set up a Self Chain validator node.
Testnet is a part of our development process. Initially, new features are deployed to Self Chain internal devnet. Later on, they‘re moved to testnet, where we can battle-test different solutions together with our community.
Get an exclusive look at what's happening behind the scenes. Be the first to know about new features!
Allows testers and application developers to test the new features and functionalities of a protocol in a different environment without having to worry about breaking the main blockchain.
By setting up a Node or a Validator on Testnet, they can practice as much as they want and minimize the mistakes that can lead to financial damage.
Download the latest binary file . Add the binary file to the system path. Open a new terminal window to verify you can run:
The init command creates the ~/.selfchain directory with subfolders config and data.
Download the Genesis file.
Config the seeds and peers values. You can find these values for the devnet network here .
Create and add the operation keys.
Config demon, minimum gas, and chain ID.
For other configurations such as Ledger Pruning, API, gRPC, and Sync Options, visit Node Setup Guide for more information. Keeping those configurations to default is fine.
Wait for the node to sync, and monitor the log to follow the process.
Check the node status
Verify latest_block_height is the same as Self Chain Explorer , and then your node is synced. Now, you can create a new validator with it.