We changed our blockchain server certificates to prevent invalid peers from connecting to HDDcoin farmers. Even though they get kicked almost immediately, their connection was causing sync issues for almost everyone.
You can verify if you are still on the old SSL by reading this Blog Report. Only a small group of Farmers are affected, all of which started farming HDD before July 16th 2021, and their HDDcoin Client:
If any of the above conditions is true for you, or you were advised to visit this webpage while troubleshooting your sync issues, or if you are advised to visit this webpage while updating your HDDcoin client, then we detected you are still running the old SSL. We are requiring you update your SSL to continue farming. Please follow the instructions below for your operating system.
NOTE: In case you failed to take a backup of your blockchain database file (in step 3), this db file is also available to download from here.
cd hddcoin-blockchain
. ./activate
hddcoin stop all
hddcoin stop -d all
deactivate
git fetch
git checkout main
git reset --hard FETCH_HEAD
sh install.sh
. ./activate
hddcoin init