⚙️Installation

Hardware
Minimum requirement

CPU

4

RAM

8+ GB

Storage

400 GB SSD

Manual Installation

This section contains a list of commands to install the node in manual mode.

Server Preparation

apt update && apt upgrade -y
apt install curl iptables build-essential git wget jq make gcc nano tmux htop nvme-cli pkg-config libssl-dev libleveldb-dev tar clang bsdmainutils ncdu unzip libleveldb-dev -y

Install GO

ver="1.20.3"
wget "https://golang.org/dl/go$ver.linux-amd64.tar.gz"
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf "go$ver.linux-amd64.tar.gz"
rm "go$ver.linux-amd64.tar.gz"
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> $HOME/.bash_profile
source $HOME/.bash_profile
go version

Download and build binaries

Config chain and Init

Moniker - change to your moniker name

Download Genesis and Addrbook

Config Pruning

Set seeds and peers

Change port

Snapshot

create service file

enable and start service

Log

Last updated