• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

v0.10.13.x RC5 Testing

Status
Not open for further replies.
the 10.13.3 that Evan linked still says 10.13.2 in getinfo

"version" : 101302,
"protocolversion" : 70036,
"walletversion" : 60001,
"balance" : 1999.97400000,
"anonymized_balance" : 999.00000023,
"blocks" : 26626,
"timeoffset" : 0,
"connections" : 8,
"proxy" : "",
"difficulty" : 0.61918349,
"testnet" : true,
"keypoololdest" : 1409946073,
"keypoolsize" : 1001,
"paytxfee" : 0.00100000,
"mininput" : 0.00001000,
"errors" : ""
}
This is still 0.10.13.2 - download links not updated yet - use my CI-builds instead :)
 
  • Like
Reactions: jpr
Changing the settings midway through the mixing process, no freezing of the wallet. So far really cool, I am liking this version very much. Will continue to try to break it doing counter-intuitive things.
 
Changing the settings midway through the mixing process, no freezing of the wallet. So far really cool, I am liking this version very much. Will continue to try to break it doing counter-intuitive things.
Destructive testing, yeah :)
 
My command line looks like that while running 13.3:

Bash:
user@host $ relay...
relay...
relay...
relay...
relay...
relay...
relay...
relay...
relay...
relay...
relay...
relay...

where does that come from?
 
My command line looks like that while running 13.3:

Bash:
user@host $ relay...
relay...
relay...
relay...
relay...
relay...
relay...
relay...
relay...
relay...
relay...
relay...

where does that come from?
Debugging code left :)

Code:
    BOOST_FOREACH(CNode* pnode, vNodes){
         printf("relay...\n");
         pnode->PushMessage("dsq", (*this));
    }
 
13.3 not working well for me, new 13.3 wallet, put 4278 DRK in it, it anonymised the first 999.0000023 quickly then stuck alternating between 'waiting in queue' and 'incompatible denominations' for last 2 hours.

edit: set to 8 rounds, 5000 to keep anonymised.
 
Wallet v0.10.13.3-g0efcbc1-beta, new address that I sent coins to getting offline error when hovering over confirms for transaction:

2h4ggom.jpg


No denominating yet either. Set to 50 again at 6 rounds to test low thresholds.
 
****** PLEASE UPDATE TO v9.13.3 (Stable) OR 10.13.3 (RC) *******

- This update deals with freezing, slow wallets, slow load times and the "not compatible" error. I debugged one of the slow wallets and found it had 38,000 keys in the keypool, then after more investigation I found the passive Darksend process has been reserve keys for every attempt! To rectify this I've modified the queuing system, so users wait in a masternode queue without actually sending the transactions until the queue is full.

Please move any testing funds to a new wallet to test the new version.

Stable Binaries
http://www.darkcoin.io/downloads/master-rc5/darkcoin-qt
http://www.darkcoin.io/downloads/master-rc5/darkcoind

RC5 Binaries
http://www.darkcoin.io/downloads/rc5/darkcoin-qt
http://www.darkcoin.io/downloads/rc5/darkcoind
The v.10 windows wallet still freezes after encryption is done.
 
I'm willing to provide a large quantity of test masternodes in return for DRK to cover the hosting costs. Would more masternodes in testnet help?
I found a VPS host that charges $8 USD / Year for a 256MB instance.
 
Updated my masternodes and windows wallet to 101303, moved funds to new wallet for 101303. Seeing a few new error messages while running darksend: repeatedly, "Incompatible denominations" and occasionally, "queue is full".

Anonymization has not starting yet, waiting over 9h
 
YSbwwpcFKvnehGz4-6AbLDecyMEkJ3seXvxGrB42Km4.png


Still testing on the OSX wallet. What is the Darksend Collateral Payment? This wallet seems to be stuck taking fee's over and over. Left it open for more then 24 hours and stuck at 2.89 out of 4 rounds. I will update to the newest version and try again.
 
Status
Not open for further replies.
Back
Top