How to upgrade your smartnode Linux Ubuntu 18.04 from Bitoreum 2.3 to Bitoreum 3.0.1 – Transfagarasan

1. Close old wallet/smartnode daemon

~/btm_latest/bitoreum-v2.3-linux/./bitoreum-cli stop

2. Remove old wallet and add new one

cd ~/btm_latest/
rm -rf bitoreum-v2.3-linux
wget -c https://github.com/bitoreum/bitoreum/releases/download/v3.0.1/bitoreum-ubuntu18-3.0.1.01.tar.gz
tar xvfz bitoreum-ubuntu18-3.0.1.01.tar.gz

3. Start new wallet and check smartnode status

~/btm_latest/bitoreum-build/bitoreumd
~/btm_latest/bitoreum-build/bitoreum-cli smartnode status

4. Download the new wallet

# depending on your os version you chose from this list the wallet to download
# https://github.com/bitoreum/bitoreum/releases/tag/v3.0.1
How to upgrade your smartnode Linux Ubuntu 18.04 from Bitoreum 2.3 to Bitoreum 3.0.1 – Transfagarasan