Login

SidraChain Sync Node Documentation
Technical documentation for running and configuring a SidraChain sync node. This guide is specifically for running a node that syncs with the network.
System Requirements
OSUbuntu
20.04+
CPU4+ cores
(x86_64)
RAM16GB
recommended
Storage500GB+ SSD
Network10Mbps+
Docker20.10.0+
$docker --version
Quick Start Guide
Get your node running in minutes with our pre-built package
1. Download node.tar.gz
Download node.tar.gzLatest
version
2. Extract and Setup
# Extract the package
tar -xzf node.tar.gz
# Change into the directory
cd ./node
3. Run the Node
# Start the node using Docker Compose
docker compose up -d
# View the logs
docker compose logs -f
Port Configuration
RPC8545
WebSocket8546
Node Port30301
Discovery30303
4. Install Docker (if not installed)
Advanced Configuration
Detailed configuration options and network parameters for advanced users
Network Parameters
Chain ID97453
Docker Imagesidrachain/go-ethereum
Node Discovery
enode://73c04a5e938971799ed51ff02e0b11d1dfd4abfa545048410bbed6d9e7a18b19ed926f0033fa01892699fd8fb69cc6fb2698adb6f5669422d3874b1752fdc631@165.22.207.5:30301?discport=30303
Additional
Resources
For more detailed information about running a Geth node, please refer to the official documentation:
Geth Command Line Options