🐳Docker

Authors: [ Ankur | Dapplooker]

System Requirements

CPU
OS
RAM
DISK

2 vCPU

Ubuntu 22.04

4 GB

200 GB

circle-check

Pre-requisite

Before starting, clean the setup then update and upgrade. Install following:

  • Docker

Commands

sudo apt update -y && sudo apt upgrade -y && sudo apt auto-remove -y
sudo apt install docker.io ufw -y jq -y

Firewall Settings

Check status & enable UFW

sudo ufw enable
sudo ufw status verbose

Set explicit default UFW rules

Allow SSH, HTTP, and HTTPS

Allow Remote connection

Setup Instructions

1

Pull Docker Image

Pull the madara image from the github container registry (ghr):

2

Start the Node

circle-info

Update https://ethereum-rpc.publicnode.comarrow-up-right with you Ethereum RPC endpoint

Monitoring

Monitor Logs of Docker Container

Sync Status

Latest Block

Response should look like:

Syncing Status

Response should look like:

REFERENCES

Github Repository
Block Explorer

Last updated