diff options
author | BtcDrak <btcdrak@gmail.com> | 2015-11-25 18:53:09 +0000 |
---|---|---|
committer | BtcDrak <btcdrak@gmail.com> | 2015-11-25 18:53:09 +0000 |
commit | 86d135825603f64c6b03df86a356f98969b811d3 (patch) | |
tree | 63102b01991de87c83e4933309374514eadd853d /bip-0112.mediawiki | |
parent | 0026fcb929c430c9211631aa9277d417c532bb34 (diff) |
Update deployment to be TBD
Diffstat (limited to 'bip-0112.mediawiki')
-rw-r--r-- | bip-0112.mediawiki | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/bip-0112.mediawiki b/bip-0112.mediawiki index 592fb5f..1c53561 100644 --- a/bip-0112.mediawiki +++ b/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== |