Installation
Overview
This guide covers installing MAP Relay Chain (Atlas) node software on Linux systems.
Prerequisites
System Requirements
OS: Ubuntu 20.04 or 22.04 LTS
CPU: 4+ cores
RAM: 8+ GB
Storage: 500+ GB SSD
Network: Stable internet connection
Install Dependencies
# Update system
sudo apt update && sudo apt upgrade -y
# Install required packages
sudo apt install -y build-essential git curl wgetInstall Go
Atlas requires Go 1.21 or higher:
Installation Methods
Method 1: Build from Source (Recommended)
Method 2: Download Binary
Initial Configuration
Create Data Directory
Create Systemd Service
For production nodes, use systemd for process management:
Enable and Start Service
View Logs
Firewall Configuration
Open necessary ports:
Verify Installation
Check Sync Status
Check via RPC
Troubleshooting
Node Not Starting
Not Finding Peers
Sync Stuck
Next Steps
Node Types - Configure different node types (Full Node, Archive Node, RPC Node)
Become Validator - Run a validator node
Last updated