• 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.
flare> Are we going to do the testnet rollback & go-live test after all (as per your draft)?
 
I like the new debugging output, but we're not getting timestamps on the stdout stuff, and those same messages are not included in debug.log, so it certainly has the potential to make debugging more difficult.
Edit: Guess I'm a bit too slow today. Thanks Evan! :smile:
 
CI-builds for v0.9.12.20-g15787d4

Windows 32bit:
http://bamboo.darkcoin.qa/artifact/DWD-DRK/QTL/build-94/gitian-win-darkcoin-bin/32/darkcoin-qt.exe
http://bamboo.darkcoin.qa/artifact/...tian-win-darkcoin-bin/32/daemon/darkcoind.exe
http://bamboo.darkcoin.qa/artifact/...oin-bin/32/darkcoin-0.9.12.20-win32-setup.exe

Mac OS X:
http://bamboo.darkcoin.qa/browse/DOD-DRK-77/artifact/QTL/gitian-osx-darkcoin/DarkCoin-Qt.dmg

Linux 32bit:
http://bamboo.darkcoin.qa/artifact/BL-DRK/QTL/build-73/gitian-linux-darkcoin-bin/bin/32/darkcoin-qt
http://bamboo.darkcoin.qa/artifact/BL-DRK/QTL/build-73/gitian-linux-darkcoin-bin/bin/32/darkcoind

Linux 64bit:
http://bamboo.darkcoin.qa/artifact/BL-DRK/QTL/build-73/gitian-linux-darkcoin-bin/bin/64/darkcoin-qt
http://bamboo.darkcoin.qa/artifact/BL-DRK/QTL/build-73/gitian-linux-darkcoin-bin/bin/64/darkcoind

CI-builds for v0.10.12.20-gc1212be

Windows 32bit:
http://bamboo.darkcoin.qa/artifact/...arkcoin-rc-darkcoin-qt-bin/32/darkcoin-qt.exe
http://bamboo.darkcoin.qa/artifact/...coin-rc-darkcoind-bin/32/daemon/darkcoind.exe

Mac OS X:
http://bamboo.darkcoin.qa/browse/DOD-DRKRC-13/artifact/QTL/gitian-osx-darkcoin-rc/DarkCoin-Qt.dmg

Linux 32bit:
http://bamboo.darkcoin.qa/artifact/...tian-linux-darkcoin-rc-bin/bin/32/darkcoin-qt
http://bamboo.darkcoin.qa/artifact/...gitian-linux-darkcoin-rc-bin/bin/32/darkcoind

Linux 64bit:
http://bamboo.darkcoin.qa/artifact/...tian-linux-darkcoin-rc-bin/bin/64/darkcoin-qt
http://bamboo.darkcoin.qa/artifact/...gitian-linux-darkcoin-rc-bin/bin/64/darkcoind

EDIT: Also give our new windows installer a try :)
 
This is an awesome team. Kudos to all testers and devs for the great progress. This is true innovation and it's amazing to watch the future being built before my eyes.

Having said that, given the history, please indulge me in a thought experiment:

You wake up after RC4's release to a frantic post-mortem in this thread. Something broke badly on mainnet that didn't affect testnet, and everything had to be reverted.

What probably happened, and what should have been done now to detect the problem in advance?
 
Last edited by a moderator:
This is an awesome team. Kudos to all testers and devs for the great progress. This is true innovation and it's amazing to watch the future being built before my eyes.

Having said that, given the history, please indulge me in a thought experiment:

You wake up after RC4's release to a frantic post-mortem in this thread. Something broke badly on mainnet that didn't affect testnet, and everything had to be reverted.

What probably happened, and what should have been done now to detect the problem in advance?
It was just a nightmare!
 
github is still with the debug on the console.
Edit: Evan if you could push your changes. :p

master-rc4 is up to date, on the console I'm just getting this:

init message: Verifying wallet...
init message: Loading block index...
init message: Verifying blocks...
init message: Loading wallet...
init message: Loading addresses...
init message: Done loading


What else are you getting?
 
master-rc4 is up to date, on the console I'm just getting this:

init message: Verifying wallet...
init message: Loading block index...
init message: Verifying blocks...
init message: Loading wallet...
init message: Loading addresses...
init message: Done loading


