BLOCX.
  • πŸ‘‹Welcome
  • SPECIFICATIONS
    • ℹ️Introduction
    • πŸͺ™Coin Details
    • ⛓️Chain Rewards & Fees
    • πŸ“ŠEmission Schedule
    • πŸ—“οΈTeam Vesting
  • Get Started
    • 🌐Network Details
    • 🧬Network Node Set-Up
    • πŸ‘¨β€πŸ’»Build on BLOCX.
  • VALIDATOR NODE
    • ℹ️Introduction
    • πŸ“‘Installation Process
    • πŸ”Monitoring Your Node
    • βš™οΈNode Maintenance
    • πŸ›‘Exiting the Validator Node
    • πŸ†˜Troubleshooting
    • ❓FAQ
    • πŸ”Unlock Masternode
  • GRIDBOX
    • ⚑Add Machine
    • πŸ–₯️Rent Machine
  • BRIDGE
    • 🦊Mainnet Guide
    • 🦊ERC20 Guide
    • πŸ”„Bridge Guide
  • LEDGER
    • πŸ“–Ledger Guide
  • LINKS AND INFORMATION
    • πŸ”—Links
Powered by GitBook
On this page
  • Step 0: Clone the Repository
  • Step 1: Install Docker
  • Step 2: Launch the Setup Script
  • Step 3: Enter Required Configuration
  • Your Node is Live!
  • Alternative: Connect Directly via Public RPC
  • You're Done!
  1. Get Started

Network Node Set-Up

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.


Step 0: Clone the Repository

Start by cloning the official node setup repository:

git clone https://github.com/BLOCXTECH/BLOCX-Node-Setup.git
cd BLOCX-Node-Setup

Step 1: Install Docker

Run the helper script to install Docker on your server:

./docker-setup.sh

This will install all required Docker components to run your node.


Step 2: Launch the Setup Script

Now start the node setup process by running:

./initExecution.sh

Select the init option when prompted. Then start option when prompted.


Step 3: Enter Required Configuration

Once you select start, the script will ask you to provide the following details:

  • βœ… NODE1_ADDRESS – Enter your remote Execution Layer IP (e.g., 66.42.97.78)

  • βœ… EXECUTION_PORT – Default is 8545 (can be changed)

  • βœ… CONSENSUS_PORT – Default is 5052 (can be changed)

  • βœ… CHAIN_ID – Provide the BLOCX chain ID

You can leave all other optional fields blank.

Next, you'll be asked:

Do you want to set validator node (Y/N):

Type N and press Enter to continue with a Network node setup.

βœ… You should see:

[+] Running 3/3
Container blocx-temp-execution-1  Started
Container blocx-temp-beacon-1     Started
Node started successfully.

Your Node is Live!

Your Network node is now:

  • Syncing with the BLOCX chain

  • Connected to the network

  • Contributing to network decentralization


Alternative: Connect Directly via Public RPC

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're Done!

You’ve either:

  • Set up a fully synced Network node, or

  • Connected directly via RPC for easier access


PreviousNetwork DetailsNextBuild on BLOCX.

Last updated 19 days ago

🧬
Page cover image