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
Last updated