bips
bips copied to clipboard
Bitcoin Improvement Proposals
Essentially I added the simple explanation for some things next to the more complex ones originally used. If I had these in there when I first came upon this document,...
Every instance of "EC-multiplied" is hyphenated apart from the one changed in this PR.
This PR adds a Go Library to parse and create BIP21.
The rust library for bip-0039 currently linked is broken and seemingly abandoned. The updated one is a maintained fork.
As discussed on the mailing list: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2019-June/thread.html#start Search the page for the following subject: `BIP174 extension proposal (Global Type: PSBT_GLOBAL_XPUB_SIGNATURE)` - POR_COMMITMENT is also a separate BIP, but the encoding...
Transaction signature got sigHashType byte missing in decomposed block.
Base58chk-encoded extended keys are always 111 characters long. Amend wording of BIP accordingly. **Diff:** -This results in a Base58-encoded string of up to 112 characters. +This results in a Base58-encoded...