Difference between revisions of "Invalid block"

From Bitcoin Wiki
Jump to: navigation, search
(Created page with "A block is valid if it obeys all of the Protocol rules; otherwise it is invalid.")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
A block is valid if it obeys all of the [[Protocol rules]]; otherwise it is invalid.
 
A block is valid if it obeys all of the [[Protocol rules]]; otherwise it is invalid.
 +
 +
* Clients '''will ignore invalid blocks''' when determining which chain is difficultywise-longest.
 +
* Mining clients '''will not build on top of''' invalid blocks.
 +
* Clients '''will not propagate''' invalid blocks (or invalid transactions).
 +
 +
[[Category:Technical]][[Category:Developer]]

Latest revision as of 04:31, 15 February 2012

A block is valid if it obeys all of the Protocol rules; otherwise it is invalid.

  • Clients will ignore invalid blocks when determining which chain is difficultywise-longest.
  • Mining clients will not build on top of invalid blocks.
  • Clients will not propagate invalid blocks (or invalid transactions).