v0.10.12.x RC4 Testing

Status
Not open for further replies.
Can everyone search their logs for this message:

"CheckBlock() : Couldn't find masternode payment. Found Amount "

Let me that, that would mean there's a bug with the voting system

Is this still relevant? Getting the message with 0.9.12.12

Code:
2014-08-04 20:32:41 dmcv -submitted vote
2014-08-04 20:32:41 received block 00000011c2a242eef1d1b1255d336f2b5bc46dcc5fb793ae31c29c42058a5727 peer=1
2014-08-04 20:32:41 MasternodeConsessus - found a winner
2014-08-04 20:32:41 MasternodeConsessus - strong consessus
2014-08-04 20:32:41 MasternodeConsessus - Masternode payment to OP_DUP OP_HASH160 ecdb847bf2dc3bf510f705535dffb0bf0fb07bfa OP_EQUALVERIFY OP_CHECKSIG
2014-08-04 20:32:41 CheckBlock() : Couldn't find masternode payment. Found Amount 1 Found Payee 0
2014-08-04 20:32:41 MasternodeConsessus - found a winner
2014-08-04 20:32:41 MasternodeConsessus - strong consessus
2014-08-04 20:32:41 MasternodeConsessus - Masternode payment to OP_DUP OP_HASH160 ecdb847bf2dc3bf510f705535dffb0bf0fb07bfa OP_EQUALVERIFY OP_CHECKSIG
2014-08-04 20:32:41 CheckBlock() : Couldn't find masternode payment. Found Amount 1 Found Payee 0
2014-08-04 20:32:41 Committing 77 changed transactions to coin database...
2014-08-04 20:32:41 SetBestChain: new best=00000011c2a242eef1d1b1255d336f2b5bc46dcc5fb793ae31c29c42058a5727  height=9154  log2_work=42.797927  tx=46613  date=2014-08-04 20:32:14 progress=1.000000
 
Clean new Ubuntu install, no previous wallets or configs
Downloaded http://www.darkcoin.io/downloads/rc4/darkcoin-qt (v0.10.12.12-2-g08a5e3b-beta)
Added testnet=1 to darkcoin.conf
Started the wallet
Created a new receiving address
Went to https://drkipn.com/test/faucet/ and got 1000 tDRK
Went to debug window, and did "setgenerate true 2"
Soon after got collateral transaction message
http://oi57.tinypic.com/zpdv5.jpg
http://oi61.tinypic.com/2hhhq0z.jpg
http://oi58.tinypic.com/22i4no.jpg

Dunno if this is an issue or if all is normal as I haven't been playing with the test versions much at all so far.

EDIT: And now I got a message "signing failed, timeout error" or something similar in the button at the bottom of Send tab. But no collateral was taken.
Collateral tx id: 44f166d1e9987c0fba183ba3c9e002431941631e3fb09fa12cf60375909c7145-000
Log: https://cdn.anonfiles.com/1407190995937.zip
 
Last edited by a moderator:
Sorry, doing testnet wallet for the first time.
Transaction ID: e556c3184aba4ea2f12487236e375eda9e270db8205407a5a0f044e1eb86b82b
bba669ed0270aeaee335a18212a9e788ed34473fc198e8d88e93ecc76aadea83
Could you please tell me where to find that log file?
 
Sorry, doing testnet wallet for the first time.
Transaction ID: e556c3184aba4ea2f12487236e375eda9e270db8205407a5a0f044e1eb86b82b
bba669ed0270aeaee335a18212a9e788ed34473fc198e8d88e93ecc76aadea83
Could you please tell me where to find that log file?
~/.darkcoin/testnet3/debug.log
 
Just scrolling through the block explorer, almost all the recent blocks have collateral transactions broadcast. Would this be because the involved master node hadn't upgraded yet? Looking here (http://tdrk.poolhash.org/) that doesn't seem to be the case.

Handful of examples
http://test.explorer.darkcoin.fr/tx/cd4bb6d4181bb674c025a0a5ab8bacee9a17672a1e41c9cc2cf7ddce9411a470
http://test.explorer.darkcoin.fr/tx/7e664f358ef8ca0d404d9ebafc26f4400975ea280c228de37204cd9af5a4af4d
http://test.explorer.darkcoin.fr/tx/734a100cb878db5af0bbc9f49f269243e6bf5ca3450e4f261aea13b7d95e3c2e
http://test.explorer.darkcoin.fr/tx/d795c67339e172f7aa41bff17f6ad05d4c279502d25b6af1c98670a12ec831ee
http://test.explorer.darkcoin.fr/tx/392c657b94b051d3cd9a35a5ed0e56ef378ed8dcfd881e414296d15514cb48ac

However after looking through some of the transactions - it appears many of them are coming from the same wallet, which maybe could be a result of not updating?
 
Quick suggestion: It would be really handy if we could set the number of darksend rounds within the client itself. Having to set it by a command line switch / config file is not very user friendly if the user isn't comfortable using the command line

wow that is a lots of code.
OK got it, a lot of code :)
Would you like me to upload it somewhere or you need a few specific lines?
I don't know what to tell you to look for at this point, so just uploading the whole thing would probably be easier. Dropbox/Mega.co.nz/rapidshare/wherever would be fine
 
Windows 32bit v0.9.12.12 wallet,
tick custom change address, put in x or m address, and you get that invalid bitcoin address error.
I think it accepts only the Bitcoin address.
warning_MSG.png
 
Windows 32bit v0.9.12.12 wallet,
tick custom change address, put in x or m address, and you get that invalid bitcoin address error.
I think it accepts only the Bitcoin address.
You have to type in the full address before it will validate it. I'm on linux and when I just type a x or m in it says invalid, but when I paste a full valid address in it works just fine.
 
fgG6rLl.png


My debug file is way to big 320mb. Backed it up and started a new one. Send a few tx out to stir thing up. If it happens again I'll post the log
 
My debug file is way to big 320mb. Backed it up and started a new one. Send a few tx out to stir thing up. If it happens again I'll post the log

Code:
tail -25000 debug.log > debug.condensed.log
will spit just that last 25000 lines into it's own file
 
ERROR: No Valid MasterNode

Waiting for updated masternodes... (BTW thanks MN volunteers!)

EDIT: Suddenly it is solved! (after reinstall)
 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top