I'm thinking if you disable Darksend before you run the wallet with the MN in it, it should be okay, but I'm not sure. The devs should have a clear instruction on this somewhere.
All I know is that when I installed the new QT this morning it prompted me for my wallet key upon loading which made me panic that it was going to start denominating my masternode funds. I clicked cancel to the wallet key prompt and everything was fine but rolled back to the old QT just until I can get some concrete guidance.
I am using the optionApologies if already answered up thread.
If I install v10 of the new QT, will my masternode DRK be protected because I have masternode=1 in my .conf file?
I'm worried that my masternode balance will be denominated.
in my commandline, and this stops my QT RC4 client from denominating.-disabledarksend=1
The information was hidden in one of Evans' release notes:
****** Please Update To 10.12.8 (update if this is the first time seeing this message, even if you're running .8) *******
[...]
and even disable darksend auto-denom if wanted:
/darkcoin-qt -datadir=/home/user/.darkcoin -listen=0 -darksendrounds=8 -usemasternode="192.168.56.102:19999" -disabledarksend=1
[...]