mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
Merge pull request #219 from CodeShark/BIP0009_revisions
Added clarifications to BIP0009.
This commit is contained in:
commit
2b27bb5d27
@ -22,6 +22,12 @@ In addition, BIP 34 made the integer comparison (nVersion >= 2) a consensus rule
|
|||||||
|
|
||||||
==Specification==
|
==Specification==
|
||||||
|
|
||||||
|
Each soft fork deployment is specified by the following parameters (further elaborated below):
|
||||||
|
|
||||||
|
# The '''bit''' determines which bit in the nVersion field of the block is to be used to signal the soft fork lock-in and activation.
|
||||||
|
# The '''threshold''' specifies how many blocks within a single retarget period (2016 blocks) must have the bit set before we lock in the deployment.
|
||||||
|
# The '''timeout''' specifies a time at which the deployment is considered failed. If the median time of a block >= timeout and the soft fork has not yet locked in (including this block's bit state), the deployment is considered failed on all descendants of the block.
|
||||||
|
|
||||||
===Mechanism===
|
===Mechanism===
|
||||||
|
|
||||||
'''Bit flags'''
|
'''Bit flags'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user