Checkpoint Lockin

From Bitcoin Wiki
Revision as of 07:05, 29 December 2012 by Ripper234 (talk | contribs) (Created page with "Every once in a while, an old block hash is hardcoded into Bitcoin software. Different implementations choose different checkpoint locations. Checkpoints prevent various DOS a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Every once in a while, an old block hash is hardcoded into Bitcoin software. Different implementations choose different checkpoint locations. Checkpoints prevent various DOS attacks from nodes flooding unusable chains and attacks involving isolating nodes and giving them fake chains. Satoshi announced the feature here and it was discussed to death here.

Some alt chains use different forms of checkpointing. E.g. PPCoin uses an ongoing "central checkpointing pulse" that isn't updated only on software updates.