Inertia Scan Docker Setup for Fullnode
Use Docker to easily set up Inertia Scan. Just copy and paste these commands to download the necessary files:
Download inertiachain.json and inertiachain_archive.cfg by:
wget https://raw.githubusercontent.com/Inertiachain/Docs/refs/heads/main/node-setup/genesis/inertiachain.json
wget https://raw.githubusercontent.com/Inertiachain/Docs/refs/heads/main/inertiachain_archive.cfg
Download static-nodes.json
wget https://raw.githubusercontent.com/Inertiachain/Docs/refs/heads/main/node-setup/static-nodes.json
wget https://raw.githubusercontent.com/Inertiachain/Docs/refs/heads/main/node-setup/docker-compose.yml
Easy Docker Installation Guide
Install Docker Desktop on Windows
Quick Steps to Run Docker
Run the validator using this command from the directory with docker-compose.yml
docker-compose up -d
Last updated