Docker
Author: [ jLeopoldA ]
System Requirements
CPU
OS
RAM
DISK
8 Cores
Ubuntu 24.04.1 LTS
32GB
1.1TB
Pre-Requisites
Update System
sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove -ySet Up Firewall
Set Explicit Default Firewall Rules
sudo ufw default deny incoming && sudo ufw default allow outgoingAllow SSH
sudo ufw allow 22/tcpAllow RPC Connections with Erigon Sepolia
sudo ufw allow 8545Allow P2P Communication
Allow Prometheus Monitoring
Enable Firewall
Check Status / Current Rules of UFW
Install Docker & Docker-Compose
Installation
Build Ethereum Sepolia Archive Node with Erigon
Create Directory
Create docker-compose.yml
Run Ethereum Sepolia Archive Node
Interact with Sepolia Archive Node
Check Logs of Erigon Sepolia
Stop Archive Node
Query Sepolia Archive Node
Check Block Number
Last updated