v0.9.11.6 Bugfix Release Testing

Status
Not open for further replies.

flare

Well-known member
Dear Darkcointalkers,

I need some testers for the bugfix release of wallet v0.9.11.6 and masternode v0.10.11.6 later the day.

Code:
0.9.11.6 Release notes
======================
- resolves issue with wallet not syncing by adding the capability to retrieve nodes through dnsseed
   (see https://github.com/darkcoinproject/darkcoin/pull/21)
- Linux 32 and Mac OS X are now officially supported platforms
   (see https://github.com/darkcoinproject/darkcoin/pull/17)
- improved overall unit test code coverage
   (see https://github.com/darkcoinproject/darkcoin/pull/13 and https://github.com/darkcoinproject/darkcoin/pull/15)
- minor documentation updates
   (https://github.com/darkcoinproject/darkcoin/pull/18)
- improved distribution packaging (win: zip, linux: tar.gz, osx: dmg)

Following binaries are available for testing

- Linux 64 (darkcoind and darkcoin-qt)
- Linux 32 (darkcoind and darkcoin-qt)
- Windows 32 (darkcoind and darkcoin-qt)
- Mac OS X (darkcoin-qt)

If someone wants to test the syncing behaviour of this version (no peers.dat, no addnode) and sanity check on Linux 32 and Mac OS X drop me a PM.

Thanks,
Holger
 
I really hope the syncing issues are over after this release. I just spend several hours debugging because locally everything synced fine, but on my hetzner server nothing happened at all. The only solution I found was syncing on my local machine and deploying the peers.dat to the server afterwards. Good thing is: my previously non existant dev-ops admin skills are exploding. I don't feel like looking at the shell anymore today but if it helps I have commited my current version of my deployment scripts which make it very easy to start several virtual machines in a very short time
 
64bit linux.
can't test on my 32bit linux(outbound network is prohibited by admin/me... LOL)

sv05 in http://drk.poolhash.org/masternode.html

no addnode and no peers.dat.
Code:
2014-07-08 22:42:38 Loading addresses from DNS seeds (could take a while)
2014-07-08 22:42:38 net thread start
2014-07-08 22:42:38 opencon thread start
2014-07-08 22:42:38 msghand thread start
2014-07-08 22:42:38 dumpaddr thread start
2014-07-08 22:42:38 init message: Done loading
2014-07-08 22:42:41 Added 27 addresses from ip_removed_by_me: 0 tried, 27 new
2014-07-08 22:42:41 27 addresses found from DNS seeds
2014-07-08 22:42:41 dnsseed thread exit

Code:
{
    "version" : 91106,
    "protocolversion" : 70018,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 98839,
    "timeoffset" : 18,
    "connections" : 9,
    "proxy" : "",
    "difficulty" : 4412.60354701,
    "testnet" : false,
    "keypoololdest" : 1393482285,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""
}
 
64bit linux.

Code:
[...]
2014-07-08 22:42:41 Added 27 addresses from ip_removed_by_me: 0 tried, 27 new
2014-07-08 22:42:41 27 addresses found from DNS seeds
[...]

This! ... is what's new :smile:

Completed the release and created pull requests for website update.
 
64bit linux.
can't test on my 32bit linux(outbound network is prohibited by admin/me... LOL)

sv05 in http://drk.poolhash.org/masternode.html

no addnode and no peers.dat.
Code:
2014-07-08 22:42:38 Loading addresses from DNS seeds (could take a while)
2014-07-08 22:42:38 net thread start
2014-07-08 22:42:38 opencon thread start
2014-07-08 22:42:38 msghand thread start
2014-07-08 22:42:38 dumpaddr thread start
2014-07-08 22:42:38 init message: Done loading
2014-07-08 22:42:41 Added 27 addresses from ip_removed_by_me: 0 tried, 27 new
2014-07-08 22:42:41 27 addresses found from DNS seeds
2014-07-08 22:42:41 dnsseed thread exit

Code:
{
    "version" : 91106,
    "protocolversion" : 70018,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 98839,
    "timeoffset" : 18,
    "connections" : 9,
    "proxy" : "",
    "difficulty" : 4412.60354701,
    "testnet" : false,
    "keypoololdest" : 1393482285,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""
}

BTW: This also works for testnet - no more addnode :wink:
 
Status
Not open for further replies.
Back
Top