Browse Source

Update deployment to be TBD

2015_12_bip1
BtcDrak 9 years ago
parent
commit
86d1358256
  1. 19
      bip-0112.mediawiki

19
bip-0112.mediawiki

@ -349,25 +349,10 @@ https://github.com/bitcoin/bitcoin/pull/6564
==Deployment==
We reuse the double-threshold switchover mechanism from BIPs 34 and
66, with the same thresholds, but for nVersion = 4. The new rules are
in effect for every block (at height H) with nVersion = 4 and at least
750 out of 1000 blocks preceding it (with heights H-1000..H-1) also
have nVersion = 4. Furthermore, when 950 out of the 1000 blocks
preceding a block do have nVersion = 4, nVersion = 3 blocks become
invalid, and all further blocks enforce the new rules.
This BIP is to be deployed by either version-bits BIP9 or by isSuperMajority(). Exact details TDB.
It is recommended that this soft-fork deployment trigger include other
related proposals for improving Bitcoin's lock-time capabilities, including:
It is recommended to deploy BIP68 and BIP113 at the same time as this BIP.
[https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki BIP 65]:
OP_CHECKLOCKTIMEVERIFY,
[https://github.com/bitcoin/bips/blob/master/bip-0068.mediawiki BIP 68]:
Relative lock-time through consensus-enforced sequence numbers,
and [https://github.com/bitcoin/bips/blob/master/bip-0113.mediawiki BIP 113]:
Median-Past-Time-Lock.
==Credits==

Loading…
Cancel
Save