Run Selfchain testnet node
Last updated
Last updated
Download the Self Chain Mainnet v1.0.1 from according to your Linux architecture.
Initialize a chain - Execute the following command:
Replace your genesis file located at: ~/.selfchain/config/genesis.json
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 according to your architecture (selfchaind-linux-arm64-wasm
or selfchaind-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: .
genesis.json
file.