💻Baremetal

Authors: [ Ankur | Dapplooker]

System Requirements

CPU
OS
RAM
DISK

8 vCPU

Ubuntu 22.04

16 GB

1 TB (SSD)

Pre-requisite

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

  • Git

  • Go v1.23+

  • rustc

  • make

  • just

  • op-node

  • op-reth

  • jq

  • Ethereum Sepolia L1 RPC URL

  • L1 Consensus Layer Beacon URL

Before you start, make sure that you have your own synced Ethereum Sepolia L1 RPC URL (Ethereum not base ) & L1 Consensus Layer Beacon endpoint (e.g. Lighthouse Sepolia) ready.

Installation Command

Install Rustc

Install Op-node

Install Op-reth

Setting up Firewall

Set explicit default UFW rules

Allow SSH

Allow Remote connection

Enable Firewall

Setup Instructions

1

Cloning Base node repository

2

Creating op-node service file

3

Creating op-reth service file

4

Enable Services

5

Start Services

Monitoring

  • Check is Service file is running and status is active(running)

  • Check op-node service file logs

result

  • Check op-reth service file logs

result

Sync Status

Run a query to check the latest synchronized L2 block:

Response should look like:

References

Last updated

Was this helpful?