<oembed><type>rich</type><version>1.0</version><author_name>npub17rld56k4365lfphyd8u8kwuejey5xcazdxptserx03wc4jc9g24stx9l2h</author_name><author_url>https://nostr.ae/npub17rld56k4365lfphyd8u8kwuejey5xcazdxptserx03wc4jc9g24stx9l2h</author_url><provider_name>njump</provider_name><provider_url>https://nostr.ae</provider_url><html>📅 Original date posted:2021-03-06&#xA;📝 Original message:On Fri, Mar 05, 2021 at 05:43:43PM -1000, David A. Harding via bitcoin-dev wrote:&#xA;&gt; ## Example timeline&#xA;&gt; - T+0: release of one or more full nodes with activation code&#xA;&gt; - T+14: signal tracking begins&#xA;&gt; - T+28: earliest possible lock in&#xA;&gt; - T+104: locked in by this date or need to try a different activation process&#xA;&gt; - T+194: activation (if lockin occurred)&#xA;&#xA;&gt; ### Base activation protocol&#xA;&gt; The idea can be implemented on top of either Bitcoin Core&#39;s existing&#xA;&gt; BIP9 code or its proposed BIP8 patchset.[6]&#xA;&gt;     BIP9 is already part of Bitcoin Core and I think the changes being&#xA;&gt;     proposed would be relatively small, resulting in a small patch that&#xA;&gt;     could be easy to review.&#xA;&#xA;To get to specifics, here&#39;s a PR, based on #21334, that updates bip9&#xA;to support an extra parameter to delay the transition from LOCKED_IN&#xA;to ACTIVE until a particular timestamp is reached, and to reduce the&#xA;activation threshold to 90%:&#xA;&#xA;  https://github.com/bitcoin/bitcoin/pull/21377&#xA;&#xA;With that in mind, I think the example timeline above could translate&#xA;to taproot parameters of:&#xA;&#xA;  nStartTime = 1618358400; // April 14, 2021&#xA;  nTimeout = 1626220800; // July 14 2021&#xA;  activation_time = 1633046400; // October 1 2021&#xA;&#xA;That is, signalling begins with the first retarget period whose parent&#39;s&#xA;median time is at least April 14th; and concludes with the last retarget&#xA;period whose final block&#39;s median time is prior to July 14th; that&#39;s&#xA;91 days which should be about ~6.5 retarget periods, so should cover 6&#xA;full retarget periods, but could only cover 5.  Activation is delayed&#xA;until the first retarget period where the final block of the previous&#xA;retarget period has a timestamp of at least October 1st.&#xA;&#xA;Note that the timeout there is prior to the expected timestamp of the&#xA;startheight block specified in the proposal for bip8 parameters:&#xA;&#xA;  https://en.bitcoin.it/wiki/Taproot_activation_proposal_202102&#xA;&#xA;and earliest activation is after the expected release of 22.0 and hence&#xA;the maintenance end of 0.20.&#xA;&#xA;Note also that the PR above specifies the delay as a deadline, not a&#xA;delta between lockin and activation; so earlier lockin does not produce&#xA;an earlier activation with the code referenced above.&#xA;&#xA;Cheers,&#xA;aj</html></oembed>