π³Docker
System Requirements
CPU
OS
RAM
DISK
Pre-requisite
sudo apt update -y && sudo apt upgrade -y && sudo apt auto-remove -y
sudo apt install docker.io docker-compose git ufw -ySet explicit default UFW rules
sudo ufw default deny incoming
sudo ufw default allow outgoingAllow SSH, HTTP and HTTPS
Setup
Setting up Environment Variable
dtl.env
geth.env
Example docker compose file:
Start The Node
Monitor Logs
Test RPC:
You should receive a result after the node is synced:
Last updated