Haqq
Step 1: Prepare the Server
Step 2: Install Dependencies
sudo apt update && sudo apt upgrade -y
sudo apt install curl git jq -yStep 3: Install Go
sudo rm -rvf /usr/local/go/
wget https://golang.org/dl/go1.21.1.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.21.1.linux-amd64.tar.gz
rm go1.21.1.linux-amd64.tar.gzStep 4: Install the Node
Step 5: Initialize the Node
Step 6: Configure Settings
Step 7: Start the Node
Last updated
