💻Baremetal

Authors: [man4ela | catapulta.eth]

System Requirements

CPU

OS

RAM

DISK

A fast CPU with 4+ cores

Ubuntu 22.04

16GB+ RAM

2.5TB+

The Linea archive node was 2.5 TB on September 11.2024

🔲 Linea

Pre-Requisites

sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove -y

sudo apt install -y build-essential bsdmainutils aria2 dtrx screen clang cmake curl httpie jq nano wget

Setting up Firewall

Set explicit default UFW rules

sudo ufw default deny incoming
sudo ufw default allow outgoing

Allow SSH

Allow remote RPC connections with Linea Node

Enable Firewall

Setup the Geth client to run Linea

Create service to run Linea Node

To check or modify linea-node.service parameters simply run

sudo nano /etc/systemd/system/linea-node.service

Ctrl+X and Y to save changes

List of actual bootnodes can be found here https://docs.linea.build/developers/guides/run-a-node/enodes

Run Linea

Monitor logs

References

Run A Linea Node

Last updated

Was this helpful?