Skip to content

Instantly share code, notes, and snippets.

@smiled0g
Forked from sorawit/update_to_wenchang_rc2.sh
Last active June 11, 2020 08:15
Show Gist options
  • Save smiled0g/a3565ed413dca65c0676c668cdd8d0e1 to your computer and use it in GitHub Desktop.
Save smiled0g/a3565ed413dca65c0676c668cdd8d0e1 to your computer and use it in GitHub Desktop.
# Install bandd, change its permission, and move to /usr/local/bin
wget -O bandd https://github.com/bandprotocol/bandchain/releases/download/v0.2.4/bandd_linux_amd64
chmod +x bandd
sudo mv bandd /usr/local/bin
# Install bandcli, change its permission, and move to /usr/local/bin
wget -O bandcli https://github.com/bandprotocol/bandchain/releases/download/v0.2.4/bandcli_linux_amd64
chmod +x bandcli
sudo mv bandcli /usr/local/bin
# Check that the correction version of bandd and bandcli is installed
bandd version --long
bandcli version --long
# Both should show:
# name: bandchain
# server_name: bandd
# client_name: bandcli
# version: 0.2.4
# commit: 2476e07f8cbe49bfcac523be8c09bea3be6d8443
# build_tags: ledger
# go: go version go1.13.4 linux/amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment