Skip to content

Commit ce5f89f

Browse files
committed
BIP341: add testnet3 parameters
1 parent d582d0b commit ce5f89f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bip-0341.mediawiki

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ This BIP is deployed concurrently with [[bip-0342.mediawiki|BIP342]].
298298

299299
For Bitcoin signet, these BIPs are always active.
300300

301-
For Bitcoin mainnet, these BIPs will be deployed by "version bits" with the name "taproot" and bit 2, using [[bip-0009.mediawiki|BIP9]] modified to use a lower threshold, with an additional ''min_activation_height'' parameter and replacing the state transition logic for the DEFINED, STARTED and LOCKED_IN states as follows:
301+
For Bitcoin mainnet and testnet3, these BIPs will be deployed by "version bits" with the name "taproot" and bit 2, using [[bip-0009.mediawiki|BIP9]] modified to use a lower threshold, with an additional ''min_activation_height'' parameter and replacing the state transition logic for the DEFINED, STARTED and LOCKED_IN states as follows:
302302

303303
case DEFINED:
304304
if (GetMedianTimePast(block.parent) >= starttime) {
@@ -330,6 +330,8 @@ For Bitcoin mainnet, these BIPs will be deployed by "version bits" with the name
330330
331331
For Bitcoin mainnet, the starttime is epoch timestamp 1619222400 (midnight 24 April 2021 UTC), timeout is epoch timestamp 1628640000 (midnight 11 August 2021 UTC), the threshold is 1815 blocks (90%) instead of 1916 blocks (95%), and the min_activation_height is block 709632 (expected approximately 12 November 2021).
332332

333+
For Bitcoin testnet3, the starttime is epoch timestamp 1619222400 (midnight 24 April 2021 UTC), timeout is epoch timestamp 1628640000 (midnight 11 August 2021 UTC), the threshold is 1512 blocks (75%), and the min_activation_height is block 0.
334+
333335
== Backwards compatibility ==
334336
As a soft fork, older software will continue to operate without modification.
335337
Non-upgraded nodes, however, will consider all SegWit version 1 witness programs as anyone-can-spend scripts.

0 commit comments

Comments
 (0)