Masternode voting on the Platform chain (for usernames) turned out to be broken in Protocol Version 6 (Version 1.6.x onwards). Currently voting does not work on an Evonode or Masternode if you have voted over 24 times. It was a small oversight where we would validate against the Owner Identity instead of the Voting Identity for protection against replay attacks. We are releasing an upgrade to Version 1.7.1 that fixes this issue.
We have decided to make this an emergency upgrade, that means that Evonodes/Masternodes that have not upgraded by the end of the epoch (around the 24th of December) will stall.
Quick cheatsheet (coming from 1.7.0):
AMD64/x86 (linux):
ARM64 (linux):
If you are upgrading from 1.6.x you should also do
We have decided to make this an emergency upgrade, that means that Evonodes/Masternodes that have not upgraded by the end of the epoch (around the 24th of December) will stall.
Quick cheatsheet (coming from 1.7.0):
AMD64/x86 (linux):
Code:
wget https://github.com/dashpay/platform/releases/download/v1.7.1/dashmate_1.7.1.fc7d994b8-1_amd64.deb
sudo apt update
sudo apt install ./dashmate_1.7.1.fc7d994b8-1_amd64.deb
dashmate stop --platform
dashmate update
dashmate start --platform
ARM64 (linux):
Code:
wget https://github.com/dashpay/platform/releases/download/v1.7.1/dashmate_1.7.1.fc7d994b8-1_arm64.deb
sudo apt update
sudo apt install ./dashmate_1.7.1.fc7d994b8-1_arm64.deb
dashmate stop --platform
dashmate update
dashmate start --platform
If you are upgrading from 1.6.x you should also do
Code:
dashmate restart --safe