💻Baremetal

Author: [ jleopoldA ]

System Requirements

CPU
OS
RAM
DISK

8 Core

Ubuntu 24.04.1 LTS

32 GB

7TB SSD

Ronin has a size of 5.8TB as of 1/15/2025.

Pre-Requisites

Ronin requires the installation of Go.

Update System

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

Set up Firewall

Set Explicit Default Firewall Rules

sudo ufw default deny incoming
sudo ufw default allow outgoing

Allow SSH

sudo ufw allow 22/tcp

Allow Remote RPC Connections with Ronin Node

Allow P2P Connections

Enable Firewall

To Check Status / Current Rules of UFW

Install GO

This step is necessary if GO is not installed.

Check for latest version of GO

Download the latest GO Tarball

Extract and Install GO

Set Up Environment Variables

Check Installation

Install Ronin

Clone the Ronin Repo

Build Ronin

Initialize Ronin Genesis Block

Ronin requires the initialization of its Genesis Block before being run.

Create System Service

Run Ronin Node

View Logs for Debugging

Query Ronin Node

References

Last updated

Was this helpful?