π οΈNon-Validator Node Setup
A Non-Validator Node is a node that does not participate in the consensus process or block production. This often used by developers, dApps, exchanges, or individuals who need to query the blockchain.
Step 1: Prepare the System
Step 2: Install Dependencies
sudo apt update && sudo apt upgrade -ysudo apt install git -y && sudo apt install npm -yStep 3: Prepare Directory
cd ~
mkdir w-chain
cd w-chainStep 4: Download files from latest Release
Download BInary File
Download genesis.json
genesis.jsonStep 5: Verify Files
Step 6: Initialize Keys and Blockchain Data Directories
Step 7: Create Server Config
genesis.json location
genesis.json locationPath to Data Directory
Ports
Minimum Gas Price accepted and Seal flag
Step 8: Utilizing Blockchain Backup File
Download and unpack Trie
Download and unpack Blockchain
Aligning permission and directory ownership
Step 9: Create a System Service
Step 10: Enable and Run the Node Service
Important Commands to Maintain and Monitor Your Node
Service
Logging
Last updated