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/montharrow-up-right

💭Prerequisites

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

🛠️Installation

circle-check

⟠ 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

Prepare .env file to prevent permission issue

Run ETH Sepolia Docker

Check Log

circle-check

Notable Ports:

  • 22545 -> RPC endpoint

  • 22546 -> WS endpoint

  • 22551 -> Auth endpoint

  • 22500 -> Beacon endpoint

⟠ Arbitrum

circle-exclamation

Clone our GitHub repo

Prepare the directories

Prepare .env file to prevent permission issue

Run ETH Sepolia Docker

Check Log

circle-check

Notable Ports:

  • 22557 -> RPC endpoint

  • 22558 -> WS endpoint

Last updated