Installation

Install Golang

// download and install
wget -q -O - https://raw.githubusercontent.com/canha/golang-tools-install-script/master/goinstall.sh | bash -s -- --version 1.18

When installation is finished please load variables into system

source ~/.profile

Check if Go already installed sucessfully

// It should return go version go1.18 linux/amd64
go version

Run Fullnodes

git clone https://github.com/defi-ventures/blockx-node-public-compiled.git
cd blockx-node-public-compiled
./run-fullnode-cosmovisor.sh

Useful Tips

Check Version: blockxd version --long

CHECK STATUS BINARY: systemctl status blockxd CHECK RUNNING LOGS: journalctl -fu blockxd -o cat CHECK LOCAL STATUS: curl -s localhost:26657/status | jq .result.sync_info

Last updated