Difference between revisions of "Hash"

From Bitcoin Wiki
Jump to: navigation, search
(Copy from old wiki)
m (Remove fromold, since the old page was entirely my work.)
Line 2: Line 2:
  
 
BitCoin uses the [[Wikipedia:SHA-256|SHA-256]] hash algorithm to generate verifiably [[Wikipedia:Random oracle|"random"]] numbers in a way that requires a predictable amount of CPU effort. Generating a SHA-256 hash with a value less than the current [[target]] solves a [[block]] and wins you some coins.
 
BitCoin uses the [[Wikipedia:SHA-256|SHA-256]] hash algorithm to generate verifiably [[Wikipedia:Random oracle|"random"]] numbers in a way that requires a predictable amount of CPU effort. Generating a SHA-256 hash with a value less than the current [[target]] solves a [[block]] and wins you some coins.
 
{{fromold|hash}}
 
  
 
[[Category:Technical]]
 
[[Category:Technical]]
 
[[Category:Vocabulary]]
 
[[Category:Vocabulary]]

Revision as of 01:22, 20 December 2010

A hash algorithm turns an arbitrarily-large amount of data into a fixed-length hash. The same hash will always result from the same data, but modifying the data by even one bit will completely change the hash. Like all computer data, hashes are large numbers, and are usually written as hexadecimal.

BitCoin uses the SHA-256 hash algorithm to generate verifiably "random" numbers in a way that requires a predictable amount of CPU effort. Generating a SHA-256 hash with a value less than the current target solves a block and wins you some coins.