What else are you getting?

dmcv -done downloading
dmcv -block height ok
dmcv - masternode from vin CTxIn(COutPoint(b24d6ea739601055ae2291e9d8a400e42c1b0fe436ee2a55c51b68383a5a5837, 1), scriptSig=)
dmcv -know masternode
dmcv - found prev masternode vote for block
dmcv -received
dmcv -done downloading
dmcv -block height ok
dmcv - masternode from vin CTxIn(COutPoint(6d4a4432c876081459df5900414f3f06380254dbc33e689c961288d882a0268d, 1), scriptSig=)

for example, it fills the screen.

$ ./bin/darkcoind -?
DarkCoin version v0.9.12.20-beta

$ git pull
Already up-to-date.

$ git status
On branch master-rc4
Your branch is up-to-date with 'origin/master-rc4'.

nothing to commit, working directory clean


Freshly compiled. (Just tried again the very minute)
 
master-rc4 is up to date, on the console I'm just getting this:

init message: Verifying wallet...
init message: Loading block index...
init message: Verifying blocks...
init message: Loading wallet...
init message: Loading addresses...
init message: Done loading


What else are you getting?
got this one:
ubuntu@ip-10-254-36-45:~$ maxconnections check 248
Code:
ubuntu@ip-10-254-36-45:~$ darkcoind getinfo
{
    "version" : 101220,
    "protocolversion" : 70030,
    "walletversion" : 60000,
    "balance" : 18591.15356589,
    "anonymized_balance" : 0.00000000,
    "blocks" : 12893,
    "timeoffset" : 0,
    "connections" : 2,
    "proxy" : "",
    "difficulty" : 0.08658629,
    "testnet" : true,
    "keypoololdest" : 1405804459,
    "keypoolsize" : 1001,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""
}
ubuntu@ip-10-254-36-45:~$
ubuntu@ip-10-254-36-45:~$ maxconnections check 248
maxconnections check 248
 
dmcv -done downloading
dmcv -block height ok
dmcv - masternode from vin CTxIn(COutPoint(b24d6ea739601055ae2291e9d8a400e42c1b0fe436ee2a55c51b68383a5a5837, 1), scriptSig=)
dmcv -know masternode
dmcv - found prev masternode vote for block
dmcv -received
dmcv -done downloading
dmcv -block height ok
dmcv - masternode from vin CTxIn(COutPoint(6d4a4432c876081459df5900414f3f06380254dbc33e689c961288d882a0268d, 1), scriptSig=)

for example, it fills the screen.

$ ./bin/darkcoind -?
DarkCoin version v0.9.12.20-beta

$ git pull
Already up-to-date.

$ git status
On branch master-rc4
Your branch is up-to-date with 'origin/master-rc4'.

nothing to commit, working directory clean


Freshly compiled. (Just tried again the very minute)

Pushed a fix to remove that stuff. Thanks
 
Running the new code you pushed. Still seeing log on the console:
Code:
CreateNewBlock - network could not reach consessus on payee for block 12896
Will keep it running and check back. :)
Edit: New one:
Code:
Masternode payment to OP_DUP OP_HASH160 34a8090a974e9aff175e46dc216a188d21822da9 OP_EQUALVERIFY OP_CHECKSIG
And still getting:
Code:
dmcv - found prev masternode vote for block
dmcv: rejecting masternode vote
 
my latest console:
Code:
ubuntu@ip-10-254-36-45:~$ maxconnections check 248
maxconnections check 248
maxconnections check 248
maxconnections check 248
maxconnections check 248
maxconnections check 248
maxconnections check 248
maxconnections check 248
conflict with in-memory transaction : COutPoint(4f7d856d0403182297b86c5804d075d6b957b13f6831da661bcea7cc0f798b64, 5)
conflict with in-memory transaction : COutPoint(6295d370a2dd26f7b10ff525c74def9cb4edfc6b00063c94afc3d5f850db6172, 3)
maxconnections check 248
maxconnections check 248
 
master-rc4 is up to date, on the console I'm just getting this:

init message: Verifying wallet...
init message: Loading block index...
init message: Verifying blocks...
init message: Loading wallet...
init message: Loading addresses...
init message: Done loading


What else are you getting?
same here +
maxconnections check 117
 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top