Run Selfchain testnet node
Download the Self Chain Mainnet v1.0.1 from Selfchain Releases according to your Linux architecture.
Initialize a chain - Execute the following command:
Replace your genesis file located at: ~/.selfchain/config/genesis.json
genesis.json
file.Open and update your configuration file located at: ~/.selfchain/config/config.toml
If RPC support is required, replace below as well.
Start the Chain: Run the following command:
Wait until it stops automatically. This typically happens within a minute after processing a few blocks.
Download the CosmWasm-enabled binary (Self Chain Testnet v2.0.0) from Selfchain Releases according to your architecture (
selfchaind-linux-arm64-wasm
orselfchaind-linux-amd64-wasm
).Continue with New Binary, below command will run the process in the background and log output to
selfchain.log
.
Validate the Node: Check for any errors in the log file. If everything looks good, wait for the node to sync with the network.
Check the node status. Once it is in sync, create a validator using the following command:
Ensure you replace
<wallet-name>
with your actual wallet name and verify that you have enough SELF tokens. If you need tokens, obtain them from the testnet faucet.Verify the staking status at: SelfChain Staking.
Last updated