Another big update for RC4 which is currently still in development and being tested here :
https://darkcointalk.org/threads/rc4-testing.1830/page-29****** REMINDER, BELOW INFO IS FOR THOSE ACTIVELY TESTING RC4 !! DOWNLOAD-LINKS ARE FOR TESTING PURPOSES ON TESTNET ONLY!! ********
** Latest Clients for normal use are still : 9.11.6 (stable) and 10.11.6 (RC3, includes Darksend) found on first page :
https://bitcointalksearch.org/topic/anndash-dash-dashorg-first-self-funding-self-governing-crypto-currency-421615 **
From Evan :
****** RC4 update 10.12.8 *******
This was another pretty large update:
- 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-qthttp://www.darkcoin.io/downloads/rc4/darkcoind edit : corrected the link to
https://darkcointalk.org/threads/rc4-testing.1830/page-29thanks salmion