****** Please Update To 10.12.8 (update if this is the first time seeing this message, even if you're running .8) *******
-Fixed some coin select issues
-Collateral selection issues
-SplitUpMoney was sending denominated inputs and destroying the anonymity
Also, including:
- Fixed a few issues with input selection causing the "Insufficent Funds 2" error
- Masternodes now reset themselves when they give "entries is full". Not sure what's causing it but a client will just try again
- Improved the split up function
- Fixed issues with AutoDenom in wallets larger than a few hundred
- Fixed a case for collateral charges where the client gave up when it shouldn't have
- Input selection will now only select denominated, non-denominated or all inputs. This caused ds+ inputs to get interrupted by the splitting mechanism sometimes.
- Added new GUI element for selecting which inputs you want to send
- Fixed darksend+ rounds function, it was returning bad data in some cases causing darksend inputs to never stop being sent through darksend.
- Fixed "Send" dialog to be able to use the different kinds of inputs available. Sending anonymous transactions should now work properly.
DoAutoDenominate should work in nearly all cases now. However, there are some known issues:
- Random collateral charges (still will happen, but it's more uncommon.)
- Password protected wallets
Testing commands, you can start multiple wallets up and all denominate on the same masternode for testing purposes:
/darkcoin-qt -datadir=/home/user/.darkcoin -listen=0 -darksendrounds=8 -usemasternode="192.168.56.102:19999"
/darkcoin-qt -datadir=/home/user/.darkcoin2 -listen=0 -darksendrounds=8 -usemasternode="192.168.56.102:19999"
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
I suppose a really privacy aware user (or group of users) could have their own private masternode using these commands too. Another use case I hadn't thought of.
RC4 Binaries ( masternodes / auto-denom )
http://www.darkcoin.io/downloads/rc4/darkcoin-qt
http://www.darkcoin.io/downloads/rc4/darkcoind