Bitcoin Forum
April 26, 2024, 12:07:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: QT strange DOUBLE SPEND (malleable)  (Read 13044 times)
2GOOD (OP)
Hero Member
*****
Offline Offline

Activity: 547
Merit: 531


First bits: 12good


View Profile WWW
February 10, 2014, 01:42:25 AM
Last edit: February 11, 2014, 02:20:59 PM by 2GOOD
 #1

Hi,
I'm using version v0.8.5-beta, made a regular send and it appears to be a double spend:

That's the tx I see in the QT:
https://blockchain.info/tx/41f1cfe70cbbb45ed1efeafed8213cbdee14fe772b8643e0f37259791ce6039f

as it seems the wallet generates a second tx with the same input/outputs
https://blockchain.info/tx/22b00c6516676d401e48cc4617ce5cad2b708e0780b72669da9a67deb52d773b

This is very odd... Huh
maybe a bug  Roll Eyes

Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714133225
Hero Member
*
Offline Offline

Posts: 1714133225

View Profile Personal Message (Offline)

Ignore
1714133225
Reply with quote  #2

1714133225
Report to moderator
1714133225
Hero Member
*
Offline Offline

Posts: 1714133225

View Profile Personal Message (Offline)

Ignore
1714133225
Reply with quote  #2

1714133225
Report to moderator
tk808
Legendary
*
Offline Offline

Activity: 1512
Merit: 1124


Invest in your knowledge


View Profile
February 10, 2014, 02:07:16 AM
 #2

Hi,
I'm using version v0.8.5-beta, made a regular send and it appears to be a double spend:

That's the tx I see in the QT:
https://blockchain.info/tx/41f1cfe70cbbb45ed1efeafed8213cbdee14fe772b8643e0f37259791ce6039f

as it seems the wallet generates a second tx with the same input/outputs
https://blockchain.info/tx/22b00c6516676d401e48cc4617ce5cad2b708e0780b72669da9a67deb52d773b

This is very odd, is it possible that my Enter key was pushed twice very fast ie keyboard problem  Huh
maybe a bug  Roll Eyes


One time, i double spent when i switching up my wallets. I changed my wallet when a transaction was pending, and opened a new wallet.dat file.

When i went back to the 1st wallet.dat (the one the transaction was being sent from, but never confirmed) It showed a balance of my BTC and that the other transaction i sent.

So i tried sending that balance again, hence trying to double spend.

Never got confirmed
Sonny
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
February 10, 2014, 04:22:09 AM
 #3

Hi,
I'm using version v0.8.5-beta, made a regular send and it appears to be a double spend:

That's the tx I see in the QT:
https://blockchain.info/tx/41f1cfe70cbbb45ed1efeafed8213cbdee14fe772b8643e0f37259791ce6039f

as it seems the wallet generates a second tx with the same input/outputs
https://blockchain.info/tx/22b00c6516676d401e48cc4617ce5cad2b708e0780b72669da9a67deb52d773b

This is very odd, is it possible that my Enter key was pushed twice very fast ie keyboard problem  Huh
maybe a bug  Roll Eyes


I got the exact same problem earlier today...
I was using qt 0.8.6, and shocked to find the double-spend on blockchain.info.

BTW, I also checked blockr.io at that moment, and found only one tx.

IMHO, it seems to be a blockchain.info problem, rather than bitcoin-qt...
ScripterRon
Full Member
***
Offline Offline

Activity: 136
Merit: 120


View Profile
February 10, 2014, 04:42:11 AM
Last edit: February 10, 2014, 05:04:24 AM by ScripterRon
 #4

I run a full node and I've been seeing a number of double spends in the log.  So it is not just blockchain.info that is detecting the double spends.  For the ones that I checked, they have the same inputs and outputs and were created at almost the same time.  Sometimes they are a double spend, although I found a couple were included in blocks (which could just be the result of a race condition as to which transaction is seen first)

Here are a couple of them:

  6e21cf5c9dc0320d09084a6426ec360f53bfa0fa9f981d4b26e76fd77a19b93c
  20acb23194be4af89538e720af2507c2ad4b0d179fce9c39e3cae0518d6e7593
  15b94449d35dac6c31b181d6384f3120f8caf700e628b6241cce76a0727567ff
  4837a47929d05e723abc8a5b4c50193ed559c4a73537582584db2f8a677554a9
  43ccf90a7b445acc8265d08c9d48ef99ec17337b56effc850977872d567ddada
  66e507b9f079434ff223fdb54f7f1f88695179b38efac5185809387375ad0e6b
  478143a7acd3325ca0218a7d10b43ce16694f5836a7948f13ca90cb024426042

