Skip to content

Commit 41efd13

Browse files
author
avirgovi
committed
added 'btc_hd_wallet' amongst implementations in bip32, bip39, bip85
1 parent f4c9fd3 commit 41efd13

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

bip-0032.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ Seed (hex): 4b381541583be4423346c643850da4b320e46a87ae3d2a4e6da11eba819cd4acba45
274274
275275
==Implementations==
276276

277-
Two Python implementations exist:
277+
Three Python implementations exist:
278278

279-
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.
279+
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.
280280

281281
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
282282

bip-0039.mediawiki

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,6 @@ C++:
175175
176176
C (with Python/Java/Javascript bindings):
177177
* https://github.com/ElementsProject/libwally-core
178+
179+
Python:
180+
* https://github.com/scgbckbone/btc-hd-wallet

bip-0085.mediawiki

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ Python library implementation: [https://github.com/ethankosakovsky/bipentropy py
7777

7878
Coldcard Firmware: [https://github.com/Coldcard/firmware/pull/39]
7979

80+
btc_hd_wallet: [https://github.com/scgbckbone/btc-hd-wallet]
81+
8082
==Applications==
8183

8284
Application number define how entropy will be used post processing. Some basic examples follow:
@@ -147,7 +149,7 @@ Words Table
147149
|}
148150

149151
====12 English words====
150-
BIP39 English 12 word mnemonic seed
152+
BIP39 English 12 word mnemonic seed
151153

152154
128 bits of entropy as input to BIP39 to derive 12 word mnemonic
153155

0 commit comments

Comments
 (0)