Requirements

Before you begin setting up your validator node, make sure you have the following:

Hardware Requirements:

Software Requirements:

Step 1: Set Up Your Environment

1.1. Install Dependencies

First, you need to install all the necessary dependencies, including Go, Git, and Docker (optional). Follow the instructions below to install them.

Install Go:

sudo apt update
sudo apt install golang-go

You can verify your Go installation with:

go version

Install Git: