1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

added 'btc_hd_wallet' amongst implementations in bip32, bip39, bip85

This commit is contained in:
avirgovi 2020-06-25 14:07:01 +02:00
parent f4c9fd3ef7
commit 41efd1361e
3 changed files with 8 additions and 3 deletions

View File

@ -274,9 +274,9 @@ Seed (hex): 4b381541583be4423346c643850da4b320e46a87ae3d2a4e6da11eba819cd4acba45
==Implementations== ==Implementations==
Two Python implementations exist: Three Python implementations exist:
PyCoin (https://github.com/richardkiss/pycoin) is a suite of utilities for dealing with Bitcoin that includes BIP0032 wallet features. BIP32Utils (https://pypi.org/project/bip32utils/) is a library and command line interface specifically focused on BIP0032 wallets and scripting. PyCoin (https://github.com/richardkiss/pycoin) is a suite of utilities for dealing with Bitcoin that includes BIP0032 wallet features. BIP32Utils (https://pypi.org/project/bip32utils/) is a library and command line interface specifically focused on BIP0032 wallets and scripting. btc_hd_wallet (https://github.com/scgbckbone/btc-hd-wallet) easy to use python HD (paper) wallet implementation.
2 Java implementations exist: https://github.com/bitsofproof/supernode/blob/1.1/api/src/main/java/com/bitsofproof/supernode/api/ExtendedKey.java and https://github.com/bushidowallet/bushido-java-core/tree/master/src/main/java/com/bushidowallet/core/bitcoin/bip32 2 Java implementations exist: https://github.com/bitsofproof/supernode/blob/1.1/api/src/main/java/com/bitsofproof/supernode/api/ExtendedKey.java and https://github.com/bushidowallet/bushido-java-core/tree/master/src/main/java/com/bushidowallet/core/bitcoin/bip32

View File

@ -175,3 +175,6 @@ C++:
C (with Python/Java/Javascript bindings): C (with Python/Java/Javascript bindings):
* https://github.com/ElementsProject/libwally-core * https://github.com/ElementsProject/libwally-core
Python:
* https://github.com/scgbckbone/btc-hd-wallet

View File

@ -77,6 +77,8 @@ Python library implementation: [https://github.com/ethankosakovsky/bipentropy py
Coldcard Firmware: [https://github.com/Coldcard/firmware/pull/39] Coldcard Firmware: [https://github.com/Coldcard/firmware/pull/39]
btc_hd_wallet: [https://github.com/scgbckbone/btc-hd-wallet]
==Applications== ==Applications==
Application number define how entropy will be used post processing. Some basic examples follow: Application number define how entropy will be used post processing. Some basic examples follow:
@ -147,7 +149,7 @@ Words Table
|} |}
====12 English words==== ====12 English words====
BIP39 English 12 word mnemonic seed BIP39 English 12 word mnemonic seed
128 bits of entropy as input to BIP39 to derive 12 word mnemonic 128 bits of entropy as input to BIP39 to derive 12 word mnemonic