🐳Docker
System Requirements
CPU
OS
RAM
DISK
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 Geth / Sepolia
Allow P2P Connections for Geth and Prysm
Enable Firewall
Check Status / Current Rules of UFW
Install Docker & Docker-Compose
Install Docker
Build Ethereum Sepolia Archive Node
Create Directory
Create jwt.hex
Create docker-compose.yml
Run Archive Node with Ethereum Sepolia
Interact with Sepolia Archive Node
Check Logs
Check Logs of Geth / Sepolia

Check logs of Prysm

Stop Node
Query Sepolia Archive Node
Check Sync Status
Check Block Number
Last updated
Was this helpful?