we have a new mandatory wallet release for DMD Diamond
that need to be installed pre block 130000
https://github.com/DMDcoin/Diamond/releases/tag/v3.0.1actual blocknumber
https://chainz.cryptoid.info/dmd/640 blocks a day are produced
the slowly decresing blockrewards didnt follow the designed mechanics from whitepaper
we fixed the code which result in a mandatory update
because its no emergency we have plenty of time
so the forkblock was selected over 10 days in future
a early april update (pre 5th april) will be early enough
but the sooner u update the better
I just d/l the qt exe file only. Opened it and everything looks good (balance, staking active and version 3.0.1.0)
That was pretty painless.
I'm assuming that's all I need to do?
close old wallet start new wallet
wait until sync is finished and 2 more min
unlock for staking
task complete
please keep in mind if u run remote masternodes on some linux VPS u need to downloade source and compile the headless wallets again
for my ubuntu 14.04 and 16.04 nodes this script works well to compile new headless wallet
once u have all depencies already
cd ~
./diamond-cli stop
rm -r Diamond
git clone https://github.com/DMDcoin/Diamond.git
cd Diamond
./autogen.sh
./configure
make install
cd /root/Diamond/src
mv diamondd diamond-cli diamond-tx ~/
cd ~
rm -r Diamond
./diamondd