From v0.10.0 to v0.11.0
Last updated
wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.18.3bitsongd version
# 0.10.0cd ~
rm -rf go-bitsong # (only in the event that a previous directory is already present)
git clone https://github.com/bitsongofficial/go-bitsong.git
cd go-bitsong
git checkout v0.11.0
make installbitsongd version
# 0.11.0sudo systemctl enable bitsongd
sudo systemctl start bitsongdsudo journalctl -u bitsongd -f