And many more ...

I should add that the node that is reporting the double spends identifies itself as /Satoshi:0.8.99/ and protocol version 70002.  So this might be something in the new client release.  It sends 'reject' messages whenever it is unhappy (which I think is a good thing because it lets you know why a peer is unhappy with you).  It just reported a couple more duplicates and I checked and they are all in the block chain, so I'm not sure what is going on.
2GOOD (OP)
Hero Member
*****
Offline Offline

Activity: 547
Merit: 531


First bits: 12good


View Profile WWW
February 10, 2014, 12:11:11 PM
 #5

I deleted the transactions from the wallet and let it to the network. Today one of them is confirmed other is gone.

The question is... Why is this happening ?!

Gator-hex
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
February 10, 2014, 04:33:39 PM
 #6

When you double spend a race condition starts.
Each spend has to reference coins that already belong to you and transfer the ownership to someone else.
Whichever transaction wins the race gets the money, the other is rejected because the coin is already recorded as spent.

How Bitcoin Works Video...
http://www.youtube.com/watch?v=Lx9zgZCMqXE

2GOOD (OP)
Hero Member
*****
Offline Offline

Activity: 547
Merit: 531


First bits: 12good


View Profile WWW
February 10, 2014, 05:08:54 PM
 #7

I know very well how it is resolved, the question is why the double spend appear in first place.

cp1
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


Stop using branwallets


View Profile
February 10, 2014, 05:12:20 PM
 #8

It happened a lot yesterday, some node seems to be relaying transactions twice or something.

Guide to armory offline install on USB key:  https://bitcointalk.org/index.php?topic=241730.0
tholenst
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
February 10, 2014, 05:26:29 PM
 #9

What happens here is that the transactions are malleable.

Roughly speaking, when you send a transaction, it has some data in it which is not really relevant to the transaction. This data can be changed, and the same transaction looks slightly different.

This would not really be a problem, but the effect is that the changed transaction gets a new txid. The effect is what you observed: two transactions with different txid's which really have the same inputs and outputs.

Obviously someone is changing the transactions and broadcasting them again (for kicks, or whatever).
2GOOD (OP)
Hero Member
*****
Offline Offline

Activity: 547
Merit: 531


First bits: 12good


View Profile WWW
February 10, 2014, 08:19:10 PM
 #10

That explains a lot... so basically we have a dark individual or a group of ppl who just wants cheap coins.

That makes sense  Grin

klondike_bar
Legendary
*
Offline Offline

Activity: 2128
Merit: 1005

ASIC Wannabe


View Profile
February 10, 2014, 11:11:22 PM
 #11

I had a friend send me a BTC from multibit yesterday that showed as a doublespend sent 1 second apart.

today i sent from bitcoin-qt and it seems to have created a double-spend (both txids show in the bitcoin-qt and blockchain.info)

did my wallet deduct the send value twice, and/or will the bad transaction (which isnt being confirmed of course) be deleted? I wasnt watching my wallet balance and am not sure if it dropped by my transfer amount (0.2BTC) or by 2x that (0.4btc)

and why is this happening right after/around mt.Gox crying wolf about the problem? some tinfoil-hats among us might be inclined to point fingers

24" PCI-E cables with 16AWG wires and stripped ends - great for server PSU mods, best prices https://bitcointalk.org/index.php?topic=563461
No longer a wannabe - now an ASIC owner!
cp1
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


Stop using branwallets


View Profile
February 10, 2014, 11:46:37 PM
 #12

Sounds like someone nefarious is creating double spends of tons of transactions for nefarious purposes.

Guide to armory offline install on USB key:  https://bitcointalk.org/index.php?topic=241730.0
Rampion
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
February 10, 2014, 11:51:48 PM
 #13

Sounds like someone nefarious is creating double spends of tons of transactions for nefarious purposes.

At worst he is spreading some FUD among novices, what is clear is that regular users using the reference implementation are not affected. Minor inconveniences, but their wallets are safe.

