From v0.17.0 to v0.18.0
Ensure Minimum Gas Config is set
export DAEMON_HOME=$HOME/.bitsongd
sed 's/^minimum-gas-prices = .*/minimum-gas-prices = "0.01ubtsg"/' $DAEMON_HOME/config/app.toml > temp_file && mv temp_file $DAEMON_HOME/config/app.tomlStop of the node
sudo systemctl stop bitsongd
sudo systemctl disable bitsongdBackup
cp -Rv ~/.bitsongd ~/backup_bitsongd_0180Verify that you are currently running the correct version (v0.17.0) of bitsongd:
Make sure your chain halts at the right block: 19818776
After the chain has halted, make a backup of your .bitsongd directory
Update Go
Option A: Install Go-Bitsong binary
Verify you are currently running the correct version (v0.18.0) of the go-bitsong:
Option B: Downloading Verified Build:
Last updated