Node Types
Full Node
Running a Full Node
# Basic full node
atlas --datadir ./node console
# With network ID specified
atlas --datadir ./node --networkid 22776 --syncmode fullSingle-Node Network (Development)
# Single node mode
atlas --datadir ./node --single console
# With HTTP RPC enabled
atlas --datadir ./node --single --http --http.addr "127.0.0.1" --http.port 7445 consoleArchive Node
What is an Archive Node?
Hardware Requirements
Running an Archive Node
RPC Node
How RPC Nodes Work
Running an RPC Node
RPC Configuration Options
Option
Description
Comparison
Feature
Full Node
Archive Node
RPC Node
Last updated