Difference between revisions of "Checkpoint Lockin"

From Bitcoin Wiki
Jump to: navigation, search
m (Ripper234 moved page Checkpoint lockin to Checkpoint Lockin)
Line 1: Line 1:
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 [https://bitcointalk.org/index.php?topic=437 here] and it was discussed to death [https://bitcointalk.org/index.php?topic=1647 here].
+
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, but it is primarily an optimization for the initial blockchain download. Satoshi announced the feature [https://bitcointalk.org/index.php?topic=437 here] and it was discussed to death [https://bitcointalk.org/index.php?topic=1647 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.
 
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.
  
 
[[Category:Technical]]
 
[[Category:Technical]]

Revision as of 14:04, 29 December 2012

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, but it is primarily an optimization for the initial blockchain download. 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.