Upgrade to BitGreen 1.3.2

XeZZ
3 min readAug 8, 2019

This article will focus on the upgrade of your Desktop wallets to BitGreen 1.3.2 if you are still on 1.3.0 you will have to do some extra steps (see below first screenshot).

All masternodes will have to be redone. There is no foolproof script based migration path here that works for everyone. For all current Linux masternodes just destroy your servers/shut down the wallets.

Upgrade Desktop Wallets

Before you continue with anything shutdown the wallet. For Windows (Mac is similar the paths are just different) navigate to the BitGreen folder:

Just put %appdata%\Roaming\BitGreen in the address bar of your file browser and hit enter. If you don’t have this folder go for %appdata%\Roaming and look for the BitcoinGreen folder. Rename the folder to BitGreen and enter it. There you will have to also rename bitcoingreen.conf to bitgreen.conf

You will now see something similar to this:

Delete all Chain files so it looks like this:

Backup all those files somewhere save. They contain your coins! (Include the backups folder its nice to have)

Now download the bootstrap: https://explorer.bitg.org/bootstrap/chain.zip unpacke the file and put the contents into the folder above. This will sync you directly to the fork block without waiting to long.

Download the newest release from here at unpack/install it. If you are usingthe installer make sure to uninstall the old version first: https://github.com/bitgreen/bitgreen/releases

You can now start the new wallet and start stacking again.

DON’T TRUST ANY OTHER SOURCE OF DOWNLOAD!!!!!

For Mac users the path is different (Follow the steps above with the path below) and you might have to enable hidden folders to access the folders. Afterwards you can find it here:

~/Library/Application Support/BitGreen

Updating Masternodes:

All Masternodes have to be restarted. The current common way with the script setup is lacking usability and there is no clear foolproof path for migration as everyone still sets up their stuff different. Therefore we have developed a new way of setting up masternodes consitently. A few people in our community already tested it successfully.

As the new setup is totally different from the old one and uses docker instead of a multitude of scripts: Destroy the servers you are exclusively using for BITG. If you have other Nodes on there shut down the wallets.

Use this script: https://gitlab.com/snippets/1862727 if you have multiple nodes just execute it multiple times. This will ake future upgrades easy with a single command to use.

Addnode in case of sync issues

Copy and paste the following into your bitgreen.conf

addnode=173.199.90.115
addnode=167.86.115.20
addnode=173.212.196.176
addnode=51.15.246.57
addnode=192.207.12.45
addnode=107.191.49.109
addnode=87.225.105.6
addnode=84.242.109.164
addnode=18.188.206.252
addnode=209.97.139.245
addnode=185.207.204.206
addnode=35.183.4.237
addnode=173.212.222.9
addnode=95.216.219.239
addnode=95.179.240.124
addnode=54.36.88.50
addnode=134.209.5.50
addnode=167.86.115.199
addnode=46.172.74.195
addnode=3.80.198.183
addnode=103.57.209.84
addnode=80.86.87.221
addnode=95.216.220.29
addnode=64.44.137.67
addnode=173.212.208.102
addnode=51.15.198.252
addnode=51.15.206.123
addnode=51.15.66.234
addnode=51.15.86.224
addnode=207.148.26.77
addnode=155.138.221.179

--

--