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:

  1. 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
  1. 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

Get Docker for Windows with just one click!

Quick Steps to Run Docker

Run the validator using this command from the directory with docker-compose.yml

docker-compose up -d

Last updated