Wallet hangs when asked to process several instant sends in quick succession
Closed
Wallet hangs when asked to process several instant sends in quick succession
Summary
I tied to make 5 instant send transactions (to an address not mine) in quick succession. The first 4 reported the txid. On the 5th my (GUI) wallet hung. debug.log shows the first txn went to the correct address, it appears to show the 2-4th txns went to the wrong address. The 5th was going to the wrong address as well.
Steps to reproduce
Make a bunch of instant send transactions in quick succession.
Expected behavior
Transactions get processed, wallet does not hang.
Problematic behavior
Wallet makes 2nd and subsequent payments to the wrong address and eventually hangs.
Crown-core environment info
Ubuntu 16.04
Crown-core application info
v0.12.5.2 RC4
Relevant logs, dumps and/or screenshots
I tried making 5 instant send txns:
mark@avm:~$ crown-cli sendtoaddressix ms2dKk43H6Kw7DbbyZ4nrEc8Z5rQLZoqv9 0.1
0aaf792b595c0c707144127c5f693241af324f3c5fa8cd98bb191796f32ac94d
mark@avm:~$ crown-cli sendtoaddressix ms2dKk43H6Kw7DbbyZ4nrEc8Z5rQLZoqv9 0.1
de0f1ab1fd9a4418e457396e2600ad24e01eb5b6ab74efd6d9a19cbe221eadfa
mark@avm:~$ crown-cli sendtoaddressix ms2dKk43H6Kw7DbbyZ4nrEc8Z5rQLZoqv9 0.1
3d67535a890b2201c1630f89f9352e789f40a9aa3f28d6b250c66c99e09b29f4
mark@avm:~$ crown-cli sendtoaddressix ms2dKk43H6Kw7DbbyZ4nrEc8Z5rQLZoqv9 0.1
699c2888fe3be087df29aaa973823366ea9ee4a93a31a17b977290af787b1b4e
mark@avm:~$ crown-cli sendtoaddressix ms2dKk43H6Kw7DbbyZ4nrEc8Z5rQLZoqv9 0.1
debug.log shows the first went to the correct address and appears to show the next 3 were sent to the wrong address, and the last one (which was also going to the wrong address) caused the wallet to hang. GUI froze. Killed it with kill -s SIGSEGV.
Core dump and debug log uploaded to https://nextcloud.crown.tech/nextcloud/s/znd8HiiAsRX3C6B as bzip2 compressed tar archive.
/cc @artem
Upon restarting the wallet only the first transaction was shown and with a status of conflicted. I tried to make some more instant send txns with a few seconds between each (but before they showed complete in the GUI) and they worked fine.
I tried again with less than a second between attempts and the wallet hung again on the 5th and the debug.log again showed the wrong address for 2nd-5th.
added Component: Instant-Send Story: Bug labels
added Severity: Minor label
added Status: Ready-For-Dev label
added Importance: 11 label
assigned to @ashot
changed milestone to %Crown Platform Onyx #2, October 2018
added Status: In-Progress label and removed Status: Ready-For-Dev label
added Importance: 2 label and removed Importance: 11 label
unassigned @ashot
added Status: Ready-For-Dev label and removed Status: In-Progress label
@artem You changed the importance from 11 to 2, may I know the reason, please? Thanks!
@LuxoCrypto sure, we were working on the instant-send bugfix. First I thought since it's a crash it should have a higher priority but after that, I decided to lower the priority because it will reproduce very rarely. Keep in mind that importance:2 was dependant on the pool of issues in the importance board at that time. General importance might be different.
I haven't been able to reproduce the hang with the latest PoS code (Crown version v0.12.7.4-eee8e126) but do still see the wrong payee address reported in debug.log in about 30% of instant sends. crown-cli gettransaction shows the payment went to the correct address. eg:
mark@x230:~/.crownpos/testnet3$ pcrowncli sendtoaddress tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8 5 8e566072213628789781450aaecfc49de27c1b498ba345eb8ae1e579def6ed44 mark@x230:~/.crownpos/testnet3$ pcrowncli sendtoaddress tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8 5 eb4f9b58d42e0527308ff5d702fc856a8dd390278b4f13cc1ba0c8d4455e0afb mark@x230:~/.crownpos/testnet3$ pcrowncli sendtoaddress tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8 5 4134850411d12d89b2ec5723426a60253c2ae3d59d29ee33ef607c0f0c59a21e mark@x230:~/.crownpos/testnet3$ pcrowncli sendtoaddress tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8 5 75d43fde5f73f9587deba8382cf2ebffa2c6b387befeddf5dd54df25da97b8ee mark@x230:~/.crownpos/testnet3$ pcrowncli sendtoaddress tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8 5 ebcf87fafc2c347e64d63b63ed18844ed8566bfc13a76dd839b6ab9d131978c9 mark@x230:~/.crownpos/testnet3$ pcrowncli sendtoaddress tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8 5 177e9734e1a4767d556c476dc867fe8f19bef4978c427e173ee2cff365c3ba5c mark@x230:~/.crownpos/testnet3$ pcrowncli sendtoaddress tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8 5 ee6a7c8aa354b8de18343e4bb94ab89880c64e66fb9e83f7ed47399e47ef26a5 mark@x230:~/.crownpos/testnet3$ pcrowncli sendtoaddress tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8 5 fc483c8d2a6ba1f621c275413bc923159494f6e3f88bcf6e7ad4ebe4f54cbd61 mark@x230:~/.crownpos/testnet3$ pcrowncli sendtoaddress tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8 5 fddf453636324072b323ade4ab62f7018e30a1f9653a900985a426e79b31313e mark@x230:~/.crownpos/testnet3$ pcrowncli sendtoaddress tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8 5 04d218b15b7924fd2a210078a24812e00cb5a5ef6929c3cace0719d897465283
and in debug.log
2019-02-14 16:32:56 CommitTransaction: CTransaction(hash=8e56607221, ver=1, vin.size=2, vout.size=2, nLockTime=0) CTxIn(COutPoint(8b32d6045d770b4f19f68d928d3006768b6cb9c9af8d87e21a53d2c9110e7576, 0), scriptSig=3045022100ad8c4b7bae4454) CTxIn(COutPoint(5ae0228c91671b73e6825aebe35e7d919c74471e878ceec3ad365b5ef889220a, 1), scriptSig=3045022100da33a745a47797) CTxOut(nValue=5.00000000, scriptPubKey=OP_DUP OP_HASH160 1d16c02fd0be) CTxOut(nValue=0.01026222, scriptPubKey=OP_DUP OP_HASH160 22ff4626171e) 2019-02-14 16:32:56 keypool keep 146 2019-02-14 16:32:56 AddToWallet 8e566072213628789781450aaecfc49de27c1b498ba345eb8ae1e579def6ed44 new 2019-02-14 16:32:56 AddToWallet 8e566072213628789781450aaecfc49de27c1b498ba345eb8ae1e579def6ed44 2019-02-14 16:32:56 Relaying wtx 8e566072213628789781450aaecfc49de27c1b498ba345eb8ae1e579def6ed44 2019-02-14 16:32:56 CWalletTx::RelayWalletTransaction() - Instant send to address: tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8 2019-02-14 16:32:56 CreateNewLock - New Transaction Lock 8e566072213628789781450aaecfc49de27c1b498ba345eb8ae1e579def6ed44 ! 2019-02-14 16:32:59 keypool added key 1147, size=1001 2019-02-14 16:32:59 init message: Loading wallet... (114.59 %) 2019-02-14 16:32:59 keypool reserve 147 2019-02-14 16:32:59 CommitTransaction: CTransaction(hash=eb4f9b58d4, ver=1, vin.size=2, vout.size=2, nLockTime=0) CTxIn(COutPoint(c724f10bafaadc5c760c925670d4f53ad4b7f275c29d456da51cd4c3cbd731a7, 0), scriptSig=3045022100900ae2cfd8c7d6) CTxIn(COutPoint(243d1ede350d68bb6b4a8f63cd9aa50d5643c44d9944d3793e3fa74ad0589e55, 0), scriptSig=304502210088871b44ffca87) CTxOut(nValue=5.00000000, scriptPubKey=OP_DUP OP_HASH160 1d16c02fd0be) CTxOut(nValue=0.05585153, scriptPubKey=OP_DUP OP_HASH160 3197364c4d0e) 2019-02-14 16:32:59 keypool keep 147 2019-02-14 16:32:59 AddToWallet eb4f9b58d42e0527308ff5d702fc856a8dd390278b4f13cc1ba0c8d4455e0afb new 2019-02-14 16:32:59 AddToWallet eb4f9b58d42e0527308ff5d702fc856a8dd390278b4f13cc1ba0c8d4455e0afb 2019-02-14 16:32:59 Relaying wtx eb4f9b58d42e0527308ff5d702fc856a8dd390278b4f13cc1ba0c8d4455e0afb 2019-02-14 16:32:59 CWalletTx::RelayWalletTransaction() - Instant send to address: tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8 2019-02-14 16:32:59 CreateNewLock - New Transaction Lock eb4f9b58d42e0527308ff5d702fc856a8dd390278b4f13cc1ba0c8d4455e0afb ! 2019-02-14 16:32:59 InstantX::ProcessConsensusVote - Masternode ADDR 80.211.161.253:19340 5 2019-02-14 16:33:02 InstantX::ProcessConsensusVote - Masternode ADDR 80.211.108.206:19340 2 2019-02-14 16:33:02 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.189.224:19340 4 2019-02-14 16:33:02 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.95:19340 6 2019-02-14 16:33:02 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.93:19340 1 2019-02-14 16:33:02 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.189.226:19340 8 2019-02-14 16:33:02 InstantX::ProcessConsensusVote - Transaction Lock Is Complete 2019-02-14 16:33:02 keypool added key 1148, size=1001 2019-02-14 16:33:02 init message: Loading wallet... (114.69 %) 2019-02-14 16:33:02 keypool reserve 148 2019-02-14 16:33:03 CommitTransaction: CTransaction(hash=4134850411, ver=1, vin.size=3, vout.size=2, nLockTime=0) CTxIn(COutPoint(8b32d6045d770b4f19f68d928d3006768b6cb9c9af8d87e21a53d2c9110e7576, 1), scriptSig=304402203efb61f44846a95e) CTxIn(COutPoint(d632abdda42e6c55b8b24ba900d9323b19ebe6daf864309b4e247ec3398d1db9, 1), scriptSig=3045022100d436447ca94507) CTxIn(COutPoint(9b389b6b9fe8ed634d4d4b6ba564ab856cd0c0821bb272313ae7da0215b7115c, 1), scriptSig=3045022100d5296a5bebab4e) CTxOut(nValue=5.00000000, scriptPubKey=OP_DUP OP_HASH160 1d16c02fd0be) CTxOut(nValue=0.29987300, scriptPubKey=OP_DUP OP_HASH160 cab799fc258b) 2019-02-14 16:33:03 keypool keep 148 2019-02-14 16:33:03 AddToWallet 4134850411d12d89b2ec5723426a60253c2ae3d59d29ee33ef607c0f0c59a21e new 2019-02-14 16:33:03 AddToWallet 4134850411d12d89b2ec5723426a60253c2ae3d59d29ee33ef607c0f0c59a21e 2019-02-14 16:33:03 Relaying wtx 4134850411d12d89b2ec5723426a60253c2ae3d59d29ee33ef607c0f0c59a21e 2019-02-14 16:33:03 CWalletTx::RelayWalletTransaction() - Instant send to address: tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8 2019-02-14 16:33:03 CreateNewLock - New Transaction Lock 4134850411d12d89b2ec5723426a60253c2ae3d59d29ee33ef607c0f0c59a21e ! 2019-02-14 16:33:03 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.189.224:19340 10 2019-02-14 16:33:03 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.93:19340 4 2019-02-14 16:33:03 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.189.226:19340 8 2019-02-14 16:33:03 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.94:19340 7 2019-02-14 16:33:03 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.189.225:19340 5 2019-02-14 16:33:03 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.95:19340 2 2019-02-14 16:33:03 InstantX::ProcessConsensusVote - Transaction Lock Is Complete 2019-02-14 16:33:03 InstantX::ProcessConsensusVote - Masternode ADDR 80.211.161.253:19340 3 2019-02-14 16:33:03 InstantX::ProcessConsensusVote - Transaction Lock Is Complete 2019-02-14 16:33:07 keypool added key 1149, size=1001 2019-02-14 16:33:07 init message: Loading wallet... (114.79 %) 2019-02-14 16:33:07 keypool reserve 149 2019-02-14 16:33:07 CommitTransaction: CTransaction(hash=75d43fde5f, ver=1, vin.size=2, vout.size=2, nLockTime=0) CTxIn(COutPoint(2587096af775a1cf7232dcf93a12226aa9713a5087e0b01c936e28efcf70832c, 2), scriptSig=304402200a3984773a7ed16c) CTxIn(COutPoint(13444c0c2da90498477b5c7b22da5a08553c248d437b763e5d8825bc0c24b1de, 1), scriptSig=30440220391849e304521c9f) CTxOut(nValue=5.00000000, scriptPubKey=OP_DUP OP_HASH160 1d16c02fd0be) CTxOut(nValue=0.39996260, scriptPubKey=OP_DUP OP_HASH160 89831b2a8d8e) 2019-02-14 16:33:07 keypool keep 149 2019-02-14 16:33:07 AddToWallet 75d43fde5f73f9587deba8382cf2ebffa2c6b387befeddf5dd54df25da97b8ee new 2019-02-14 16:33:07 AddToWallet 75d43fde5f73f9587deba8382cf2ebffa2c6b387befeddf5dd54df25da97b8ee 2019-02-14 16:33:07 Relaying wtx 75d43fde5f73f9587deba8382cf2ebffa2c6b387befeddf5dd54df25da97b8ee 2019-02-14 16:33:07 CWalletTx::RelayWalletTransaction() - Instant send to address: tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8 2019-02-14 16:33:07 CreateNewLock - New Transaction Lock 75d43fde5f73f9587deba8382cf2ebffa2c6b387befeddf5dd54df25da97b8ee ! 2019-02-14 16:33:07 InstantX::ProcessConsensusVote - Masternode ADDR 80.211.161.253:19340 5 2019-02-14 16:33:07 InstantX::ProcessConsensusVote - Masternode ADDR 80.211.108.206:19340 2 2019-02-14 16:33:09 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.93:19340 1 2019-02-14 16:33:09 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.189.224:19340 4 2019-02-14 16:33:09 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.189.226:19340 8 2019-02-14 16:33:09 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.95:19340 6 2019-02-14 16:33:09 InstantX::ProcessConsensusVote - Transaction Lock Is Complete 2019-02-14 16:33:10 keypool added key 1150, size=1001 2019-02-14 16:33:10 init message: Loading wallet... (114.89 %) 2019-02-14 16:33:10 keypool reserve 150 2019-02-14 16:33:11 CommitTransaction: CTransaction(hash=ebcf87fafc, ver=1, vin.size=2, vout.size=2, nLockTime=0) CTxIn(COutPoint(11c4ed97d67ee2457708a678bf03e311579a8be06225ffef5bc7b81dfedcb0ef, 1), scriptSig=3045022100ff85b3b0651ad1) CTxIn(COutPoint(979637bf82d5740056521c881469fb2bfd62161808c83545193911ea39851282, 2), scriptSig=304402205ad57e25e8db33fe) CTxOut(nValue=5.00000000, scriptPubKey=OP_DUP OP_HASH160 1d16c02fd0be) CTxOut(nValue=0.39996260, scriptPubKey=OP_DUP OP_HASH160 6eb1db076059) 2019-02-14 16:33:11 keypool keep 150 2019-02-14 16:33:11 AddToWallet ebcf87fafc2c347e64d63b63ed18844ed8566bfc13a76dd839b6ab9d131978c9 new 2019-02-14 16:33:11 AddToWallet ebcf87fafc2c347e64d63b63ed18844ed8566bfc13a76dd839b6ab9d131978c9 2019-02-14 16:33:11 Relaying wtx ebcf87fafc2c347e64d63b63ed18844ed8566bfc13a76dd839b6ab9d131978c9 2019-02-14 16:33:11 CWalletTx::RelayWalletTransaction() - Instant send to address: tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8 2019-02-14 16:33:11 CreateNewLock - New Transaction Lock ebcf87fafc2c347e64d63b63ed18844ed8566bfc13a76dd839b6ab9d131978c9 ! 2019-02-14 16:33:11 InstantX::ProcessConsensusVote - Masternode ADDR 80.211.161.253:19340 6 2019-02-14 16:33:11 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.93:19340 4 2019-02-14 16:33:11 InstantX::ProcessConsensusVote - Masternode ADDR 80.211.108.206:19340 7 2019-02-14 16:33:11 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.95:19340 1 2019-02-14 16:33:11 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.94:19340 8 2019-02-14 16:33:11 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.189.225:19340 5 2019-02-14 16:33:11 InstantX::ProcessConsensusVote - Transaction Lock Is Complete 2019-02-14 16:33:14 keypool added key 1151, size=1001 2019-02-14 16:33:14 init message: Loading wallet... (114.99 %) 2019-02-14 16:33:14 keypool reserve 151 2019-02-14 16:33:14 CommitTransaction: CTransaction(hash=177e9734e1, ver=1, vin.size=2, vout.size=2, nLockTime=0) CTxIn(COutPoint(0ab122c4ff5616eb3f3fbf52d90834c4f605787e0f308d689dd983156dc47a4d, 2), scriptSig=3044022012c943e222f272a5) CTxIn(COutPoint(18fb7160bb38aa5753536d4d0b70e699ebdb6fe1402366211d70fe85e92eb588, 1), scriptSig=3045022100e2085e84d32501) CTxOut(nValue=0.39996270, scriptPubKey=OP_DUP OP_HASH160 5b6b1bdffea5) CTxOut(nValue=5.00000000, scriptPubKey=OP_DUP OP_HASH160 1d16c02fd0be) 2019-02-14 16:33:14 keypool keep 151 2019-02-14 16:33:14 AddToWallet 177e9734e1a4767d556c476dc867fe8f19bef4978c427e173ee2cff365c3ba5c new 2019-02-14 16:33:14 AddToWallet 177e9734e1a4767d556c476dc867fe8f19bef4978c427e173ee2cff365c3ba5c 2019-02-14 16:33:14 Relaying wtx 177e9734e1a4767d556c476dc867fe8f19bef4978c427e173ee2cff365c3ba5c 2019-02-14 16:33:14 CWalletTx::RelayWalletTransaction() - Instant send to address: *** tCRWMKkv84682daqQBgbVUpdPRTZPEDArGfZj *** <<<< WRONG ADDRESS 2019-02-14 16:33:14 CreateNewLock - New Transaction Lock 177e9734e1a4767d556c476dc867fe8f19bef4978c427e173ee2cff365c3ba5c ! 2019-02-14 16:33:14 InstantX::ProcessConsensusVote - Masternode ADDR 80.211.161.253:19340 7 2019-02-14 16:33:17 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.189.224:19340 1 2019-02-14 16:33:17 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.93:19340 2 2019-02-14 16:33:17 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.95:19340 5 2019-02-14 16:33:17 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.94:19340 8 2019-02-14 16:33:17 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.189.225:19340 4 2019-02-14 16:33:17 InstantX::ProcessConsensusVote - Transaction Lock Is Complete 2019-02-14 16:33:18 keypool added key 1152, size=1001 2019-02-14 16:33:18 init message: Loading wallet... (115.08 %) 2019-02-14 16:33:18 keypool reserve 152 2019-02-14 16:33:18 CommitTransaction: CTransaction(hash=ee6a7c8aa3, ver=1, vin.size=2, vout.size=2, nLockTime=0) CTxIn(COutPoint(bd231859f0ea7368021bf72a49e7d09f1a141ca945108ba0b35f8b8a4f1ddb72, 2), scriptSig=3045022100c5ef929d44c274) CTxIn(COutPoint(48d8d323ab902467864be45703a656ad07ad2c57ba0b82a7f86f1a55862f3a98, 1), scriptSig=3044022024039537a8c7eb35) CTxOut(nValue=5.00000000, scriptPubKey=OP_DUP OP_HASH160 1d16c02fd0be) CTxOut(nValue=0.39996260, scriptPubKey=OP_DUP OP_HASH160 cc7645fa4dc6) 2019-02-14 16:33:18 keypool keep 152 2019-02-14 16:33:18 AddToWallet ee6a7c8aa354b8de18343e4bb94ab89880c64e66fb9e83f7ed47399e47ef26a5 new 2019-02-14 16:33:18 AddToWallet ee6a7c8aa354b8de18343e4bb94ab89880c64e66fb9e83f7ed47399e47ef26a5 2019-02-14 16:33:18 Relaying wtx ee6a7c8aa354b8de18343e4bb94ab89880c64e66fb9e83f7ed47399e47ef26a5 2019-02-14 16:33:18 CWalletTx::RelayWalletTransaction() - Instant send to address: tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8 2019-02-14 16:33:18 CreateNewLock - New Transaction Lock ee6a7c8aa354b8de18343e4bb94ab89880c64e66fb9e83f7ed47399e47ef26a5 ! 2019-02-14 16:33:18 InstantX::ProcessConsensusVote - Masternode ADDR 80.211.108.206:19340 3 2019-02-14 16:33:18 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.189.224:19340 1 2019-02-14 16:33:18 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.93:19340 6 2019-02-14 16:33:18 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.94:19340 9 2019-02-14 16:33:18 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.95:19340 2 2019-02-14 16:33:18 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.189.226:19340 8 2019-02-14 16:33:18 InstantX::ProcessConsensusVote - Transaction Lock Is Complete 2019-02-14 16:33:18 InstantX::ProcessConsensusVote - Masternode ADDR 80.211.161.253:19340 5 2019-02-14 16:33:18 InstantX::ProcessConsensusVote - Transaction Lock Is Complete 2019-02-14 16:33:22 keypool added key 1153, size=1001 2019-02-14 16:33:22 init message: Loading wallet... (115.18 %) 2019-02-14 16:33:22 keypool reserve 153 2019-02-14 16:33:22 CommitTransaction: CTransaction(hash=fc483c8d2a, ver=1, vin.size=2, vout.size=2, nLockTime=0) CTxIn(COutPoint(d232158ffb0115c6ea57fa12bb3f0781a52b94b1337f9574d790401a5cddeff5, 1), scriptSig=3044022066581563fda3f517) CTxIn(COutPoint(1d21886d2cc7d47f19f759f4bd560ec295b56cbc099a415c309ede9d56570f2a, 2), scriptSig=30450221008eac8e582ee911) CTxOut(nValue=0.39996260, scriptPubKey=OP_DUP OP_HASH160 fee7ea859f1e) CTxOut(nValue=5.00000000, scriptPubKey=OP_DUP OP_HASH160 1d16c02fd0be) 2019-02-14 16:33:22 keypool keep 153 2019-02-14 16:33:22 AddToWallet fc483c8d2a6ba1f621c275413bc923159494f6e3f88bcf6e7ad4ebe4f54cbd61 new 2019-02-14 16:33:22 AddToWallet fc483c8d2a6ba1f621c275413bc923159494f6e3f88bcf6e7ad4ebe4f54cbd61 2019-02-14 16:33:22 Relaying wtx fc483c8d2a6ba1f621c275413bc923159494f6e3f88bcf6e7ad4ebe4f54cbd61 2019-02-14 16:33:22 CWalletTx::RelayWalletTransaction() - Instant send to address: *** tCRWcECa9YRwmvh2CXz32NvhWfLgp7gkNx1on *** <<< WRONG ADDRESS 2019-02-14 16:33:22 CreateNewLock - New Transaction Lock fc483c8d2a6ba1f621c275413bc923159494f6e3f88bcf6e7ad4ebe4f54cbd61 ! 2019-02-14 16:33:22 InstantX::ProcessConsensusVote - Masternode ADDR 80.211.161.253:19340 1 2019-02-14 16:33:25 keypool added key 1154, size=1001 2019-02-14 16:33:25 init message: Loading wallet... (115.28 %) 2019-02-14 16:33:25 keypool reserve 154 2019-02-14 16:33:25 CommitTransaction: CTransaction(hash=fddf453636, ver=1, vin.size=2, vout.size=2, nLockTime=0) CTxIn(COutPoint(7b1b2836d0bb6522ad8d921934f42eddf428e4636cb167188e41d7476bcde9a1, 2), scriptSig=3045022100bf9d5c6a70bebe) CTxIn(COutPoint(2b94005178655e41fbca0ec9938c5f9cb5acd5753926fcc0e00f1880ba9551dd, 1), scriptSig=3044022032704cd22f0cf028) CTxOut(nValue=0.39996270, scriptPubKey=OP_DUP OP_HASH160 7b1a5ec7fa88) CTxOut(nValue=5.00000000, scriptPubKey=OP_DUP OP_HASH160 1d16c02fd0be) 2019-02-14 16:33:25 keypool keep 154 2019-02-14 16:33:25 AddToWallet fddf453636324072b323ade4ab62f7018e30a1f9653a900985a426e79b31313e new 2019-02-14 16:33:25 AddToWallet fddf453636324072b323ade4ab62f7018e30a1f9653a900985a426e79b31313e 2019-02-14 16:33:25 Relaying wtx fddf453636324072b323ade4ab62f7018e30a1f9653a900985a426e79b31313e 2019-02-14 16:33:25 CWalletTx::RelayWalletTransaction() - Instant send to address: *** tCRWQDHpSZ9k2gm8Kc7LfUhePuzDRwsdnYfPj *** <<< WRONG ADDRESS 2019-02-14 16:33:25 CreateNewLock - New Transaction Lock fddf453636324072b323ade4ab62f7018e30a1f9653a900985a426e79b31313e ! 2019-02-14 16:33:25 InstantX::ProcessConsensusVote - Masternode ADDR 80.211.108.206:19340 3 2019-02-14 16:33:25 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.94:19340 7 2019-02-14 16:33:25 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.189.224:19340 2 2019-02-14 16:33:25 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.95:19340 5 2019-02-14 16:33:25 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.189.225:19340 8 2019-02-14 16:33:25 InstantX::ProcessConsensusVote - Transaction Lock Is Complete 2019-02-14 16:33:25 InstantX::ProcessConsensusVote - Masternode ADDR 80.211.161.253:19340 10 2019-02-14 16:33:26 InstantX::ProcessConsensusVote - Masternode ADDR 80.211.108.206:19340 6 2019-02-14 16:33:26 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.189.224:19340 9 2019-02-14 16:33:26 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.94:19340 7 2019-02-14 16:33:26 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.93:19340 3 2019-02-14 16:33:26 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.189.225:19340 5 2019-02-14 16:33:26 InstantX::ProcessConsensusVote - Transaction Lock Is Complete 2019-02-14 16:33:26 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.151.95:19340 8 2019-02-14 16:33:26 InstantX::ProcessConsensusVote - Transaction Lock Is Complete 2019-02-14 16:33:29 InstantX::ProcessConsensusVote - Masternode ADDR 80.211.161.253:19340 3 2019-02-14 16:33:29 InstantX::ProcessConsensusVote - Masternode ADDR 80.211.108.206:19340 9 2019-02-14 16:33:29 InstantX::ProcessConsensusVote - Masternode ADDR 164.132.189.224:19340 7 2019-02-14 16:33:29 keypool added key 1155, size=1001 2019-02-14 16:33:29 init message: Loading wallet... (115.38 %) 2019-02-14 16:33:29 keypool reserve 155 2019-02-14 16:33:30 CommitTransaction: CTransaction(hash=04d218b15b, ver=1, vin.size=2, vout.size=2, nLockTime=0) CTxIn(COutPoint(645299ef052dfa885931f08295bcf8765b05217e6c6bd6d5636fd2bd3c040e19, 2), scriptSig=3045022100c229f5160023ac) CTxIn(COutPoint(e90833e8bd750304825f8c9064ababc2daa3193eb759ef220226ff7ec64a4b9a, 1), scriptSig=304402205b59e8026d40f23b) CTxOut(nValue=5.00000000, scriptPubKey=OP_DUP OP_HASH160 1d16c02fd0be) CTxOut(nValue=0.39996270, scriptPubKey=OP_DUP OP_HASH160 fae2f66c7247) 2019-02-14 16:33:30 keypool keep 155 2019-02-14 16:33:30 AddToWallet 04d218b15b7924fd2a210078a24812e00cb5a5ef6929c3cace0719d897465283 new 2019-02-14 16:33:30 AddToWallet 04d218b15b7924fd2a210078a24812e00cb5a5ef6929c3cace0719d897465283 2019-02-14 16:33:30 Relaying wtx 04d218b15b7924fd2a210078a24812e00cb5a5ef6929c3cace0719d897465283 2019-02-14 16:33:30 CWalletTx::RelayWalletTransaction() - Instant send to address: tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8 2019-02-14 16:33:30 CreateNewLock - New Transaction Lock 04d218b15b7924fd2a210078a24812e00cb5a5ef6929c3cace0719d897465283 ! 2019-02-14 16:33:30 CheckProofOfStake : OutPoint: 53bcd527d94542d8d24e535e453f0ad67ad2534ee3a99a42095653c979dbd887:1 Modifier=878c19d0683162c40f78d30bb2662d364c2039287f269893f82f1fcc125b7b0a timeblockfrom=1550141916 time=1550162038 amount=10000 2019-02-14 16:33:30 UpdateTip: new best=591f8afb68e12941141b4d5889cae3987b3676138d3c54010f0b1647b6337ae2 height=41676 log2_work=43.314235 tx=73956 date=2019-02-14 16:33:58 progress=1.000010 cache=0.2MiB(694tx) 2019-02-14 16:33:30 AddToWallet 9b1936395f614142f856fd1614c6feb6b6a74e0f1ff95c5d92901ea5ec255d1e new 2019-02-14 16:33:30 AddToWallet 31892d5e2d16d04eaa432b88669de4124e376e0e670391c061cd675a3ab2c063 new 2019-02-14 16:33:30 AddToWallet 4134850411d12d89b2ec5723426a60253c2ae3d59d29ee33ef607c0f0c59a21e update 2019-02-14 16:33:30 AddToWallet fddf453636324072b323ade4ab62f7018e30a1f9653a900985a426e79b31313e update 2019-02-14 16:33:30 AddToWallet ebcf87fafc2c347e64d63b63ed18844ed8566bfc13a76dd839b6ab9d131978c9 update 2019-02-14 16:33:30 AddToWallet ee6a7c8aa354b8de18343e4bb94ab89880c64e66fb9e83f7ed47399e47ef26a5 update 2019-02-14 16:33:30 AddToWallet 177e9734e1a4767d556c476dc867fe8f19bef4978c427e173ee2cff365c3ba5c update 2019-02-14 16:33:30 AddToWallet 75d43fde5f73f9587deba8382cf2ebffa2c6b387befeddf5dd54df25da97b8ee update 2019-02-14 16:33:30 AddToWallet fc483c8d2a6ba1f621c275413bc923159494f6e3f88bcf6e7ad4ebe4f54cbd61 update 2019-02-14 16:33:30 AddToWallet eb4f9b58d42e0527308ff5d702fc856a8dd390278b4f13cc1ba0c8d4455e0afb update 2019-02-14 16:33:30 AddToWallet 8e566072213628789781450aaecfc49de27c1b498ba345eb8ae1e579def6ed44 update 2019-02-14 16:33:30 CBudgetManager::NewBlock - incremental sync started
3 out of 10 IX sends report the wrong address, but gettransaction shows the correct information:
mark@x230:~/.crownpos/testnet3$ pcrowncli gettransaction 177e9734e1a4767d556c476dc867fe8f19bef4978c427e173ee2cff365c3ba5c { "amount" : 0.00000000, "fee" : -0.00003730, "confirmations" : 482, "bcconfirmations" : 482, "blockhash" : "591f8afb68e12941141b4d5889cae3987b3676138d3c54010f0b1647b6337ae2", "blockindex" : 6, "blocktime" : 1550162038, "txid" : "177e9734e1a4767d556c476dc867fe8f19bef4978c427e173ee2cff365c3ba5c", "walletconflicts" : [ ], "time" : 1550161994, "timereceived" : 1550161994, "details" : [ { "account" : "", "address" : "tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8", "category" : "send", "amount" : -5.00000000, "vout" : 1, "fee" : -0.00003730 }, { "account" : "walk04", "address" : "tCRWFeBxvPx7huzpqGhwz5NF4WbcpV7KC8FH8", "category" : "receive", "amount" : 5.00000000, "vout" : 1 } ], "hex" : "01000000024d7ac46d1583d99d688d300f7e7805f6c43408d952bf3f3feb1656ffc422b10a020000006a473044022012c943e222f272a528b19dafcea602ac0ee9eaf0f81895c3039dd2577b292f0702200ec839506634fac2402f916966acd5ef66c2dadbe4c2191c294b6d155692a78601210290d61f01066e3a7c948a66167a15fbad12242d69e6806e77272a58fb5c0bbdf3ffffffff88b52ee985fe701d21662340e16fdbeb99e6700b4d6d535357aa38bb6071fb18010000006b483045022100e2085e84d325010e6ac4663419f43f6c3e48610fed6345f4686bfc44410cb59d02201d40e3a5a6079ccf9ed09970b5614074a0d2c5b18ea3693ca37ffed551fac2f90121030f50d11d4f873d7a2aa90f51dd03dd9d720dd777fb8604a8f9b8831e7386b632ffffffff026e4b6202000000001976a9145b6b1bdffea50c5b0df74d3e5e6765a04e1339cc88ac0065cd1d000000001976a9141d16c02fd0be5bf357f2f6ce9510d01978e97a6388ac00000000" }
Uploaded 20190214_walkjivefly_wallet_IX_send_wrong_address.log to Nextcloud.
assigned to @ashot
Reporting incorrect instant send addresses in debug.log is still an issue with Crown version v0.12.7.5-dd1eb53a-dirty
added Status: Cannot-Reproduce label and removed Status: Ready-For-Dev label