From 1572d1b1e03751daf0bec465053db20aa70f8358 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Mon, 8 Mar 2021 17:05:44 -0500 Subject: [PATCH] Add taproot activation parameters --- bip-0341.mediawiki | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/bip-0341.mediawiki b/bip-0341.mediawiki index 0f8d32a951..c7f039560e 100644 --- a/bip-0341.mediawiki +++ b/bip-0341.mediawiki @@ -294,7 +294,15 @@ Examples of preimage for sighashing for each of the sighash modes. == Deployment == -TODO +This BIP is deployed concurrently with BIP 340 and BIP 342. There may be multiple deployment attempts of these BIPs. + +The first deployment will use BIP 8 with the name "taproot", using bit 2, and a lockinontimeout of false. + +For Bitcoin mainnet, the BIP 8 startheight will be 681408 (approximately May 1st 2021), the timeoutheight will be 695520 (approximately August 6th 2021), the minimum_activation_height will be 709632 (approximately November 12th 2021), and the activation threshold will be 1815 out of 2016 blocks (90%). + +For Bitcoin testnet, TBD. + +For Bitcoin signet, this BIP is always active. == Backwards compatibility == As a soft fork, older software will continue to operate without modification.