💻Baremetal
Authors: [man4ela | catapulta.eth]
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 aria2 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 op-geth
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-geth data directoy:
Start op-geth
You can also run curl command in the terminal to check the status of your node
curl command in the terminal to check the status of your nodeReferences
Last updated
Was this helpful?