Difference between revisions of "Blockchain"

From wiki
Jump to navigation Jump to search
(Created page with "Catagory Blockchain * A blockchain is a recording of data. * Blocks can have one or more records. * Blocks are chained together by the hash of the content of the last...")
 
m
Line 1: Line 1:
[[Catagory Blockchain]]
+
[[Category:Blockchain]]
 
* A blockchain is a recording of data.
 
* A blockchain is a recording of data.
 
* Blocks can have one or more records.  
 
* Blocks can have one or more records.  
 
* Blocks are chained together by the [[hash]] of the content of the last block. Except the first (genesis) block all blocks start with the hash of the block it succeeds.
 
* Blocks are chained together by the [[hash]] of the content of the last block. Except the first (genesis) block all blocks start with the hash of the block it succeeds.
 
* Any change in any of the previous blocks will change the hash of that block an so break the chain
 
* Any change in any of the previous blocks will change the hash of that block an so break the chain

Revision as of 20:55, 17 May 2021

  • A blockchain is a recording of data.
  • Blocks can have one or more records.
  • Blocks are chained together by the hash of the content of the last block. Except the first (genesis) block all blocks start with the hash of the block it succeeds.
  • Any change in any of the previous blocks will change the hash of that block an so break the chain