π§¬Network Node Set-Up
Last updated

This guide will help you set up a Network (non-validator) BLOCX node using Docker.
π‘ Ideal if you want to support the network or explore the BLOCX chain without participating in consensus as a validator.
Start by cloning the official node setup repository:
git clone https://github.com/BLOCXTECH/BLOCX-Node-Setup.git
cd BLOCX-Node-SetupRun the helper script to install Docker on your server:
./docker-setup.shThis will install all required Docker components to run your node.
Now start the node setup process by running:
./initExecution.shSelect the init option when prompted.
Then start option when prompted.
β You should see:
Your Network node is now:
Syncing with the BLOCX chain
Connected to the network
Contributing to network decentralization
If you donβt want to set up your own node, you can directly connect to our live BLOCX RPC endpoint using the details below:
RPC URL: https://rpc.blocxscan.com
Network Name: BLOCX. Mainnet
Ticker: BLOCX
CHAIN ID: 86996
Explorer URL: https://blocxscan.com/
You can add this to your MetaMask, dApp, or wallet tools directly.
Youβve either:
Set up a fully synced Network node, or
Connected directly via RPC for easier access
Last updated
[+] Running 3/3
Container blocx-temp-execution-1 Started
Container blocx-temp-beacon-1 Started
Node started successfully.