This guide is exclusively for Validators and Node Operators, please pay Maximum attention and Perform a backup before upgrading!
Stop of the node
The node will automatically stop at block height 4566000 approximately at 2022-02-08 13:12:07 UTC. The log file will indicate that in order to continue, you must replace the bitsongd binary. At that point you can finish the bitsongd process.
First of all we need to make sure we're using the 0.8.0 version
We should get the 0.8.0 version
At this point we have to download and compile the new binary bitsongd 0.10.0
The make install command will compile and install the new binary.
Let's check if the binary was properly updated
If we get the answer 0.10.0 the process was successffully executed and we can proceed to restart the node.
Start bitsongd
At this point the node will start performing the update of all the existing modules. Keep into consideration that the operation might take up to 30 minutes.
cd ~
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.10.0
make install