Fairblock Network

v0.6.0

20240529

Network name: Fairblock Network

Chain ID: fairyring-testnet-1

Latest version: v0.6.0

Custom Port: 247

Setup validator name

Replace YOUR_MONIKER_GOES_HERE with your validator name

MONIKER="YOUR_MONIKER_GOES_HERE"

Install dependencies

Update system and install build tools

sudo apt -q update
sudo apt -qy install curl git jq lz4 build-essential
sudo apt -qy upgrade

Install Go

Download and build binaries

Clone project repository

Build binaries

Prepare binaries for Cosmovisor

Install Cosmovisor and create a service

Download and install Cosmovisor

Create service

Initialize the node

Set node configuration

Initialize the node

Download genesis and addrbook

Add seeds

Set pruning

Set custom ports

Start service and check the logs

Sync To catch up quickly, you can either use a snapshot or state sync

Last updated