Skip to main content

Upgrade

cd $HOME && rm -rf nexarail && git clone https://github.com/Bookings-cpu/nexarail && cd nexarail
git checkout v0.1.0-rc1-cli-hotfix
make build
chmod +x ./build/nexaraild && cp ./build/nexaraild $HOME/go/bin/

nexaraild version
# ABCI: 1.0.0
# BlockProtocol: 11
# P2PProtocol: 8
# Tendermint: 0.37.16
sudo systemctl restart nexaraild && sudo journalctl -fu nexaraild -o cat