Installation

🖥️System Requirements

- OS: Linux - CPU: 6 Core(s) - Memory: 24GB - Storage: 2TB

You can get your server here : Click Here to Rent VPS from €4.50/month

💭Prerequisites

Have Docker installed in your system, if you don't, please follow this guide

🛠️Installation

⟠ Ethereum

Clone our GitHub repo

git clone https://github.com/CryptoNodeID/sepolia-eth.git
cd sepolia-eth

Prepare the directories

mkdir -p $HOME/sepolia-eth/geth-data
mkdir -p $HOME/sepolia-eth/prysm-data
mkdir -p $HOME/sepolia-eth/jwt

Run ETH Sepolia Docker

docker compose up -d

Check Log

docker compose logs -fn 100

⟠ Arbitrum

Clone our GitHub repo

git clone https://github.com/CryptoNodeID/sepolia-arb.git
cd sepolia-eth

Prepare the directories

mkdir -p $home/sepolia-arb/arb-data

Run ETH Sepolia Docker

docker compose up -d

Check Log

docker compose logs -fn 100

Last updated

Was this helpful?