On the contrary incompetent exchanges who base their accounting on transaction IDs and manage poorly their customer services might be affected.

klondike_bar
Legendary
*
Offline Offline

Activity: 2128
Merit: 1005

ASIC Wannabe


View Profile
February 10, 2014, 11:53:34 PM
 #14

did my wallet deduct the send value twice, and/or will the bad transaction (which isnt being confirmed of course) be deleted? I wasnt watching my wallet balance and am not sure if it dropped by my transfer amount (0.2BTC) or by 2x that (0.4btc)

this is what i really need to know. Will the blockchain eventually force a 'reject' response or do i need to 'delete' the transaction record out of the wallet.dat? I need to make sure there isnt 0.22BTC in the bitcoin-qt wallet that isnt recorded or will be lost to the ether rather than moved to a change address

24" PCI-E cables with 16AWG wires and stripped ends - great for server PSU mods, best prices https://bitcointalk.org/index.php?topic=563461
No longer a wannabe - now an ASIC owner!
Mowcore
Hero Member
*****
Offline Offline

Activity: 592
Merit: 500



View Profile
February 10, 2014, 11:54:46 PM
 #15

It happened to me around 10 minutes ago sending from the android wallet. I now have a red cross for the double spend and 4 confirms on the real tx. My balance has since corrected it's self.

Humble Weekly Bundle.Pay What You Want. Redeem on Steam. Support charity. Pay with BTCitcoin now!--> Paypal Sad
Rampion
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
February 11, 2014, 12:02:16 AM
 #16

It happened to me around 10 minutes ago sending from the android wallet. I now have a red cross for the double spend and 4 confirms on the real tx. My balance has since corrected it's self.

The guy is having fun. Probably also looking for cheap coins.

delulo
Sr. Member
****
Offline Offline

Activity: 441
Merit: 250


View Profile
February 11, 2014, 12:10:41 AM
Last edit: February 11, 2014, 12:40:21 AM by delulo
 #17

So any conclusion on what this means (in terms of security, usability of bitcoin)? Any changes to the conclusion that its all mt gox' incompetence and bitcoin is not flawed?
klondike_bar
Legendary
*
Offline Offline

Activity: 2128
Merit: 1005

ASIC Wannabe


View Profile
February 11, 2014, 12:40:42 AM
 #18

So any conclusion on what this means (in terms of security, usability of bitcoin)?

my guess is a malicious, high-volume node must be causing this to every transaction that it can pass through it - whether this means tens or thousands per second I'm not sure. The issue seems to have no impact on bitcoin, since it can only repeat the transaction under a slightly different txid, it is not capable of modifying it (such as to change the recipient). Here is a very simplified explanation: http://www.reddit.com/r/Bitcoin/comments/1xieb9/keep_calm_transaction_malleability_is_not_double/

is there any way to track these sort of double-spends without having to know the originating tx or wading through the recents or block tx lists to spot double spends?

24" PCI-E cables with 16AWG wires and stripped ends - great for server PSU mods, best prices https://bitcointalk.org/index.php?topic=563461
No longer a wannabe - now an ASIC owner!
justusranvier
Legendary
*
Offline Offline

Activity: 1400
Merit: 1009



View Profile
February 11, 2014, 12:43:07 AM
 #19

my guess is a malicious, high-volume node must be causing this to every transaction that it can pass through it
Maybe somebody should ask the person who seemed to know about it ahead of time: https://bitcointalk.org/index.php?topic=459013.0
Rampion
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
February 11, 2014, 12:45:16 AM
 #20

So any conclusion on what this means (in terms of security, usability of bitcoin)?

my guess is a malicious, high-volume node must be causing this to every transaction that it can pass through it - whether this means tens or thousands per second I'm not sure. The issue seems to have no impact on bitcoin, since it can only repeat the transaction under a slightly different txid, it is not capable of modifying it (such as to change the recipient). Here is a very simplified explanation: http://www.reddit.com/r/Bitcoin/comments/1xieb9/keep_calm_transaction_malleability_is_not_double/

is there any way to track these sort of double-spends without having to know the originating tx or wading through the recents or block tx lists to spot double spends?

I'd say that more than a double spends those are "mutated transaction". There's really no way for the malicious third party to steal any coins unless he social engineers the sender... In the case of Gox their shitty accounting helped.

Pages: [1] 2 3 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!