Mandatory 4.4.0.7 - Critical fix
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