Skip to content

Mandatory 4.4.0.7 - Critical fix

Compare
Choose a tag to compare
@EggPool EggPool released this 28 Nov 10:50
· 39 commits to master since this release
352c3d1

A critical post fork hotfix is needed.

Upgrade is mandatory. Failing to upgrade will get you on a stalled chain.

More info on our discord.

Here is a quick script to upgrade from a default 4.4.0.5:

cd
rm master.zip
rm -rd Bismuth-master
wget https://github.com/bismuthfoundation/Bismuth/archive/master.zip
unzip master.zip
rm Bismuth-master/config.txt
cp -a ./Bismuth-master/. ./Bismuth/

Then restart the node, fi
cd Bismuth;python3.7 commands.py stop