summaryrefslogtreecommitdiff
path: root/bip-0032.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2018-12-14 16:48:23 +0000
committerGitHub <noreply@github.com>2018-12-14 16:48:23 +0000
commitc5fa2f956203b2df91ae6e8804bcbacf9e1a8eef (patch)
tree533cb635cc402a94777248c42ad6d3a7b44f5f85 /bip-0032.mediawiki
parentc1459ff17aa68a7a6e724d6b3b08b6878266e538 (diff)
parent240a6f114c87daca98b2210fe08c071e0d971802 (diff)
downloadbips-c5fa2f956203b2df91ae6e8804bcbacf9e1a8eef.tar.xz
Merge pull request #734 from maguayo/patch-1
Update bip-0032.mediawiki
Diffstat (limited to 'bip-0032.mediawiki')
-rw-r--r--bip-0032.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index fa41cf2..18b3b0c 100644
--- a/bip-0032.mediawiki
+++ b/bip-0032.mediawiki
@@ -276,7 +276,7 @@ Seed (hex): 4b381541583be4423346c643850da4b320e46a87ae3d2a4e6da11eba819cd4acba45
Two 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://github.com/jmcorgan/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.
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