Skip to content

Commit 1e25eb9

Browse files
committed
BIP 8: Advise not choosing a bit being used for other things
1 parent 663efa5 commit 1e25eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0008.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Each soft fork deployment is specified by the following per-chain parameters (fu
4545
The following guidelines are suggested for selecting these parameters for a soft fork:
4646

4747
# '''name''' should be selected such that no two softforks, concurrent or otherwise, ever use the same name. For deployments described in a single BIP, it is recommended to use the name "bipN" where N is the appropriate BIP number.
48-
# '''bit''' should be selected such that no two concurrent softforks use the same bit.
48+
# '''bit''' should be selected such that no two concurrent softforks use the same bit. The bit chosen should not overlap with active usage (legitimately or otherwise) for other purposes.
4949
# '''startheight''' should be set to some block height in the future, approximately 30 days (or 4320 blocks) after a software release date including the soft fork. This allows for some release delays, while preventing triggers as a result of parties running pre-release software, and ensures a reasonable number of full nodes have upgraded prior to activation. It should be rounded up to the next height which begins a retarget period for simplicity.
5050
# '''timeoutheight''' should be 1 year, or 52416 blocks (26 retarget intervals) after '''startheight'''.
5151
# '''lockinontimeout''' should be set to true for any softfork that is expected or found to have political opposition from a non-negligible percent of miners. (It can be set after the initial deployment, but cannot be cleared once set.)

0 commit comments

Comments
 (0)