Install

Chain ID
Port
Version

zgtendermint_16600-1

120

v0.1.0

API: https://api-0g.sebatian.org/

RPC: https://rpc-0g.sebatian.org/

Explorer: https://explorer.sebatian.org/0g/

Snapshot: https://github.com/Sebatian1/Cosmos/blob/main/0g/snapshot.md

Form 0G: https://docs.google.com/forms/d/e/1FAIpQLScsa1lpn43F7XAydVlKK_ItLGOkuz2fBmQaZjecDn76kysQsw/viewform

Manual node setup

Here you have to put name of your moniker (validator) that will be visible in explorer

MONIKER="Your Moniker"

Update and install packages for compiling

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

Install go

sudo rm -rf /usr/local/go
curl -Ls https://go.dev/dl/go1.21.10.linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local
eval $(echo 'export PATH=$PATH:/usr/local/go/bin' | sudo tee /etc/profile.d/golang.sh)
eval $(echo 'export PATH=$PATH:$HOME/go/bin' | tee -a $HOME/.profile)

Build binary

Cosmovisor Setup

Initialize Node

Download Genesis & Addrbook

Configure

Custom Port

Start Node

Last updated