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

Issue - Payment - shows up in blockexplorer but does not arrive?

Cointopay.com

New member
Hi everybody,

we have upgraded to version 0.11.1.25 some time ago, as mentioned on twitter, and we got some payment to us today.

Look at this:

https://chainz.cryptoid.info/drk/tx...f313d6d48afbfb729a153a4e9396a45094310335d.htm

Sent to this address:
XqMURf73KhoMRfZvPsmACvEMkySmWbnqqG

Amount sent:
0.42779052
This takes into account the fee.

We are expecting this:
0,41779052 (0.01 DRK fee)

So what is the issue now.. GetReceivedByAddress is showing zero (0.0!) and the balance is not updated as well.

Question is what is going on here? :) There is no issue mentioned in db.log and debug.log is also clean, no issues seen. We restarted the node with kill <id>. We haven't seen this before with any of the wallets.

Anybody have any idea? Thanks in advance!
 
It's stuck at 205377, confirmed by getInfo..

2015-02-23 23:37:01 mnw - winner out of range CTxIn(COutPoint(2ea25a29ca18cb02d820bf40d15987dbc137a277d6af27a152c445986987eec8, 0), scriptSig=) Height 225198 bestHeight 205377
2015-02-23 23:37:25 mnw - winner out of range CTxIn(COutPoint(082856dca09f7e992cd9c38e2b9306e389bdb85a55abf6d9a93742b317e28fa6, 1), scriptSig=) Height 225197 bestHeight 205377
2015-02-23 23:37:53 mnw - winner out of range CTxIn(COutPoint(89a5cbd1b677d84d203e9ff2c5de6a6f9229f972e89c4802f05498622c81cd15, 1), scriptSig=) Height 225199 bestHeight 205377
2015-02-23 23:37:58 mnw - winner out of range CTxIn(COutPoint(59b47cd5b3b2cf33082e9a465487a342f2ff6dce5557162f2ac2e9cd35e25840, 1), scriptSig=) Height 225196 bestHeight 205377
2015-02-23 23:38:03 mnw - winner out of range CTxIn(COutPoint(c49851e730eaeb960e00bff319282a6a7a70bbff03ed3eb7355499cf263bdb4e, 0), scriptSig=) Height 225200 bestHeight 205377
2015-02-23 23:38:06 receive version message: /Core:0.11.1.25/: version 70066, blocks=5525, us=54.77.143.172:9999, them=188.86.40.166:9999, peer=188.86.40.166:60813
2015-02-23 23:38:06 Added time data, samples 18, offset +136 (+2 minutes)
2015-02-23 23:38:37 keypool reserve 134
2015-02-23 23:38:37 keypool return 134
2015-02-23 23:39:01 mnw - winner out of range CTxIn(COutPoint(2ea25a29ca18cb02d820bf40d15987dbc137a277d6af27a152c445986987eec8, 0), scriptSig=) Height 225198 bestHeight 205377
2015-02-23 23:39:15 CheckBlock() : Skipping masternode payment check - nHeight 205378 Hash 0000000000087fe51c949060b2d3d9bc814f1dbe35b73e4ca6c84d5c7db0f0e1
2015-02-23 23:39:15 ProcessBlock: ORPHAN BLOCK 64, prev=00000000000d6d81a0d01a6cb962b99ab67f6aacea8ebce48cc3a31cb8cab47e
2015-02-23 23:39:16 mnw - winner out of range CTxIn(COutPoint(7867ac6d6a0cc602e5ffcd12801768f151aa3251bd25e02287909b31f71cc989, 0), scriptSig=) Height 225201 bestHeight 205377
2015-02-23 23:39:24 mnw - winner out of range CTxIn(COutPoint(082856dca09f7e992cd9c38e2b9306e389bdb85a55abf6d9a93742b317e28fa6, 1), scriptSig=) Height 225197 bestHeight 205377
 
ok, got fed up, will do a full wallet resync from scratch, samo samo wallet.
Few additional suggestions:
1) check "walletversion" from "getinfo". If it's not 61000 run wallet with -upgradewallet command line option once.
2) check debug.log for "ERROR: ReadBlockFromDisk : Deserialize or I/O error - ReadCompactSize() : size too large" If you have this error then delete "blocks" and "chainstate" folders in you datadir folder and sync from bootstrap https://github.com/UdjinM6/darkcoin-bootstrap
 
Ok, so final update. The resync worked and confirmed the payment, however it was not on wallet version 61000. I restarted the daemon with -upgradewallet. Got a new payment and it is a success. P.S. running without instant TX because of no API support, just FYI. Hope you guys can get in in the default functional stack. Thanks.
 
Back
Top