mirror of
https://github.com/bitcoin/bips.git
synced 2025-01-18 21:35:13 +01:00
Added parameters for specification to BIP0009.
This commit is contained in:
parent
989f276dcb
commit
64fda4ea05
@ -19,6 +19,13 @@ In addition, BIP 34 made the integer comparison (nVersion >= 2) a consensus rule
|
||||
|
||||
==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 '''deploytime''' specifies a time at which the bit starts counting towards lock-in.
|
||||
# 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===
|
||||
|
||||
'''Bit flags'''
|
||||
|
Loading…
Reference in New Issue
Block a user