mirror of
https://github.com/bitcoin/bips.git
synced 2026-04-13 16:18:40 +00:00
Merge pull request #1820 from murchandamus/2025-04-bip3-activation
Process: Activate BIP3
This commit is contained in:
596
README.mediawiki
596
README.mediawiki
File diff suppressed because it is too large
Load Diff
@@ -1,13 +1,11 @@
|
|||||||
<pre>
|
<pre>
|
||||||
BIP: 1
|
BIP: 1
|
||||||
Title: BIP Purpose and Guidelines
|
Title: BIP Purpose and Guidelines
|
||||||
Author: Amir Taaki <genjix@riseup.net>
|
Authors: Amir Taaki <genjix@riseup.net>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0001
|
|
||||||
Status: Replaced
|
|
||||||
Type: Process
|
Type: Process
|
||||||
Created: 2011-09-19
|
Assigned: 2011-09-19
|
||||||
Superseded-By: 2
|
Proposed-Replacement: 2
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==What is a BIP?==
|
==What is a BIP?==
|
||||||
|
|||||||
@@ -1,15 +1,13 @@
|
|||||||
<pre>
|
<pre>
|
||||||
BIP: 2
|
BIP: 2
|
||||||
Title: BIP process, revised
|
Title: BIP process, revised
|
||||||
Author: Luke Dashjr <luke+bip@dashjr.org>
|
Authors: Luke Dashjr <luke+bip@dashjr.org>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0002
|
|
||||||
Status: Active
|
|
||||||
Type: Process
|
Type: Process
|
||||||
Created: 2016-02-03
|
Assigned: 2016-02-03
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause OR OPUBL-1.0
|
||||||
OPL
|
|
||||||
Replaces: 1
|
Replaces: 1
|
||||||
|
Proposed-Replacement: 3
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
@@ -362,7 +360,7 @@ In this case, only the acceptable license(s) should be listed in the License and
|
|||||||
* BSD-2-Clause: [https://opensource.org/license/BSD-2-Clause OSI-approved BSD 2-clause license]
|
* BSD-2-Clause: [https://opensource.org/license/BSD-2-Clause OSI-approved BSD 2-clause license]
|
||||||
* BSD-3-Clause: [https://opensource.org/license/BSD-3-Clause OSI-approved BSD 3-clause license]
|
* BSD-3-Clause: [https://opensource.org/license/BSD-3-Clause OSI-approved BSD 3-clause license]
|
||||||
* CC0-1.0: [https://creativecommons.org/publicdomain/zero/1.0/ Creative Commons CC0 1.0 Universal]
|
* CC0-1.0: [https://creativecommons.org/publicdomain/zero/1.0/ Creative Commons CC0 1.0 Universal]
|
||||||
* GNU-All-Permissive: [https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html GNU All-Permissive License]
|
* FSFAP: [https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html FSF All Permissive License]
|
||||||
|
|
||||||
In addition, it is recommended that literal code included in the BIP be dual-licensed under the same license terms as the project it modifies. For example, literal code intended for Bitcoin Core would ideally be dual-licensed under the MIT license terms as well as one of the above with the rest of the BIP text.
|
In addition, it is recommended that literal code included in the BIP be dual-licensed under the same license terms as the project it modifies. For example, literal code intended for Bitcoin Core would ideally be dual-licensed under the MIT license terms as well as one of the above with the rest of the BIP text.
|
||||||
|
|
||||||
@@ -383,16 +381,16 @@ In addition, it is recommended that literal code included in the BIP be dual-lic
|
|||||||
All licenses not explicitly included in the above lists are not acceptable terms for a Bitcoin Improvement Proposal unless a later BIP extends this one to add them.
|
All licenses not explicitly included in the above lists are not acceptable terms for a Bitcoin Improvement Proposal unless a later BIP extends this one to add them.
|
||||||
However, BIPs predating the acceptance of this BIP were allowed under other terms, and should use these abbreviation when no other license is granted:
|
However, BIPs predating the acceptance of this BIP were allowed under other terms, and should use these abbreviation when no other license is granted:
|
||||||
|
|
||||||
* OPL: [https://opencontent.org/openpub/ Open Publication License, version 1.0]
|
* OPUBL-1.0: [https://opencontent.org/openpub/ Open Publication License, version 1.0]
|
||||||
* PD: Released into the public domain
|
* PD: Released into the public domain
|
||||||
|
|
||||||
===Rationale===
|
===Rationale===
|
||||||
|
|
||||||
BIP 1 allowed the Open Publication License or releasing into the public domain; was this insufficient?
|
BIP 1 allowed the Open Publication License or releasing into the public domain; was this insufficient?
|
||||||
|
|
||||||
* The OPL is generally regarded as obsolete, and not a license suitable for new publications.
|
* The OPUBL-1.0 is generally regarded as obsolete, and not a license suitable for new publications.
|
||||||
* Many are unfamiliar with the OPL terms, and may just prefer to use the public domain rather than license under uncertain terms.
|
* Many are unfamiliar with the OPUBL-1.0 terms, and may just prefer to use the public domain rather than license under uncertain terms.
|
||||||
* The OPL license terms allowed for the author to prevent publication and derived works, which was widely considered inappropriate for Bitcoin standards.
|
* The OPUBL-1.0 license terms allowed for the author to prevent publication and derived works, which was widely considered inappropriate for Bitcoin standards.
|
||||||
* Public domain is not universally recognised as a legitimate action, thus it is inadvisable.
|
* Public domain is not universally recognised as a legitimate action, thus it is inadvisable.
|
||||||
|
|
||||||
Why are there software licenses included?
|
Why are there software licenses included?
|
||||||
|
|||||||
18
bip-0003.md
18
bip-0003.md
@@ -1,14 +1,14 @@
|
|||||||
```
|
```
|
||||||
BIP: 3
|
BIP: 3
|
||||||
Title: Updated BIP Process
|
Title: Updated BIP Process
|
||||||
Author: Murch <murch@murch.one>
|
Authors: Murch <murch@murch.one>
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0003
|
Status: Deployed
|
||||||
Status: Proposed
|
|
||||||
Type: Process
|
Type: Process
|
||||||
Created: 2025-01-09
|
Assigned: 2025-01-09
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Post-History: https://github.com/murchandamus/bips/pull/2
|
Discussion: https://github.com/murchandamus/bips/pull/2
|
||||||
https://gnusha.org/pi/bitcoindev/59fa94cea6f70e02b1ce0da07ae230670730171c.camel@timruffing.de/#t
|
https://gnusha.org/pi/bitcoindev/59fa94cea6f70e02b1ce0da07ae230670730171c.camel@timruffing.de/#t
|
||||||
|
Version: 1.4.0
|
||||||
Requires: 123
|
Requires: 123
|
||||||
Replaces: 2
|
Replaces: 2
|
||||||
```
|
```
|
||||||
@@ -546,7 +546,7 @@ mentioned in the [Changelog](#changelog) section.
|
|||||||
|
|
||||||
#### Preamble
|
#### Preamble
|
||||||
|
|
||||||
- "Comments-URI" and "Comment-Summary" headers are dropped from the preamble.[^comments]
|
- "Comments-URI" and "Comments-Summary" headers are dropped from the preamble.[^comments]
|
||||||
- The "Superseded-By" header is replaced with the "Proposed-Replacement" header.
|
- The "Superseded-By" header is replaced with the "Proposed-Replacement" header.
|
||||||
- The "Post-History" header is replaced with the "Discussion" header.
|
- The "Post-History" header is replaced with the "Discussion" header.
|
||||||
- The optional "Version" header is introduced.
|
- The optional "Version" header is introduced.
|
||||||
@@ -571,7 +571,7 @@ considered obsolete. Specification BIPs use the Layer header rules specified in
|
|||||||
|
|
||||||
#### Comments
|
#### Comments
|
||||||
|
|
||||||
The Comments-URI and Comment-Summary headers should be removed from all BIPs whose comment page in the wiki is empty.
|
The Comments-URI and Comments-Summary headers should be removed from all BIPs whose comment page in the wiki is empty.
|
||||||
For existing BIPs whose comment page has content, BIP Authors may keep both headers or remove both headers at their
|
For existing BIPs whose comment page has content, BIP Authors may keep both headers or remove both headers at their
|
||||||
discretion. It is recommended that existing wiki pages are not modified due to the activation of this BIP.
|
discretion. It is recommended that existing wiki pages are not modified due to the activation of this BIP.
|
||||||
|
|
||||||
@@ -655,7 +655,7 @@ feedback, and helpful comments.
|
|||||||
inclusive of any BIPs that can be implemented and affect interoperability of Bitcoin applications. Since all BIPs
|
inclusive of any BIPs that can be implemented and affect interoperability of Bitcoin applications. Since all BIPs
|
||||||
are individual recommendations by the authors (even if some may eventually achieve endorsement by the majority of
|
are individual recommendations by the authors (even if some may eventually achieve endorsement by the majority of
|
||||||
the community), the prior reminder that Informational BIPs are optional is dropped.
|
the community), the prior reminder that Informational BIPs are optional is dropped.
|
||||||
[^comments]: **Why were comments, Comments-URI, and Comment-Summary removed from the process?**
|
[^comments]: **Why were comments, Comments-URI, and Comments-Summary removed from the process?**
|
||||||
The comments feature saw insignificant adoption. Few BIPs received any comments and barely any more than two with
|
The comments feature saw insignificant adoption. Few BIPs received any comments and barely any more than two with
|
||||||
only a handful of contributors commenting at all. This led to many situations in which one or two comments ended up
|
only a handful of contributors commenting at all. This led to many situations in which one or two comments ended up
|
||||||
dominating the comment summary. While some of those comments may have been representative of broadly held opinions,
|
dominating the comment summary. While some of those comments may have been representative of broadly held opinions,
|
||||||
|
|||||||
@@ -1,15 +1,12 @@
|
|||||||
<pre>
|
<pre>
|
||||||
BIP: 8
|
BIP: 8
|
||||||
Title: Version bits with lock-in by height
|
Title: Version bits with lock-in by height
|
||||||
Author: Shaolin Fry <shaolinfry@protonmail.ch>
|
Authors: Shaolin Fry <shaolinfry@protonmail.ch>
|
||||||
Luke Dashjr <luke+bip@dashjr.org>
|
Luke Dashjr <luke+bip@dashjr.org>
|
||||||
Comments-Summary: No comments yet.
|
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0008
|
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 2017-02-01
|
Assigned: 2017-02-01
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause OR CC0-1.0
|
||||||
CC0-1.0
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -1,15 +1,13 @@
|
|||||||
<pre>
|
<pre>
|
||||||
BIP: 9
|
BIP: 9
|
||||||
Title: Version bits with timeout and delay
|
Title: Version bits with timeout and delay
|
||||||
Author: Pieter Wuille <pieter.wuille@gmail.com>
|
Authors: Pieter Wuille <pieter.wuille@gmail.com>
|
||||||
Peter Todd <pete@petertodd.org>
|
Peter Todd <pete@petertodd.org>
|
||||||
Greg Maxwell <greg@xiph.org>
|
Greg Maxwell <greg@xiph.org>
|
||||||
Rusty Russell <rusty@rustcorp.com.au>
|
Rusty Russell <rusty@rustcorp.com.au>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0009
|
|
||||||
Status: Final
|
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 2015-10-04
|
Assigned: 2015-10-04
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 10
|
BIP: 10
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Multi-Sig Transaction Distribution
|
Title: Multi-Sig Transaction Distribution
|
||||||
Author: Alan Reiner <etotheipi@gmail.com>
|
Authors: Alan Reiner <etotheipi@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0010
|
|
||||||
Status: Withdrawn
|
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 2011-10-28
|
Assigned: 2011-10-28
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
A multi-signature transaction is one where a certain number of Bitcoins are "encumbered" with more than one recipient address. The subsequent transaction that spends these coins will require each party involved (or some subset, depending on the script), to see the proposed transaction and sign it with their private key. This necessarily requires collaboration between all parties -- to propose a distribution of encumbered funds, collect signatures from all necessary participants, and then broadcast the completed transaction.
|
A multi-signature transaction is one where a certain number of Bitcoins are "encumbered" with more than one recipient address. The subsequent transaction that spends these coins will require each party involved (or some subset, depending on the script), to see the proposed transaction and sign it with their private key. This necessarily requires collaboration between all parties -- to propose a distribution of encumbered funds, collect signatures from all necessary participants, and then broadcast the completed transaction.
|
||||||
|
|||||||
@@ -2,13 +2,11 @@
|
|||||||
BIP: 11
|
BIP: 11
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: M-of-N Standard Transactions
|
Title: M-of-N Standard Transactions
|
||||||
Author: Gavin Andresen <gavinandresen@gmail.com>
|
Authors: Gavin Andresen <gavinandresen@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0011
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2011-10-18
|
||||||
Type: Standards Track
|
Discussion: 2011-10-02
|
||||||
Created: 2011-10-18
|
|
||||||
Post-History: 2011-10-02
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 12
|
BIP: 12
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: OP_EVAL
|
Title: OP_EVAL
|
||||||
Author: Gavin Andresen <gavinandresen@gmail.com>
|
Authors: Gavin Andresen <gavinandresen@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0012
|
Type: Specification
|
||||||
Status: Withdrawn
|
Assigned: 2011-10-18
|
||||||
Type: Standards Track
|
|
||||||
Created: 2011-10-18
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 13
|
BIP: 13
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Address Format for pay-to-script-hash
|
Title: Address Format for pay-to-script-hash
|
||||||
Author: Gavin Andresen <gavinandresen@gmail.com>
|
Authors: Gavin Andresen <gavinandresen@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0013
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2011-10-18
|
||||||
Type: Standards Track
|
|
||||||
Created: 2011-10-18
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,14 +2,12 @@
|
|||||||
BIP: 14
|
BIP: 14
|
||||||
Layer: Peer Services
|
Layer: Peer Services
|
||||||
Title: Protocol Version and User Agent
|
Title: Protocol Version and User Agent
|
||||||
Author: Amir Taaki <genjix@riseup.net>
|
Authors: Amir Taaki <genjix@riseup.net>
|
||||||
Patrick Strateman <bitcoin-bips@covertinferno.org>
|
Patrick Strateman <bitcoin-bips@covertinferno.org>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0014
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2011-11-10
|
||||||
Type: Standards Track
|
Discussion: 2011-11-02
|
||||||
Created: 2011-11-10
|
|
||||||
Post-History: 2011-11-02
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
In this document, bitcoin will be used to refer to the protocol while Satoshi will refer to the current client in order to prevent confusion.
|
In this document, bitcoin will be used to refer to the protocol while Satoshi will refer to the current client in order to prevent confusion.
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 15
|
BIP: 15
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Aliases
|
Title: Aliases
|
||||||
Author: Amir Taaki <genjix@riseup.net>
|
Authors: Amir Taaki <genjix@riseup.net>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0015
|
Type: Specification
|
||||||
Status: Deferred
|
Assigned: 2011-12-10
|
||||||
Type: Standards Track
|
|
||||||
Created: 2011-12-10
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
[[bip-0070.mediawiki|BIP 0070]] (payment protocol) may be seen as the alternative to Aliases.
|
[[bip-0070.mediawiki|BIP 0070]] (payment protocol) may be seen as the alternative to Aliases.
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 16
|
BIP: 16
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: Pay to Script Hash
|
Title: Pay to Script Hash
|
||||||
Author: Gavin Andresen <gavinandresen@gmail.com>
|
Authors: Gavin Andresen <gavinandresen@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0016
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2012-01-03
|
||||||
Type: Standards Track
|
|
||||||
Created: 2012-01-03
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 17
|
BIP: 17
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: OP_CHECKHASHVERIFY (CHV)
|
Title: OP_CHECKHASHVERIFY (CHV)
|
||||||
Author: Luke Dashjr <luke+bip17@dashjr.org>
|
Authors: Luke Dashjr <luke+bip17@dashjr.org>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0017
|
Type: Specification
|
||||||
Status: Withdrawn
|
Assigned: 2012-01-18
|
||||||
Type: Standards Track
|
|
||||||
Created: 2012-01-18
|
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 18
|
BIP: 18
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: hashScriptCheck
|
Title: hashScriptCheck
|
||||||
Author: Luke Dashjr <luke+bip17@dashjr.org>
|
Authors: Luke Dashjr <luke+bip17@dashjr.org>
|
||||||
Comments-Summary: No comments yet.
|
Status: Complete
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0018
|
Type: Specification
|
||||||
Status: Proposed
|
Assigned: 2012-01-27
|
||||||
Type: Standards Track
|
|
||||||
Created: 2012-01-27
|
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 19
|
BIP: 19
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: M-of-N Standard Transactions (Low SigOp)
|
Title: M-of-N Standard Transactions (Low SigOp)
|
||||||
Author: Luke Dashjr <luke+bip17@dashjr.org>
|
Authors: Luke Dashjr <luke+bip17@dashjr.org>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0019
|
Type: Specification
|
||||||
Status: Rejected
|
Assigned: 2012-01-30
|
||||||
Type: Standards Track
|
|
||||||
Created: 2012-01-30
|
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 20
|
BIP: 20
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: URI Scheme
|
Title: URI Scheme
|
||||||
Author: Luke Dashjr <luke+bip@dashjr.org>
|
Authors: Luke Dashjr <luke+bip@dashjr.org>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0020
|
Type: Specification
|
||||||
Status: Replaced
|
Assigned: 2011-01-10
|
||||||
Type: Standards Track
|
|
||||||
Created: 2011-01-10
|
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,14 +2,12 @@
|
|||||||
BIP: 21
|
BIP: 21
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: URI Scheme
|
Title: URI Scheme
|
||||||
Author: Nils Schneider <nils.schneider@gmail.com>
|
Authors: Nils Schneider <nils.schneider@gmail.com>
|
||||||
Matt Corallo <bip21@bluematt.me>
|
Matt Corallo <bip21@bluematt.me>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0021
|
Type: Specification
|
||||||
Status: Replaced
|
Assigned: 2012-01-29
|
||||||
Type: Standards Track
|
Proposed-Replacement: 321
|
||||||
Created: 2012-01-29
|
|
||||||
Superseded-By: 321
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
=Superseded by BIP 321=
|
=Superseded by BIP 321=
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 22
|
BIP: 22
|
||||||
Layer: API/RPC
|
Layer: API/RPC
|
||||||
Title: getblocktemplate - Fundamentals
|
Title: getblocktemplate - Fundamentals
|
||||||
Author: Luke Dashjr <luke+bip22@dashjr.org>
|
Authors: Luke Dashjr <luke+bip22@dashjr.org>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0022
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2012-02-28
|
||||||
Type: Standards Track
|
|
||||||
Created: 2012-02-28
|
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 23
|
BIP: 23
|
||||||
Layer: API/RPC
|
Layer: API/RPC
|
||||||
Title: getblocktemplate - Pooled Mining
|
Title: getblocktemplate - Pooled Mining
|
||||||
Author: Luke Dashjr <luke+bip22@dashjr.org>
|
Authors: Luke Dashjr <luke+bip22@dashjr.org>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0023
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2012-02-28
|
||||||
Type: Standards Track
|
|
||||||
Created: 2012-02-28
|
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 30
|
BIP: 30
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: Duplicate transactions
|
Title: Duplicate transactions
|
||||||
Author: Pieter Wuille <pieter.wuille@gmail.com>
|
Authors: Pieter Wuille <pieter.wuille@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0030
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2012-02-22
|
||||||
Type: Standards Track
|
|
||||||
Created: 2012-02-22
|
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 31
|
BIP: 31
|
||||||
Layer: Peer Services
|
Layer: Peer Services
|
||||||
Title: Pong message
|
Title: Pong message
|
||||||
Author: Mike Hearn <hearn@google.com>
|
Authors: Mike Hearn <hearn@google.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0031
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2012-04-11
|
||||||
Type: Standards Track
|
|
||||||
Created: 2012-04-11
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -10,12 +10,10 @@ RECENT CHANGES:
|
|||||||
BIP: 32
|
BIP: 32
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Hierarchical Deterministic Wallets
|
Title: Hierarchical Deterministic Wallets
|
||||||
Author: Pieter Wuille <pieter.wuille@gmail.com>
|
Authors: Pieter Wuille <pieter.wuille@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0032
|
|
||||||
Status: Final
|
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 2012-02-11
|
Assigned: 2012-02-11
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 33
|
BIP: 33
|
||||||
Layer: Peer Services
|
Layer: Peer Services
|
||||||
Title: Stratized Nodes
|
Title: Stratized Nodes
|
||||||
Author: Amir Taaki <genjix@riseup.net>
|
Authors: Amir Taaki <genjix@riseup.net>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0033
|
Type: Specification
|
||||||
Status: Rejected
|
Assigned: 2012-05-15
|
||||||
Type: Standards Track
|
|
||||||
Created: 2012-05-15
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
== Abstract ==
|
== Abstract ==
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 34
|
BIP: 34
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: Block v2, Height in Coinbase
|
Title: Block v2, Height in Coinbase
|
||||||
Author: Gavin Andresen <gavinandresen@gmail.com>
|
Authors: Gavin Andresen <gavinandresen@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0034
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2012-07-06
|
||||||
Type: Standards Track
|
|
||||||
Created: 2012-07-06
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 35
|
BIP: 35
|
||||||
Layer: Peer Services
|
Layer: Peer Services
|
||||||
Title: mempool message
|
Title: mempool message
|
||||||
Author: Jeff Garzik <jgarzik@exmulti.com>
|
Authors: Jeff Garzik <jgarzik@exmulti.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0035
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2012-08-16
|
||||||
Type: Standards Track
|
|
||||||
Created: 2012-08-16
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 36
|
BIP: 36
|
||||||
Layer: Peer Services
|
Layer: Peer Services
|
||||||
Title: Custom Services
|
Title: Custom Services
|
||||||
Author: Stefan Thomas <justmoon@members.fsf.org>
|
Authors: Stefan Thomas <justmoon@members.fsf.org>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0036
|
Type: Specification
|
||||||
Status: Rejected
|
Assigned: 2012-08-03
|
||||||
Type: Standards Track
|
|
||||||
Created: 2012-08-03
|
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
BIP: 37
|
BIP: 37
|
||||||
Layer: Peer Services
|
Layer: Peer Services
|
||||||
Title: Connection Bloom filtering
|
Title: Connection Bloom filtering
|
||||||
Author: Mike Hearn <hearn@google.com>
|
Authors: Mike Hearn <hearn@google.com>
|
||||||
Matt Corallo <bip37@bluematt.me>
|
Matt Corallo <bip37@bluematt.me>
|
||||||
Comments-Summary: No comments yet.
|
Comments-Summary: No comments yet.
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0037
|
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0037
|
||||||
Status: Final
|
Status: Deployed
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2012-10-24
|
Assigned: 2012-10-24
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
BIP: 38
|
BIP: 38
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Passphrase-protected private key
|
Title: Passphrase-protected private key
|
||||||
Author: Mike Caldwell <mcaldwell@swipeclock.com>
|
Authors: Mike Caldwell <mcaldwell@swipeclock.com>
|
||||||
Aaron Voisine <voisine@gmail.com>
|
Aaron Voisine <voisine@gmail.com>
|
||||||
Comments-Summary: Unanimously Discourage for implementation
|
Comments-Summary: Unanimously Discourage for implementation
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0038
|
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0038
|
||||||
Status: Draft (Some confusion applies: The announcements for this never made it to the list, so it hasn't had public discussion)
|
Status: Draft (Some confusion applies: The announcements for this never made it to the list, so it hasn't had public discussion)
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2012-11-20
|
Assigned: 2012-11-20
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,15 @@
|
|||||||
BIP: 39
|
BIP: 39
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Mnemonic code for generating deterministic keys
|
Title: Mnemonic code for generating deterministic keys
|
||||||
Author: Marek Palatinus <slush@satoshilabs.com>
|
Authors: Marek Palatinus <slush@satoshilabs.com>
|
||||||
Pavol Rusnak <stick@satoshilabs.com>
|
Pavol Rusnak <stick@satoshilabs.com>
|
||||||
Aaron Voisine <voisine@gmail.com>
|
Aaron Voisine <voisine@gmail.com>
|
||||||
Sean Bowe <ewillbefull@gmail.com>
|
Sean Bowe <ewillbefull@gmail.com>
|
||||||
Comments-Summary: Unanimously Discourage for implementation
|
Comments-Summary: Unanimously Discourage for implementation
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0039
|
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0039
|
||||||
Status: Final
|
Status: Deployed
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2013-09-10
|
Assigned: 2013-09-10
|
||||||
License: MIT
|
License: MIT
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
BIP: 42
|
BIP: 42
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: A finite monetary supply for Bitcoin
|
Title: A finite monetary supply for Bitcoin
|
||||||
Author: Pieter Wuille <pieter.wuille@gmail.com>
|
Authors: Pieter Wuille <pieter.wuille@gmail.com>
|
||||||
Comments-Summary: Unanimously Recommended for implementation
|
Comments-Summary: Unanimously Recommended for implementation
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0042
|
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0042
|
||||||
Status: Final
|
Status: Deployed
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2014-04-01
|
Assigned: 2014-04-01
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,13 +2,11 @@
|
|||||||
BIP: 43
|
BIP: 43
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Purpose Field for Deterministic Wallets
|
Title: Purpose Field for Deterministic Wallets
|
||||||
Author: Marek Palatinus <slush@satoshilabs.com>
|
Authors: Marek Palatinus <slush@satoshilabs.com>
|
||||||
Pavol Rusnak <stick@satoshilabs.com>
|
Pavol Rusnak <stick@satoshilabs.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0043
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2014-04-24
|
||||||
Type: Standards Track
|
|
||||||
Created: 2014-04-24
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
BIP: 44
|
BIP: 44
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Multi-Account Hierarchy for Deterministic Wallets
|
Title: Multi-Account Hierarchy for Deterministic Wallets
|
||||||
Author: Marek Palatinus <slush@satoshilabs.com>
|
Authors: Marek Palatinus <slush@satoshilabs.com>
|
||||||
Pavol Rusnak <stick@satoshilabs.com>
|
Pavol Rusnak <stick@satoshilabs.com>
|
||||||
Comments-Summary: Mixed review (one person)
|
Comments-Summary: Mixed review (one person)
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0044
|
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0044
|
||||||
Status: Final
|
Status: Deployed
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2014-04-24
|
Assigned: 2014-04-24
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,14 +2,12 @@
|
|||||||
BIP: 45
|
BIP: 45
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Structure for Deterministic P2SH Multisignature Wallets
|
Title: Structure for Deterministic P2SH Multisignature Wallets
|
||||||
Author: Manuel Araoz <manu@bitpay.com>
|
Authors: Manuel Araoz <manu@bitpay.com>
|
||||||
Ryan X. Charles <ryan@bitpay.com>
|
Ryan X. Charles <ryan@bitpay.com>
|
||||||
Matias Alejo Garcia <matias@bitpay.com>
|
Matias Alejo Garcia <matias@bitpay.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Complete
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0045
|
Type: Specification
|
||||||
Status: Proposed
|
Assigned: 2014-04-25
|
||||||
Type: Standards Track
|
|
||||||
Created: 2014-04-25
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,14 +2,13 @@
|
|||||||
BIP: 46
|
BIP: 46
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Address Scheme for Timelocked Fidelity Bonds
|
Title: Address Scheme for Timelocked Fidelity Bonds
|
||||||
Author: Chris Belcher <belcher@riseup.net>
|
Authors: Chris Belcher <belcher@riseup.net>
|
||||||
Thebora Kompanioni <theborakompanioni+bip46@gmail.com>
|
Thebora Kompanioni <theborakompanioni+bip46@gmail.com>
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0046
|
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2022-04-01
|
Assigned: 2022-04-01
|
||||||
License: CC0-1.0
|
License: CC0-1.0
|
||||||
Post-History: 2022-05-01: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020389.html
|
Discussion: 2022-05-01: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020389.html
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
== Abstract ==
|
== Abstract ==
|
||||||
|
|||||||
@@ -7,12 +7,12 @@ RECENT CHANGES:
|
|||||||
BIP: 47
|
BIP: 47
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Reusable Payment Codes for Hierarchical Deterministic Wallets
|
Title: Reusable Payment Codes for Hierarchical Deterministic Wallets
|
||||||
Author: Justus Ranvier <justus@openbitcoinprivacyproject.org>
|
Authors: Justus Ranvier <justus@openbitcoinprivacyproject.org>
|
||||||
Comments-Summary: Unanimously Discourage for implementation
|
Comments-Summary: Unanimously Discourage for implementation
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0047
|
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0047
|
||||||
Status: Final
|
Status: Deployed
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 2015-04-24
|
Assigned: 2015-04-24
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Status==
|
==Status==
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 48
|
BIP: 48
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Multi-Script Hierarchy for Multi-Sig Wallets
|
Title: Multi-Script Hierarchy for Multi-Sig Wallets
|
||||||
Author: Fontaine <dentondevelopment@protonmail.com>
|
Authors: Fontaine <dentondevelopment@protonmail.com>
|
||||||
Comments-Summary: No comments
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0048
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2020-12-16
|
||||||
Type: Standards Track
|
|
||||||
Created: 2020-12-16
|
|
||||||
License: MIT
|
License: MIT
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
BIP: 49
|
BIP: 49
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Derivation scheme for P2WPKH-nested-in-P2SH based accounts
|
Title: Derivation scheme for P2WPKH-nested-in-P2SH based accounts
|
||||||
Author: Daniel Weigl <DanielWeigl@gmx.at>
|
Authors: Daniel Weigl <DanielWeigl@gmx.at>
|
||||||
Comments-Summary: No comments yet.
|
Comments-Summary: No comments yet.
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0049
|
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0049
|
||||||
Status: Final
|
Status: Deployed
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2016-05-19
|
Assigned: 2016-05-19
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,10 @@
|
|||||||
<pre>
|
<pre>
|
||||||
BIP: 50
|
BIP: 50
|
||||||
Title: March 2013 Chain Fork Post-Mortem
|
Title: March 2013 Chain Fork Post-Mortem
|
||||||
Author: Gavin Andresen <gavinandresen@gmail.com>
|
Authors: Gavin Andresen <gavinandresen@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0050
|
|
||||||
Status: Final
|
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 2013-03-20
|
Assigned: 2013-03-20
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,12 @@
|
|||||||
BIP: 52
|
BIP: 52
|
||||||
Layer: Consensus (hard fork)
|
Layer: Consensus (hard fork)
|
||||||
Title: Durable, Low Energy Bitcoin PoW
|
Title: Durable, Low Energy Bitcoin PoW
|
||||||
Author: Michael Dubrovsky <mike+bip@powx.org>
|
Authors: Michael Dubrovsky <mike+bip@powx.org>
|
||||||
Bogdan Penkovsky <bogdan+bip@powx.org>
|
Bogdan Penkovsky <bogdan+bip@powx.org>
|
||||||
Comments-Summary: No comments yet.
|
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0052
|
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2021-05-13
|
Assigned: 2021-05-13
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause OR OPUBL-1.0
|
||||||
OPL
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,11 +2,10 @@
|
|||||||
BIP: 53
|
BIP: 53
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: Disallow 64-byte transactions
|
Title: Disallow 64-byte transactions
|
||||||
Author: Chris Stewart <stewart.chris1234@gmail.com>
|
Authors: Chris Stewart <stewart.chris1234@gmail.com>
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0053
|
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2025-04-11
|
Assigned: 2025-04-11
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
10
bip-0054.md
10
bip-0054.md
@@ -2,13 +2,11 @@
|
|||||||
BIP: 54
|
BIP: 54
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: Consensus Cleanup
|
Title: Consensus Cleanup
|
||||||
Author: Antoine Poinsot <mail@antoinep.com>
|
Authors: Antoine Poinsot <mail@antoinep.com>
|
||||||
Matt Corallo <bips@bluematt.me>
|
Matt Corallo <bips@bluematt.me>
|
||||||
Comments-Summary: No comments yet.
|
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0054
|
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2025-04-11
|
Assigned: 2025-04-11
|
||||||
License: CC0-1.0
|
License: CC0-1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
BIP: 60
|
BIP: 60
|
||||||
Layer: Peer Services
|
Layer: Peer Services
|
||||||
Title: Fixed Length "version" Message (Relay-Transactions Field)
|
Title: Fixed Length "version" Message (Relay-Transactions Field)
|
||||||
Author: Amir Taaki <genjix@riseup.net>
|
Authors: Amir Taaki <genjix@riseup.net>
|
||||||
Comments-Summary: Discouraged for implementation (one person)
|
Comments-Summary: Discouraged for implementation (one person)
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0060
|
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0060
|
||||||
Status: Rejected
|
Status: Closed
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2013-06-16
|
Assigned: 2013-06-16
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
BIP: 61
|
BIP: 61
|
||||||
Layer: Peer Services
|
Layer: Peer Services
|
||||||
Title: Reject P2P message
|
Title: Reject P2P message
|
||||||
Author: Gavin Andresen <gavinandresen@gmail.com>
|
Authors: Gavin Andresen <gavinandresen@gmail.com>
|
||||||
Comments-Summary: Controversial; some recommendation, and some discouragement
|
Comments-Summary: Controversial; some recommendation, and some discouragement
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0061
|
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0061
|
||||||
Status: Final
|
Status: Deployed
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2014-06-18
|
Assigned: 2014-06-18
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -4,12 +4,10 @@
|
|||||||
BIP: 62
|
BIP: 62
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: Dealing with malleability
|
Title: Dealing with malleability
|
||||||
Author: Pieter Wuille <pieter.wuille@gmail.com>
|
Authors: Pieter Wuille <pieter.wuille@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0062
|
Type: Specification
|
||||||
Status: Withdrawn
|
Assigned: 2014-03-12
|
||||||
Type: Standards Track
|
|
||||||
Created: 2014-03-12
|
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 64
|
BIP: 64
|
||||||
Layer: Peer Services
|
Layer: Peer Services
|
||||||
Title: getutxo message
|
Title: getutxo message
|
||||||
Author: Mike Hearn <hearn@vinumeris.com>
|
Authors: Mike Hearn <hearn@vinumeris.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0064
|
Type: Specification
|
||||||
Status: Obsolete
|
Assigned: 2014-06-10
|
||||||
Type: Standards Track
|
|
||||||
Created: 2014-06-10
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 65
|
BIP: 65
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: OP_CHECKLOCKTIMEVERIFY
|
Title: OP_CHECKLOCKTIMEVERIFY
|
||||||
Author: Peter Todd <pete@petertodd.org>
|
Authors: Peter Todd <pete@petertodd.org>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0065
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2014-10-01
|
||||||
Type: Standards Track
|
|
||||||
Created: 2014-10-01
|
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 66
|
BIP: 66
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: Strict DER signatures
|
Title: Strict DER signatures
|
||||||
Author: Pieter Wuille <pieter.wuille@gmail.com>
|
Authors: Pieter Wuille <pieter.wuille@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0066
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2015-01-10
|
||||||
Type: Standards Track
|
|
||||||
Created: 2015-01-10
|
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,14 +2,12 @@
|
|||||||
BIP: 67
|
BIP: 67
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Deterministic Pay-to-script-hash multi-signature addresses through public key sorting
|
Title: Deterministic Pay-to-script-hash multi-signature addresses through public key sorting
|
||||||
Author: Thomas Kerin <me@thomaskerin.io>
|
Authors: Thomas Kerin <me@thomaskerin.io>
|
||||||
Jean-Pierre Rupp <root@haskoin.com>
|
Jean-Pierre Rupp <root@haskoin.com>
|
||||||
Ruben de Vries <ruben@rubensayshi.com>
|
Ruben de Vries <ruben@rubensayshi.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Complete
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0067
|
Type: Specification
|
||||||
Status: Proposed
|
Assigned: 2015-02-08
|
||||||
Type: Standards Track
|
|
||||||
Created: 2015-02-08
|
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,13 @@
|
|||||||
BIP: 68
|
BIP: 68
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: Relative lock-time using consensus-enforced sequence numbers
|
Title: Relative lock-time using consensus-enforced sequence numbers
|
||||||
Author: Mark Friedenbach <mark@friedenbach.org>
|
Authors: Mark Friedenbach <mark@friedenbach.org>
|
||||||
BtcDrak <btcdrak@gmail.com>
|
BtcDrak <btcdrak@gmail.com>
|
||||||
Nicolas Dorier <nicolas.dorier@gmail.com>
|
Nicolas Dorier <nicolas.dorier@gmail.com>
|
||||||
kinoshitajona <kinoshitajona@gmail.com>
|
kinoshitajona <kinoshitajona@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0068
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2015-05-28
|
||||||
Type: Standards Track
|
|
||||||
Created: 2015-05-28
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,13 +2,11 @@
|
|||||||
BIP: 69
|
BIP: 69
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Lexicographical Indexing of Transaction Inputs and Outputs
|
Title: Lexicographical Indexing of Transaction Inputs and Outputs
|
||||||
Author: Kristov Atlas <kristov@openbitcoinprivacyproject.org>
|
Authors: Kristov Atlas <kristov@openbitcoinprivacyproject.org>
|
||||||
Editor: Daniel Cousens <bips@dcousens.com>
|
Editor: Daniel Cousens <bips@dcousens.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Complete
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0069
|
|
||||||
Status: Proposed
|
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 2015-06-12
|
Assigned: 2015-06-12
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,13 +2,11 @@
|
|||||||
BIP: 70
|
BIP: 70
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Payment Protocol
|
Title: Payment Protocol
|
||||||
Author: Gavin Andresen <gavinandresen@gmail.com>
|
Authors: Gavin Andresen <gavinandresen@gmail.com>
|
||||||
Mike Hearn <mhearn@bitcoinfoundation.org>
|
Mike Hearn <mhearn@bitcoinfoundation.org>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0070
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2013-07-29
|
||||||
Type: Standards Track
|
|
||||||
Created: 2013-07-29
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 71
|
BIP: 71
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Payment Protocol MIME types
|
Title: Payment Protocol MIME types
|
||||||
Author: Gavin Andresen <gavinandresen@gmail.com>
|
Authors: Gavin Andresen <gavinandresen@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0071
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2013-07-29
|
||||||
Type: Standards Track
|
|
||||||
Created: 2013-07-29
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 72
|
BIP: 72
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: bitcoin: uri extensions for Payment Protocol
|
Title: bitcoin: uri extensions for Payment Protocol
|
||||||
Author: Gavin Andresen <gavinandresen@gmail.com>
|
Authors: Gavin Andresen <gavinandresen@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0072
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2013-07-29
|
||||||
Type: Standards Track
|
|
||||||
Created: 2013-07-29
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 73
|
BIP: 73
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Use "Accept" header for response type negotiation with Payment Request URLs
|
Title: Use "Accept" header for response type negotiation with Payment Request URLs
|
||||||
Author: Stephen Pair <stephen@bitpay.com>
|
Authors: Stephen Pair <stephen@bitpay.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0073
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2013-08-27
|
||||||
Type: Standards Track
|
|
||||||
Created: 2013-08-27
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
BIP: 74
|
BIP: 74
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Allow zero value OP_RETURN in Payment Protocol
|
Title: Allow zero value OP_RETURN in Payment Protocol
|
||||||
Author: Toby Padilla <tobypadilla@gmail.com>
|
Authors: Toby Padilla <tobypadilla@gmail.com>
|
||||||
Comments-Summary: Unanimously Discourage for implementation
|
Comments-Summary: Unanimously Discourage for implementation
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0074
|
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0074
|
||||||
Status: Rejected
|
Status: Closed
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2016-01-29
|
Assigned: 2016-01-29
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,15 @@
|
|||||||
BIP: 75
|
BIP: 75
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Out of Band Address Exchange using Payment Protocol Encryption
|
Title: Out of Band Address Exchange using Payment Protocol Encryption
|
||||||
Author: Justin Newton <justin@netki.com>
|
Authors: Justin Newton <justin@netki.com>
|
||||||
Matt David <mgd@mgddev.com>
|
Matt David <mgd@mgddev.com>
|
||||||
Aaron Voisine <voisine@gmail.com>
|
Aaron Voisine <voisine@gmail.com>
|
||||||
James MacWhyte <macwhyte@gmail.com>
|
James MacWhyte <macwhyte@gmail.com>
|
||||||
Comments-Summary: Recommended for implementation (one person)
|
Comments-Summary: Recommended for implementation (one person)
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0075
|
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0075
|
||||||
Status: Final
|
Status: Deployed
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2015-11-20
|
Assigned: 2015-11-20
|
||||||
License: CC-BY-4.0
|
License: CC-BY-4.0
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
15
bip-0077.md
15
bip-0077.md
@@ -2,16 +2,17 @@
|
|||||||
BIP: 77
|
BIP: 77
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Async Payjoin
|
Title: Async Payjoin
|
||||||
Author: Dan Gould <d@ngould.dev>
|
Authors: Dan Gould <d@ngould.dev>
|
||||||
Yuval Kogman <nothingmuch@woobling.org>
|
Yuval Kogman <nothingmuch@woobling.org>
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0077
|
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0077
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2023-08-08
|
Assigned: 2023-08-08
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Post-History: https://github.com/bitcoin/bips/pull/1483
|
Discussion: https://github.com/bitcoin/bips/pull/1483
|
||||||
https://gnusha.org/pi/bitcoindev/7B11AE34-27A7-46ED-95BF-66CA13BA26F3@ngould.dev/#t
|
https://gnusha.org/pi/bitcoindev/7B11AE34-27A7-46ED-95BF-66CA13BA26F3@ngould.dev/#t
|
||||||
https://gnusha.org/pi/bitcoindev/3C0A6E4C-444E-4E75-829C-1A21D8EE40E0@ngould.dev/#t
|
https://gnusha.org/pi/bitcoindev/3C0A6E4C-444E-4E75-829C-1A21D8EE40E0@ngould.dev/#t
|
||||||
|
Version: 0.2.0
|
||||||
Requires: 21, 78, 173, 174
|
Requires: 21, 78, 173, 174
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 78
|
BIP: 78
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: A Simple Payjoin Proposal
|
Title: A Simple Payjoin Proposal
|
||||||
Author: Nicolas Dorier <nicolas.dorier@gmail.com>
|
Authors: Nicolas Dorier <nicolas.dorier@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0078
|
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2019-05-01
|
Assigned: 2019-05-01
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Replaces: 79
|
Replaces: 79
|
||||||
</pre>
|
</pre>
|
||||||
|
|||||||
@@ -2,14 +2,12 @@
|
|||||||
BIP: 79
|
BIP: 79
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Bustapay :: a practical coinjoin protocol
|
Title: Bustapay :: a practical coinjoin protocol
|
||||||
Author: Ryan Havar <rhavar@protonmail.com>
|
Authors: Ryan Havar <rhavar@protonmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0079
|
|
||||||
Status: Replaced
|
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 2018-10-05
|
Assigned: 2018-10-05
|
||||||
License: CC0-1.0
|
License: CC0-1.0
|
||||||
Superseded-By: 78
|
Proposed-Replacement: 78
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,11 @@
|
|||||||
<pre>
|
<pre>
|
||||||
BIP: 80
|
BIP: 80
|
||||||
Title: Hierarchy for Non-Colored Voting Pool Deterministic Multisig Wallets
|
Title: Hierarchy for Non-Colored Voting Pool Deterministic Multisig Wallets
|
||||||
Author: Justus Ranvier <justus@opentransactions.org>
|
Authors: Justus Ranvier <justus@opentransactions.org>
|
||||||
Jimmy Song <jimmy@monetas.net>
|
Jimmy Song <jimmy@monetas.net>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0080
|
|
||||||
Status: Deferred
|
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 2014-08-11
|
Assigned: 2014-08-11
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,11 @@
|
|||||||
<pre>
|
<pre>
|
||||||
BIP: 81
|
BIP: 81
|
||||||
Title: Hierarchy for Colored Voting Pool Deterministic Multisig Wallets
|
Title: Hierarchy for Colored Voting Pool Deterministic Multisig Wallets
|
||||||
Author: Justus Ranvier <justus@opentransactions.org>
|
Authors: Justus Ranvier <justus@opentransactions.org>
|
||||||
Jimmy Song <jimmy@monetas.net>
|
Jimmy Song <jimmy@monetas.net>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0081
|
|
||||||
Status: Deferred
|
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 2014-08-11
|
Assigned: 2014-08-11
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 83
|
BIP: 83
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Dynamic Hierarchical Deterministic Key Trees
|
Title: Dynamic Hierarchical Deterministic Key Trees
|
||||||
Author: Eric Lombrozo <eric@ciphrex.com>
|
Authors: Eric Lombrozo <eric@ciphrex.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0083
|
Type: Specification
|
||||||
Status: Rejected
|
Assigned: 2015-11-16
|
||||||
Type: Standards Track
|
|
||||||
Created: 2015-11-16
|
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
BIP: 84
|
BIP: 84
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Derivation scheme for P2WPKH based accounts
|
Title: Derivation scheme for P2WPKH based accounts
|
||||||
Author: Pavol Rusnak <stick@satoshilabs.com>
|
Authors: Pavol Rusnak <stick@satoshilabs.com>
|
||||||
Comments-Summary: No comments yet.
|
Comments-Summary: No comments yet.
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0084
|
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0084
|
||||||
Status: Final
|
Status: Deployed
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2017-12-28
|
Assigned: 2017-12-28
|
||||||
License: CC0-1.0
|
License: CC0-1.0
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,13 @@
|
|||||||
BIP: 85
|
BIP: 85
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Deterministic Entropy From BIP32 Keychains
|
Title: Deterministic Entropy From BIP32 Keychains
|
||||||
Author: Ethan Kosakovsky <ethankosakovsky@protonmail.com>
|
Authors: Ethan Kosakovsky <ethankosakovsky@protonmail.com>
|
||||||
Aneesh Karve <dowsing.seaport0d@icloud.com>
|
Aneesh Karve <dowsing.seaport0d@icloud.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0085
|
|
||||||
Status: Final
|
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 2020-03-20
|
Assigned: 2020-03-20
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause OR OPUBL-1.0
|
||||||
OPL
|
Version: 2.0.0
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 86
|
BIP: 86
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Key Derivation for Single Key P2TR Outputs
|
Title: Key Derivation for Single Key P2TR Outputs
|
||||||
Author: Ava Chow <me@achow101.com>
|
Authors: Ava Chow <me@achow101.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0086
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2021-06-22
|
||||||
Type: Standards Track
|
|
||||||
Created: 2021-06-22
|
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 87
|
BIP: 87
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Hierarchy for Deterministic Multisig Wallets
|
Title: Hierarchy for Deterministic Multisig Wallets
|
||||||
Author: Robert Spigler <RobertSpigler@ProtonMail.ch>
|
Authors: Robert Spigler <RobertSpigler@ProtonMail.ch>
|
||||||
Comments-Summary: No comments yet.
|
Status: Complete
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0087
|
Type: Specification
|
||||||
Status: Proposed
|
Assigned: 2020-03-11
|
||||||
Type: Standards Track
|
|
||||||
Created: 2020-03-11
|
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 88
|
BIP: 88
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Hierarchical Deterministic Path Templates
|
Title: Hierarchical Deterministic Path Templates
|
||||||
Author: Dmitry Petukhov <dp@simplexum.com>
|
Authors: Dmitry Petukhov <dp@simplexum.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Complete
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0088
|
|
||||||
Status: Proposed
|
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 2020-06-23
|
Assigned: 2020-06-23
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
<pre>
|
<pre>
|
||||||
BIP: 90
|
BIP: 90
|
||||||
Title: Buried Deployments
|
Title: Buried Deployments
|
||||||
Author: Suhas Daftuar <sdaftuar@chaincode.com>
|
Authors: Suhas Daftuar <sdaftuar@chaincode.com>
|
||||||
Comments-Summary: Mostly Recommended for implementation, with some Discouragement
|
Comments-Summary: Mostly Recommended for implementation, with some Discouragement
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0090
|
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0090
|
||||||
Status: Final
|
Status: Deployed
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 2016-11-08
|
Assigned: 2016-11-08
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,14 +2,11 @@
|
|||||||
BIP: 91
|
BIP: 91
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: Reduced threshold Segwit MASF
|
Title: Reduced threshold Segwit MASF
|
||||||
Author: James Hilliard <james.hilliard1@gmail.com>
|
Authors: James Hilliard <james.hilliard1@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0091
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2017-05-22
|
||||||
Type: Standards Track
|
License: BSD-3-Clause OR CC0-1.0
|
||||||
Created: 2017-05-22
|
|
||||||
License: BSD-3-Clause
|
|
||||||
CC0-1.0
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,14 +2,13 @@
|
|||||||
BIP: 93
|
BIP: 93
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: codex32: Checksummed SSSS-aware BIP32 seeds
|
Title: codex32: Checksummed SSSS-aware BIP32 seeds
|
||||||
Author: Leon Olsson Curr and Pearlwort Sneed <pearlwort@wpsoftware.net>
|
Authors: Leon Olsson Curr and Pearlwort Sneed <pearlwort@wpsoftware.net>
|
||||||
Andrew Poelstra <andrew.poelstra@gmail.com>
|
Andrew Poelstra <andrew.poelstra@gmail.com>
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0093
|
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 2023-02-13
|
Assigned: 2023-02-13
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Post-History: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-February/021469.html
|
Discussion: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-February/021469.html
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Introduction==
|
==Introduction==
|
||||||
|
|||||||
@@ -2,16 +2,14 @@
|
|||||||
BIP: 94
|
BIP: 94
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Testnet 4
|
Title: Testnet 4
|
||||||
Author: Fabian Jahr <fjahr@protonmail.com>
|
Authors: Fabian Jahr <fjahr@protonmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0094
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2024-05-27
|
||||||
Type: Standards Track
|
|
||||||
Created: 2024-05-27
|
|
||||||
License: CC0-1.0
|
License: CC0-1.0
|
||||||
Post-History: https://gnusha.org/pi/bitcoindev/CADL_X_eXjbRFROuJU0b336vPVy5Q2RJvhcx64NSNPH-3fDCUfw@mail.gmail.com/
|
Discussion: https://gnusha.org/pi/bitcoindev/CADL_X_eXjbRFROuJU0b336vPVy5Q2RJvhcx64NSNPH-3fDCUfw@mail.gmail.com/
|
||||||
https://gnusha.org/pi/bitcoindev/a6e3VPsXJf9p3gt_FmNF_Up-wrFuNMKTN30-xCSDHBKXzXnSpVflIZIj2NQ8Wos4PhQCzI2mWEMvIms_FAEs7rQdL15MpC_Phmu_fnR9iTg=@protonmail.com/
|
https://gnusha.org/pi/bitcoindev/a6e3VPsXJf9p3gt_FmNF_Up-wrFuNMKTN30-xCSDHBKXzXnSpVflIZIj2NQ8Wos4PhQCzI2mWEMvIms_FAEs7rQdL15MpC_Phmu_fnR9iTg=@protonmail.com/
|
||||||
https://github.com/bitcoin/bitcoin/pull/29775
|
https://github.com/bitcoin/bitcoin/pull/29775
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
== Abstract ==
|
== Abstract ==
|
||||||
|
|||||||
@@ -2,14 +2,12 @@
|
|||||||
BIP: 98
|
BIP: 98
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: Fast Merkle Trees
|
Title: Fast Merkle Trees
|
||||||
Author: Mark Friedenbach <mark@friedenbach.org>
|
Authors: Mark Friedenbach <mark@friedenbach.org>
|
||||||
Kalle Alm <kalle.alm@gmail.com>
|
Kalle Alm <kalle.alm@gmail.com>
|
||||||
BtcDrak <btcdrak@gmail.com>
|
BtcDrak <btcdrak@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0098
|
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2017-08-24
|
Assigned: 2017-08-24
|
||||||
License: CC-BY-SA-4.0
|
License: CC-BY-SA-4.0
|
||||||
License-Code: MIT
|
License-Code: MIT
|
||||||
</pre>
|
</pre>
|
||||||
|
|||||||
@@ -1,14 +1,12 @@
|
|||||||
<pre>
|
<pre>
|
||||||
BIP: 99
|
BIP: 99
|
||||||
Title: Motivation and deployment of consensus rule changes ([soft/hard]forks)
|
Title: Motivation and deployment of consensus rule changes ([soft/hard]forks)
|
||||||
Author: Jorge Timón <jtimon@jtimon.cc>
|
Authors: Jorge Timón <jtimon@jtimon.cc>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0099
|
|
||||||
Status: Rejected
|
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 2015-06-20
|
Assigned: 2015-06-20
|
||||||
License: PD
|
License: PD
|
||||||
Post-History: http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-June/008936.html
|
Discussion: http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-June/008936.html
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,14 +2,12 @@
|
|||||||
BIP: 100
|
BIP: 100
|
||||||
Layer: Consensus (hard fork)
|
Layer: Consensus (hard fork)
|
||||||
Title: Dynamic maximum block size by miner vote
|
Title: Dynamic maximum block size by miner vote
|
||||||
Author: Jeff Garzik <jgarzik@gmail.com>
|
Authors: Jeff Garzik <jgarzik@gmail.com>
|
||||||
Tom Harding <tomh@thinlink.com>
|
Tom Harding <tomh@thinlink.com>
|
||||||
Dagur Valberg Johannsson <dagurval@pvv.ntnu.no>
|
Dagur Valberg Johannsson <dagurval@pvv.ntnu.no>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0100
|
Type: Specification
|
||||||
Status: Rejected
|
Assigned: 2015-06-11
|
||||||
Type: Standards Track
|
|
||||||
Created: 2015-06-11
|
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 101
|
BIP: 101
|
||||||
Layer: Consensus (hard fork)
|
Layer: Consensus (hard fork)
|
||||||
Title: Increase maximum block size
|
Title: Increase maximum block size
|
||||||
Author: Gavin Andresen <gavinandresen@gmail.com>
|
Authors: Gavin Andresen <gavinandresen@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0101
|
Type: Specification
|
||||||
Status: Withdrawn
|
Assigned: 2015-06-22
|
||||||
Type: Standards Track
|
|
||||||
Created: 2015-06-22
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 102
|
BIP: 102
|
||||||
Layer: Consensus (hard fork)
|
Layer: Consensus (hard fork)
|
||||||
Title: Block size increase to 2MB
|
Title: Block size increase to 2MB
|
||||||
Author: Jeff Garzik <jgarzik@gmail.com>
|
Authors: Jeff Garzik <jgarzik@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0102
|
Type: Specification
|
||||||
Status: Rejected
|
Assigned: 2015-06-23
|
||||||
Type: Standards Track
|
|
||||||
Created: 2015-06-23
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 103
|
BIP: 103
|
||||||
Layer: Consensus (hard fork)
|
Layer: Consensus (hard fork)
|
||||||
Title: Block size following technological growth
|
Title: Block size following technological growth
|
||||||
Author: Pieter Wuille <pieter.wuille@gmail.com>
|
Authors: Pieter Wuille <pieter.wuille@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0103
|
Type: Specification
|
||||||
Status: Withdrawn
|
Assigned: 2015-07-21
|
||||||
Type: Standards Track
|
|
||||||
Created: 2015-07-21
|
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,14 +2,11 @@
|
|||||||
BIP: 104
|
BIP: 104
|
||||||
Layer: Consensus (hard fork)
|
Layer: Consensus (hard fork)
|
||||||
Title: 'Block75' - Max block size like difficulty
|
Title: 'Block75' - Max block size like difficulty
|
||||||
Author: t.khan <teekhan42@gmail.com>
|
Authors: t.khan <teekhan42@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0104
|
Type: Specification
|
||||||
Status: Rejected
|
Assigned: 2017-01-13
|
||||||
Type: Standards Track
|
License: BSD-2-Clause OR FSFAP
|
||||||
Created: 2017-01-13
|
|
||||||
License: BSD-2-Clause
|
|
||||||
GNU-All-Permissive
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
@@ -75,4 +72,4 @@ This BIP is not backward compatible (hard fork). Any code which fully validates
|
|||||||
To help negate some of the risks associated with a hard fork and to prevent a single relatively small mining pool from preventing Block75's adoption, activation would occur at the next difficulty adjustment once 900 of the last 1,000 blocks mined signal support and a grace period of 4,032 blocks (~1 month) has elapsed.
|
To help negate some of the risks associated with a hard fork and to prevent a single relatively small mining pool from preventing Block75's adoption, activation would occur at the next difficulty adjustment once 900 of the last 1,000 blocks mined signal support and a grace period of 4,032 blocks (~1 month) has elapsed.
|
||||||
|
|
||||||
==Copyright==
|
==Copyright==
|
||||||
This BIP is dual-licensed under the BSD 2-clause license and the GNU All-Permissive License.
|
This BIP is dual-licensed under the BSD 2-clause license and the FSF All Permissive License.
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 105
|
BIP: 105
|
||||||
Layer: Consensus (hard fork)
|
Layer: Consensus (hard fork)
|
||||||
Title: Consensus based block size retargeting algorithm
|
Title: Consensus based block size retargeting algorithm
|
||||||
Author: BtcDrak <btcdrak@gmail.com>
|
Authors: BtcDrak <btcdrak@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0105
|
Type: Specification
|
||||||
Status: Rejected
|
Assigned: 2015-08-21
|
||||||
Type: Standards Track
|
|
||||||
Created: 2015-08-21
|
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 106
|
BIP: 106
|
||||||
Layer: Consensus (hard fork)
|
Layer: Consensus (hard fork)
|
||||||
Title: Dynamically Controlled Bitcoin Block Size Max Cap
|
Title: Dynamically Controlled Bitcoin Block Size Max Cap
|
||||||
Author: Upal Chakraborty <bitcoin@upalc.com>
|
Authors: Upal Chakraborty <bitcoin@upalc.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0106
|
Type: Specification
|
||||||
Status: Rejected
|
Assigned: 2015-08-24
|
||||||
Type: Standards Track
|
|
||||||
Created: 2015-08-24
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 107
|
BIP: 107
|
||||||
Layer: Consensus (hard fork)
|
Layer: Consensus (hard fork)
|
||||||
Title: Dynamic limit on the block size
|
Title: Dynamic limit on the block size
|
||||||
Author: Washington Y. Sanchez <washington.sanchez@gmail.com>
|
Authors: Washington Y. Sanchez <washington.sanchez@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0107
|
Type: Specification
|
||||||
Status: Rejected
|
Assigned: 2015-09-11
|
||||||
Type: Standards Track
|
|
||||||
Created: 2015-09-11
|
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 109
|
BIP: 109
|
||||||
Layer: Consensus (hard fork)
|
Layer: Consensus (hard fork)
|
||||||
Title: Two million byte size limit with sigop and sighash limits
|
Title: Two million byte size limit with sigop and sighash limits
|
||||||
Author: Gavin Andresen <gavinandresen@gmail.com>
|
Authors: Gavin Andresen <gavinandresen@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0109
|
Type: Specification
|
||||||
Status: Rejected
|
Assigned: 2016-01-28
|
||||||
Type: Standards Track
|
|
||||||
Created: 2016-01-28
|
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,13 +2,11 @@
|
|||||||
BIP: 111
|
BIP: 111
|
||||||
Layer: Peer Services
|
Layer: Peer Services
|
||||||
Title: NODE_BLOOM service bit
|
Title: NODE_BLOOM service bit
|
||||||
Author: Matt Corallo <bip111@bluematt.me>
|
Authors: Matt Corallo <bip111@bluematt.me>
|
||||||
Peter Todd <pete@petertodd.org>
|
Peter Todd <pete@petertodd.org>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0111
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2015-08-20
|
||||||
Type: Standards Track
|
|
||||||
Created: 2015-08-20
|
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,14 +2,12 @@
|
|||||||
BIP: 112
|
BIP: 112
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: CHECKSEQUENCEVERIFY
|
Title: CHECKSEQUENCEVERIFY
|
||||||
Author: BtcDrak <btcdrak@gmail.com>
|
Authors: BtcDrak <btcdrak@gmail.com>
|
||||||
Mark Friedenbach <mark@friedenbach.org>
|
Mark Friedenbach <mark@friedenbach.org>
|
||||||
Eric Lombrozo <elombrozo@gmail.com>
|
Eric Lombrozo <elombrozo@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0112
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2015-08-10
|
||||||
Type: Standards Track
|
|
||||||
Created: 2015-08-10
|
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,13 +2,11 @@
|
|||||||
BIP: 113
|
BIP: 113
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: Median time-past as endpoint for lock-time calculations
|
Title: Median time-past as endpoint for lock-time calculations
|
||||||
Author: Thomas Kerin <me@thomaskerin.io>
|
Authors: Thomas Kerin <me@thomaskerin.io>
|
||||||
Mark Friedenbach <mark@friedenbach.org>
|
Mark Friedenbach <mark@friedenbach.org>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0113
|
Type: Specification
|
||||||
Status: Final
|
Assigned: 2015-08-10
|
||||||
Type: Standards Track
|
|
||||||
Created: 2015-08-10
|
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 114
|
BIP: 114
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: Merkelized Abstract Syntax Tree
|
Title: Merkelized Abstract Syntax Tree
|
||||||
Author: Johnson Lau <jl2012@xbt.hk>
|
Authors: Johnson Lau <jl2012@xbt.hk>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0114
|
Type: Specification
|
||||||
Status: Rejected
|
Assigned: 2016-04-02
|
||||||
Type: Standards Track
|
|
||||||
Created: 2016-04-02
|
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 115
|
BIP: 115
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: Generic anti-replay protection using Script
|
Title: Generic anti-replay protection using Script
|
||||||
Author: Luke Dashjr <luke+bip@dashjr.org>
|
Authors: Luke Dashjr <luke+bip@dashjr.org>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0115
|
Type: Specification
|
||||||
Status: Rejected
|
Assigned: 2016-09-23
|
||||||
Type: Standards Track
|
|
||||||
Created: 2016-09-23
|
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,14 +2,12 @@
|
|||||||
BIP: 116
|
BIP: 116
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: MERKLEBRANCHVERIFY
|
Title: MERKLEBRANCHVERIFY
|
||||||
Author: Mark Friedenbach <mark@friedenbach.org>
|
Authors: Mark Friedenbach <mark@friedenbach.org>
|
||||||
Kalle Alm <kalle.alm@gmail.com>
|
Kalle Alm <kalle.alm@gmail.com>
|
||||||
BtcDrak <btcdrak@gmail.com>
|
BtcDrak <btcdrak@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0116
|
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2017-08-25
|
Assigned: 2017-08-25
|
||||||
License: CC-BY-SA-4.0
|
License: CC-BY-SA-4.0
|
||||||
License-Code: MIT
|
License-Code: MIT
|
||||||
</pre>
|
</pre>
|
||||||
|
|||||||
@@ -2,14 +2,12 @@
|
|||||||
BIP: 117
|
BIP: 117
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: Tail Call Execution Semantics
|
Title: Tail Call Execution Semantics
|
||||||
Author: Mark Friedenbach <mark@friedenbach.org>
|
Authors: Mark Friedenbach <mark@friedenbach.org>
|
||||||
Kalle Alm <kalle.alm@gmail.com>
|
Kalle Alm <kalle.alm@gmail.com>
|
||||||
BtcDrak <btcdrak@gmail.com>
|
BtcDrak <btcdrak@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0117
|
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2017-08-25
|
Assigned: 2017-08-25
|
||||||
License: CC-BY-SA-4.0
|
License: CC-BY-SA-4.0
|
||||||
License-Code: MIT
|
License-Code: MIT
|
||||||
</pre>
|
</pre>
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
BIP: 118
|
BIP: 118
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: SIGHASH_ANYPREVOUT for Taproot Scripts
|
Title: SIGHASH_ANYPREVOUT for Taproot Scripts
|
||||||
Author: Christian Decker <decker.christian@gmail.com>
|
Authors: Christian Decker <decker.christian@gmail.com>
|
||||||
Anthony Towns <aj@erisian.com.au>
|
Anthony Towns <aj@erisian.com.au>
|
||||||
Comments-Summary: No comments yet.
|
Comments-Summary: No comments yet.
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0118
|
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0118
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2017-02-28
|
Assigned: 2017-02-28
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Requires: 340, 341, 342
|
Requires: 340, 341, 342
|
||||||
</pre>
|
</pre>
|
||||||
|
|||||||
@@ -2,11 +2,10 @@
|
|||||||
BIP: 119
|
BIP: 119
|
||||||
Layer: Consensus (soft fork)
|
Layer: Consensus (soft fork)
|
||||||
Title: CHECKTEMPLATEVERIFY
|
Title: CHECKTEMPLATEVERIFY
|
||||||
Author: Jeremy Rubin <j@rubin.io>
|
Authors: Jeremy Rubin <j@rubin.io>
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0119
|
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2020-01-06
|
Assigned: 2020-01-06
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 120
|
BIP: 120
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Proof of Payment
|
Title: Proof of Payment
|
||||||
Author: Kalle Rosenbaum <kalle@rosenbaum.se>
|
Authors: Kalle Rosenbaum <kalle@rosenbaum.se>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0120
|
Type: Specification
|
||||||
Status: Withdrawn
|
Assigned: 2015-07-28
|
||||||
Type: Standards Track
|
|
||||||
Created: 2015-07-28
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
== Abstract ==
|
== Abstract ==
|
||||||
|
|||||||
@@ -2,12 +2,10 @@
|
|||||||
BIP: 121
|
BIP: 121
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Proof of Payment URI scheme
|
Title: Proof of Payment URI scheme
|
||||||
Author: Kalle Rosenbaum <kalle@rosenbaum.se>
|
Authors: Kalle Rosenbaum <kalle@rosenbaum.se>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0121
|
Type: Specification
|
||||||
Status: Withdrawn
|
Assigned: 2015-07-27
|
||||||
Type: Standards Track
|
|
||||||
Created: 2015-07-27
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
== Abstract ==
|
== Abstract ==
|
||||||
|
|||||||
@@ -2,14 +2,12 @@
|
|||||||
BIP: 122
|
BIP: 122
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: URI scheme for Blockchain references / exploration
|
Title: URI scheme for Blockchain references / exploration
|
||||||
Author: Marco Pontello <marcopon@gmail.com>
|
Authors: Marco Pontello <marcopon@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0122
|
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2015-08-29
|
Assigned: 2015-08-29
|
||||||
License: PD
|
License: PD
|
||||||
Post-History: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-August/010712.html
|
Discussion: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-August/010712.html
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -1,14 +1,11 @@
|
|||||||
<pre>
|
<pre>
|
||||||
BIP: 123
|
BIP: 123
|
||||||
Title: BIP Classification
|
Title: BIP Classification
|
||||||
Author: Eric Lombrozo <elombrozo@gmail.com>
|
Authors: Eric Lombrozo <elombrozo@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Deployed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0123
|
|
||||||
Status: Active
|
|
||||||
Type: Process
|
Type: Process
|
||||||
Created: 2015-08-26
|
Assigned: 2015-08-26
|
||||||
License: CC0-1.0
|
License: CC0-1.0 OR FSFAP
|
||||||
GNU-All-Permissive
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
@@ -21,7 +18,7 @@ The specification defines the layers and sets forth specific criteria for decidi
|
|||||||
|
|
||||||
==Copyright==
|
==Copyright==
|
||||||
|
|
||||||
This BIP is dual-licensed under the Creative Commons CC0 1.0 Universal and GNU All-Permissive licenses.
|
This BIP is dual-licensed under the Creative Commons CC0 1.0 Universal and FSF All Permissive licenses.
|
||||||
|
|
||||||
==Motivation==
|
==Motivation==
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,13 @@
|
|||||||
BIP: 124
|
BIP: 124
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Hierarchical Deterministic Script Templates
|
Title: Hierarchical Deterministic Script Templates
|
||||||
Author: Eric Lombrozo <eric@ciphrex.com>
|
Authors: Eric Lombrozo <eric@ciphrex.com>
|
||||||
William Swanson <swansontec@gmail.com>
|
William Swanson <swansontec@gmail.com>
|
||||||
Comments-Summary: No comments yet.
|
Status: Closed
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0124
|
|
||||||
Status: Rejected
|
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 2015-11-20
|
Assigned: 2015-11-20
|
||||||
License: PD
|
License: PD
|
||||||
Post-History: http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-November/011795.html
|
Discussion: http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-November/011795.html
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
==Abstract==
|
==Abstract==
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
BIP: 125
|
BIP: 125
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Opt-in Full Replace-by-Fee Signaling
|
Title: Opt-in Full Replace-by-Fee Signaling
|
||||||
Author: David A. Harding <dave@dtrt.org>
|
Authors: David A. Harding <dave@dtrt.org>
|
||||||
Peter Todd <pete@petertodd.org>
|
Peter Todd <pete@petertodd.org>
|
||||||
Comments-Summary: No comments yet.
|
Comments-Summary: No comments yet.
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0125
|
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0125
|
||||||
Status: Final
|
Status: Deployed
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2015-12-04
|
Assigned: 2015-12-04
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,10 @@
|
|||||||
<pre>
|
<pre>
|
||||||
BIP: 126
|
BIP: 126
|
||||||
Title: Best Practices for Heterogeneous Input Script Transactions
|
Title: Best Practices for Heterogeneous Input Script Transactions
|
||||||
Author: Kristov Atlas <kristov@openbitcoinprivacyproject.org>
|
Authors: Kristov Atlas <kristov@openbitcoinprivacyproject.org>
|
||||||
Comments-Summary: No comments yet.
|
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0126
|
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 2016-02-10
|
Assigned: 2016-02-10
|
||||||
License: PD
|
License: PD
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
@@ -3,12 +3,10 @@
|
|||||||
BIP: 127
|
BIP: 127
|
||||||
Layer: Applications
|
Layer: Applications
|
||||||
Title: Simple Proof-of-Reserves Transactions
|
Title: Simple Proof-of-Reserves Transactions
|
||||||
Author: Steven Roose <steven@stevenroose.org>
|
Authors: Steven Roose <steven@stevenroose.org>
|
||||||
Comments-Summary: No comments yet.
|
|
||||||
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0127
|
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Specification
|
||||||
Created: 2019-01-28
|
Assigned: 2019-01-28
|
||||||
License: CC0-1.0
|
License: CC0-1.0
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user