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

v0.10.12.x RC4 Testing

Status
Not open for further replies.
Can someone provide windows binaries for the latest RC4 version (for masternodes) and post the link to the latest builds in the first post?
Thanks in advance!
 
Can someone provide windows binaries for the latest RC4 version (for masternodes) and post the link to the latest builds in the first post?
Thanks in advance!
I would, but i don't have the sources yet :)

And AFAIK Evan is only compiling for Linux 64 during testing phase...
 
Cool, now you can see when payments are paid to the wrong adress due to detection bug :)

tp2pool: correct MN address
other: falsely paid out to originator of 1000DRK fund
 
Last edited by a moderator:
Missed that one :grin: (Evan should consider sorting the output by rank)

So another entry point for testing. I guess rank 1 is supposed to be next payee?

chaeplin BTW: sorting of rank list like that

Code:
darkcoind masternode list rank | grep ':' | awk '{ print $3, $1}' | sort -V
 
How can I help?
I'd like to have some fluctuation in the MN network: Network is not static, there are always nodes joining and leaving, time out, restarting.... I want to see how testnet is handling that. So if you can get your hands on some MNs: Start them, kill them, restart them, stop them, and so on - and all with some minutes timeframe (scripted at best)
 
MN updated:
mpuTzSLxMQcSzgdPgs4BHxfCvTSBvWZKF4

"version" : 101202,
"protocolversion" : 70021,
"walletversion" : 60000,
"balance" : 6263.65796584,
 
****** PLEASE UPDATE TO 9.12.2 OR 10.12.2 *******

- Fixed payout issues (masternode consessus was paying out to vout(0) by default)
- Improved DarksendInput add entry verification. Masternodes will now reject transactions that look like fees are too low, too high, have spent inputs, etc.
- Incremented protocol version to kick off clients with vout(0) payment bug
- DoAutomaticDenominations 100DRK limit changed to 500DRK (we should see a bunch of denominations happen now)

Binaries (stable)
http://www.darkcoin.io/downloads/master-rc4/darkcoin-qt
http://www.darkcoin.io/downloads/master-rc4/darkcoind

RC4 Binaries ( masternodes )
http://www.darkcoin.io/downloads/rc4/darkcoin-qt
http://www.darkcoin.io/downloads/rc4/darkcoind
 
Updated.

"version" : 101202,
"protocolversion" : 70021,
"walletversion" : 60000,
"balance" : 2985.40000000,
"blocks" : 1535,

Will script some yoyo behaviour.
 
Status
Not open for further replies.
Back
Top