💻Baremetal
Authors: [payne | stakesquid]
System Requirements
CPU
OS
RAM
DISK
Base 🔵
Pre-Requisites
sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove -y
sudo apt install -y git make wget gcc pkg-config libusb-1.0-0-dev libudev-dev jq gcc g++ curl libssl-dev screen apache2-utils build-essential pkg-configSetting up Firewall
sudo ufw default deny incoming
sudo ufw default allow outgoingDownload a snapshot
Compile Op-node
Required Software Dependencies
Dependency
Version
Version Check Command
Install go
Install nvm
Download foundry
Install foundry
Install node and yarn
Check if go and all dependancies are installed
Create directories
Build op-node
Create systemd service
Compile Erigon
Create JWT secret file and download genesis and rollup .json files
Create systemd service
Sync using downloaded Snapshot
After extracting is done move the contents of geth directory into op-erigon data directoy:
Start op-erigon
Last updated
Was this helpful?