Node Setup
Instruction to install and configure the ggezchaind binary.
Install Requirements
Install necessary tools
sudo apt update
sudo apt install -y gcc build-essentialInstall Go
wget https://golang.org/dl/go1.21.13.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.21.13.linux-amd64.tar.gzexport GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$PATH:/usr/local/go/bin:$HOME/go/binsource ~/.profileInstall Cosmovisor
Install Ignite CLI
Install ggezchaind Binary
Configure ggezchaid
Initialize Chain
Genesis File
Seeds & Peers
Gas Prices
REST API
GRPC
Connect to Other Nodes
Initialize Cosmovisor
Running via Background Process
Last updated