Bitcoin Forum
April 23, 2024, 05:33:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Security of 0-confirmation transactions  (Read 623 times)
capsqrl (OP)
Sr. Member
****
Offline Offline

Activity: 444
Merit: 250



View Profile
July 15, 2012, 07:48:29 PM
 #1

I'm wondering about the state of a transaction immediately after it is published to the network, before it has entered any block. Does Bitcoin make any attempt at all to prevent double-spending or reversal at this point? If not, are there any theoretically possible approaches?

If there's no protection, my worry is that Bitcoin really isn't as "instant" as it's often portrayed to be. If I meet someone to make a transaction, do I need to hang around and smalltalk for 10-20 minutes to wait for a block or two? I mean, to be honest, I really hate smalltalk.

Norsk Bitcoin-bruker? Kom til /r/BitcoinNO på reddit!
1713850409
Hero Member
*
Offline Offline

Posts: 1713850409

View Profile Personal Message (Offline)

Ignore
1713850409
Reply with quote  #2

1713850409
Report to moderator
1713850409
Hero Member
*
Offline Offline

Posts: 1713850409

View Profile Personal Message (Offline)

Ignore
1713850409
Reply with quote  #2

1713850409
Report to moderator
1713850409
Hero Member
*
Offline Offline

Posts: 1713850409

View Profile Personal Message (Offline)

Ignore
1713850409
Reply with quote  #2

1713850409
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713850409
Hero Member
*
Offline Offline

Posts: 1713850409

View Profile Personal Message (Offline)

Ignore
1713850409
Reply with quote  #2

1713850409
Report to moderator
1713850409
Hero Member
*
Offline Offline

Posts: 1713850409

View Profile Personal Message (Offline)

Ignore
1713850409
Reply with quote  #2

1713850409
Report to moderator
Meni Rosenfeld
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1054



View Profile WWW
July 15, 2012, 08:00:36 PM
 #2

I'm wondering about the state of a transaction immediately after it is published to the network, before it has entered any block. Does Bitcoin make any attempt at all to prevent double-spending or reversal at this point? If not, are there any theoretically possible approaches?
I don't think the current Bitcoin clients are very proactive in detecting double-spends, but in theory, for casual transactions you can get very good security waiting a few seconds.

If you want absolute security instantly, that can also be achieved with more advanced uses of the Bitcoin scripting system (some of which are yet to be finalized), depending on the particular use case. The basic idea is that some of the work of securing a transaction can be done before the payment is actually made.

1EofoZNBhWQ3kxfKnvWkhtMns4AivZArhr   |   Who am I?   |   bitcoin-otc WoT
Bitcoil - Exchange bitcoins for ILS (thread)   |   Israel Bitcoin community homepage (thread)
Analysis of Bitcoin Pooled Mining Reward Systems (thread, summary)  |   PureMining - Infinite-term, deterministic mining bond
twitterchase
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
July 15, 2012, 08:31:58 PM
 #3

How would someone double spend exactly? Can someone explain how this would work please.
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
July 15, 2012, 09:07:34 PM
Last edit: July 16, 2012, 05:41:33 PM by DeathAndTaxes
 #4

A double spend is when the attacker makes two transactions; one sending coins to you and another sending the same coins back to him.

The tx included in blockchain is the only one which matters.  That being said pulling off a double spend in meatspace is non-trivial.  Each node will ignore any double spend it encounters.  

So the attacker must:
a) ensure the victim sees the "good tx" of the pair first (or they will never see the good one).
b) ensure that a significant fraction of hashing power sees the "bad tx" of the pair first.
c) ensure the victim doesn't see the "bad tx" before the sale completes (just got busted double spending).

While it isn't impossible it is very difficult.  A cautious/smart merchant would run a modified verision of the bitcoin.  The merchant would establish a huge number of connections.  When it receives its "good tx" it would ignore it unless it came from a trusted node.  It also wouldn't relay the tx to any node.  By only accepting incoming tx from trusted nodes (major exchanges, major ewallets, major mining pools, other merchants, etc) the merchant would have some confidence that the "good tx" has been seen by a significant portion of the network.

This would greatly reduce the possibility that an attacker could accomplish a,b, c.  Bitcoin is somewhat unique in that fraud involves the attacker's own funds (unlike CC fraud where attacker has no "skin in the game").  That changes the risk vs reward balance.

It really depends on the amount of funds we are talking about.  Trading something in the real world to someone you know personally for a small amount of coins is totally different than trading 1,000+ BTC for irreversible funds online with an anonymous party.
capsqrl (OP)
Sr. Member
****
Offline Offline

Activity: 444
Merit: 250



View Profile
July 16, 2012, 07:33:34 AM
 #5

Thanks for the feedback. Interesting possibilities with the scripting system, I hope something comes of that. It really is a hard nut to crack, but I think it needs to be addressed, because bitcoin has to be useful in an "immediate transaction" scenario such as at the cash register. Those places could easily turn to a centralized clearing house to protect against it, which defeats some of the point of bitcoin.

If I ever sell my house for bitcoin, alright, I'll wait around for six confirmations :-)

Norsk Bitcoin-bruker? Kom til /r/BitcoinNO på reddit!
TheBitcoinChemist
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
July 16, 2012, 05:33:50 PM
 #6

I'm wondering about the state of a transaction immediately after it is published to the network, before it has entered any block.


Your client will submit the transaction to all it's connected peers, which will each verify it against their own copy of the blockchain.  If they consider it valid, they will forward it to all of their connected peers, and so on.  Once they have seen a valid transaction that spends a particular set of coins, that peer will hang onto a copy of that transaction and reject any other transactions that it sees that tries to spend those coins again.  Thus, the best defense against a double spend with the regular client is simply having a few seconds advantage over any possible double spend attempt.  If you have an online store accepting bitcoins, it is too easy for an attacker to time the transactions, so it would help to use more sophisticated means of detection for online stores.  Brick-&-Mortor stores would have no problem, however, since timing the transactions while at a physical cash register is difficult by it's nature.  And Bitcoin aware Point-of-Sale systems have other tricks for reducing risk exposure here.

Quote

 Does Bitcoin make any attempt at all to prevent double-spending or reversal at this point? If not, are there any theoretically possible approaches?

In a sense, yes.  The two transactions must race to cover as much of the bitcoin network as possible before the other takes over a majority of the mining nodes; because the transaction with the greater percentage of mining nodes is more likely to be included in a block, and thus become the officially correct transaction.  The other will be orphaned forever.

Quote

If there's no protection, my worry is that Bitcoin really isn't as "instant" as it's often portrayed to be. If I meet someone to make a transaction, do I need to hang around and smalltalk for 10-20 minutes to wait for a block or two? I mean, to be honest, I really hate smalltalk.

It's not portrayed to be instant in all cases, but it can be pretty close.  Credit cards aren't instant at all, as they can be reversed up to 45 days later; they just appear to be instant because of all the user identification required.  If you are willing to identify yourself using bitcoin, these same tricks could apply.
Pages: [1]
  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!