Bitcoin Forum
May 02, 2024, 07:56:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: This message was too old and has been purged  (Read 948 times)
Evil-Knievel (OP)
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
February 11, 2014, 10:14:07 PM
Last edit: April 17, 2016, 09:06:26 PM by Evil-Knievel
 #1

This message was too old and has been purged
1714636605
Hero Member
*
Offline Offline

Posts: 1714636605

View Profile Personal Message (Offline)

Ignore
1714636605
Reply with quote  #2

1714636605
Report to moderator
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714636605
Hero Member
*
Offline Offline

Posts: 1714636605

View Profile Personal Message (Offline)

Ignore
1714636605
Reply with quote  #2

1714636605
Report to moderator
1714636605
Hero Member
*
Offline Offline

Posts: 1714636605

View Profile Personal Message (Offline)

Ignore
1714636605
Reply with quote  #2

1714636605
Report to moderator
1714636605
Hero Member
*
Offline Offline

Posts: 1714636605

View Profile Personal Message (Offline)

Ignore
1714636605
Reply with quote  #2

1714636605
Report to moderator
gogodr
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
February 11, 2014, 10:59:25 PM
 #2

Best answer by Thomas Pornin in StackOverflow answered Oct 25 '10 at 12:14 and I agree 100%

The usual answer goes thus: what is the probability that a rogue asteroid crashes on Earth within the next second, obliterating civilization-as-we-know-it, and killing off a few billion people ? It can be argued that any unlucky event with a probability lower than that is not actually very important.

If we have a "perfect" hash function with output size n, and we have p messages to hash (individual message length is not important), then probability of collision is about p2/2n+1 (this is an approximation which is valid for "small" p, i.e. substantially smaller than 2n/2). For instance, with SHA-256 (n=256) and one billion messages (p=109) then the probability is about 4.3*10-60.

A mass-murderer space rock happens about once every 30 million years on average. This leads to a probability of such an event occurring in the next second to about 10-15. That's 45 orders of magnitude more probable than the SHA-256 collision. Briefly stated, if you find SHA-256 collisions scary then your priorities are wrong.

In a security setup, where an attacker gets to choose the messages which will be hashed, then the attacker may use substantially more than a billion messages; however, you will find that the attacker's success probability will still be vanishingly small. That's the whole point of using a hash function with a 256-bit output: so that risks of collision can be neglected.

Of course, all of the above assumes that SHA-256 is a "perfect" hash function, which is far from being proven. Still, SHA-256 seems quite robust.
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!