For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation Validator

Install Node Producer/Validator Fuelsequence

Chain ID: seq-mainnet-1 | Latest Binary Version: vseq-mainnet-1.2-improved-sidecar

Update and install packages for compiling

sudo apt update
sudo apt install curl git jq lz4 build-essential zsh -y

User Management

Running in user (Assume) : salinem We never used this username in our production !

Create User, Please Refer to

Login as User salinem

su - salinem

or

sudo su - salinem

and make sure we are in directory

pwd
/mainnet/salinem

Running in user : salinem

FHS of SGE

Create FHS for application

echo "Install FHS"
mkdir -p ${HOME}/tmp
mkdir -p ${HOME}/lib
mkdir -p ${HOME}/bin
mkdir -p ${HOME}/conf
mkdir -p ${HOME}/systemd

Install Golang

Environment and Variable

If Using ZSH

If Using BASH

Install Fuelsequence

Intialize Node

Replace genesis file with our genesis file

Create new account

Validate Genesis

Edit config, You can refer to Edit Configuration Node

Apply State Sync, refer to State Sync

Last updated