
BIP39 - Mnemonic code for generating deterministic keys
This BIP describes the implementation of a mnemonic code or mnemonic sentence -- a group of easy to remember words -- for the generation of deterministic wallets. It consists of two parts: …
BIPs (Bitcoin Improvement Proposals)
People wishing to submit BIPs, first should propose their idea or document to the [email protected] mailing list (do not assign a number - read BIP 2 for the full …
BIP1 - BIP Purpose and Guidelines
BIP stands for Bitcoin Improvement Proposal. A BIP is a design document providing information to the Bitcoin community, or describing a new feature for Bitcoin or its processes or environment. …
BIP132 - Committee-based BIP Acceptance Process
2024年12月10日 · This proposal sets up a method for determining BIP acceptance. This BIP has two parts: It sets up a process which a BIP goes through for comments and acceptance. The …
BIP150 - Peer Authentication
This BIP describes a way for peers to authenticate to other peers to guarantee node ownership and/or allow peers to access additional or limited node services, without the possibility of …
BIP32 - Hierarchical Deterministic Wallets
Eric Lombrozo for reviewing and revising this BIP. Mike Caldwell for the version bytes to obtain human-recognizable Base58 strings.
BIP118 - SIGHASH_ANYPREVOUT for Taproot Scripts
This BIP modifies the behaviour of the BIP 342 signature opcodes (CHECKSIG, CHECKSIGVERIFY, and CHECKSIGADD) for public keys that have a length of 33 bytes and a …
BIP21 - URI Scheme
This BIP proposes a URI scheme for making Bitcoin payments. Motivation The purpose of this URI scheme is to enable users to easily make payments by simply clicking links on webpages …
BIP38 - Passphrase-protected private key
The encrypted private key is the Base58Check-encoded concatenation of the following, which totals 39 bytes without Base58 checksum: 0x01 0x42 + flagbyte + salt + encryptedhalf1 + …
BIP370 - PSBT Version 2
This document proposes a second version of the Partially Signed Bitcoin Transaction format described in BIP 174 which allows for inputs and outputs to be added to the PSBT after creation.