<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.bitcoin.it/w/index.php?action=history&amp;feed=atom&amp;title=BIP_0149</id>
	<title>BIP 0149 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.bitcoin.it/w/index.php?action=history&amp;feed=atom&amp;title=BIP_0149"/>
	<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=BIP_0149&amp;action=history"/>
	<updated>2026-05-23T08:43:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://en.bitcoin.it/w/index.php?title=BIP_0149&amp;diff=66767&amp;oldid=prev</id>
		<title>934: Update BIP text with latest version from https://github.com/bitcoin/bips/blob/b5723035e23896d0/bip-0149.mediawiki</title>
		<link rel="alternate" type="text/html" href="https://en.bitcoin.it/w/index.php?title=BIP_0149&amp;diff=66767&amp;oldid=prev"/>
		<updated>2019-09-24T17:58:35Z</updated>

		<summary type="html">&lt;p&gt;Update BIP text with latest version from https://github.com/bitcoin/bips/blob/b5723035e23896d0/bip-0149.mediawiki&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{bip}}&lt;br /&gt;
{{BipMoved|bip-0149.mediawiki}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  BIP: 149&lt;br /&gt;
  Layer: Consensus (soft fork)&lt;br /&gt;
  Title: Segregated Witness (second deployment)&lt;br /&gt;
  Author: Shaolin Fry &amp;lt;shaolinfry@protonmail.ch&amp;gt;&lt;br /&gt;
  Comments-Summary: No comments yet.&lt;br /&gt;
  Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0149&lt;br /&gt;
  Status: Withdrawn&lt;br /&gt;
  Type: Standards Track&lt;br /&gt;
  Created: 2017-04-14&lt;br /&gt;
  License: BSD-3-Clause&lt;br /&gt;
           CC0-1.0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&lt;br /&gt;
This document specifies a user activated soft fork for [[bip-0141.mediawiki|BIP141]], [[bip-0143.mediawiki|BIP143]] and [[bip-0147.mediawiki|BIP147]] using versionbits with guaranteed lock-in.&lt;br /&gt;
&lt;br /&gt;
==Motivation==&lt;br /&gt;
&lt;br /&gt;
Miners have been reluctant to signal the BIP9 segwit deployment despite a large portion of the Bitcoin ecosystem who want the soft fork activated. This BIP specifies a user activated soft fork (UASF) that deploys segwit again using versionbits with guaranteed lock-in on timeout if the BIP is not already locked-in or activated by the timeout. This ensures users have sufficient time to prepare and no longer require a miner supermajority, while still allowing for an earlier miner activated soft fork (MASF).&lt;br /&gt;
&lt;br /&gt;
==Reference implementation==&lt;br /&gt;
&lt;br /&gt;
The reference implementation will refuse to run on Bitcoin mainnet before 7 November 2017, and can only be run on testnet and regtest until then.&lt;br /&gt;
&lt;br /&gt;
https://github.com/bitcoin/bitcoin/compare/master...shaolinfry:uasegwit-flagday&lt;br /&gt;
&lt;br /&gt;
==Specification==&lt;br /&gt;
&lt;br /&gt;
This deployment will set service bit (1&amp;lt;&amp;lt;5) as NODE_UAWITNESS.&lt;br /&gt;
&lt;br /&gt;
==Deployment==&lt;br /&gt;
&lt;br /&gt;
This BIP should only be deployed if BIP9-segwit fails to lock-in or activate before timeout on 15 November 2017. This BIP cannot be deployed before 15 November 2017.&lt;br /&gt;
&lt;br /&gt;
This BIP will be deployed by BIP8 with the name &amp;quot;segwit&amp;quot; and using bit 1.&lt;br /&gt;
&lt;br /&gt;
For Bitcoin mainnet, the BIP8 starttime will be midnight 16 November 2017 UTC (Epoch timestamp 1510790400) and BIP8 timeout will be 4 July 2018 UTC (Epoch timestamp 1530662400).&lt;br /&gt;
&lt;br /&gt;
For Bitcoin testnet, segwit is already activated so no deployment is specified.&lt;br /&gt;
&lt;br /&gt;
==Backwards Compatibility==&lt;br /&gt;
&lt;br /&gt;
This deployment reuses the GBT deployment name &amp;quot;segwit&amp;quot; to maintain compatibility with existing mining software.&lt;br /&gt;
&lt;br /&gt;
This deployment is incompatible with the BIP9-segwit deployment and should not be run concurrently with it.&lt;br /&gt;
&lt;br /&gt;
==Rationale==&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;starttime&amp;#039;&amp;#039;&amp;#039; of this BIP is after the BIP9-segwit timeout to remove compatibility issues with old nodes.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
[https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-April/014234.html Mailing list discussion]&lt;br /&gt;
&lt;br /&gt;
[[bip-0008.mediawiki|BIP8]]&lt;br /&gt;
&lt;br /&gt;
[[bip-0009.mediawiki|BIP9]]&lt;br /&gt;
&lt;br /&gt;
[[bip-0141.mediawiki|BIP141]]&lt;br /&gt;
&lt;br /&gt;
[[bip-0143.mediawiki|BIP143]]&lt;br /&gt;
&lt;br /&gt;
[[bip-0147.mediawiki|BIP147]]&lt;br /&gt;
&lt;br /&gt;
==Copyright==&lt;br /&gt;
&lt;br /&gt;
This document is dual licensed as BSD 3-clause, and Creative Commons CC0 1.0 Universal.&lt;/div&gt;</summary>
		<author><name>934</name></author>
	</entry>
</feed>