💻Baremetal
Author: [ jleopoldA ]
System Requirements
CPU
OS
RAM
DISK
8 Core
Ubuntu 24.04.1 LTS
32 GB
7TB SSD
Pre-Requisites
Update System
sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove -ySet up Firewall
Set Explicit Default Firewall Rules
sudo ufw default deny incoming
sudo ufw default allow outgoingAllow SSH
sudo ufw allow 22/tcpAllow Remote RPC Connections with Ronin Node
Allow P2P Connections
Enable Firewall
To Check Status / Current Rules of UFW
Install GO
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
Create System Service
Run Ronin Node
View Logs for Debugging
Query Ronin Node
References
Last updated
Was this helpful?