hdwallet 2.1.1

admin

Python-based library for the implementation of a hierarchical deterministic wallet generator for more than 140+ multiple cryptocurrencies. Project description Hierarchical Deterministic Wallet Python-based library for the implementation of a hierarchical deterministic wallet generator for more than 140+ multiple cryptocurrencies.It allows the handling of multiple coins, multiple accounts, external and internal chains per account and millions…

Python-based library for the implementation of a hierarchical deterministic wallet generator for more than 140+ multiple cryptocurrencies.

Project description

Hierarchical Deterministic Wallet

Python-based library for the implementation of a hierarchical deterministic wallet generator for more than 140+ multiple cryptocurrencies.It allows the handling of multiple coins, multiple accounts, external and internal chains per account and millions of addresses per chain.

For more info see the BIP specs.

|BIP’s||Titles|

|Mnemonic code for generating deterministic keys|

|Deterministic Entropy From BIP32 Keychains|

|Hierarchical Deterministic Wallets|

|Multi-Account Hierarchy for Deterministic Wallets|

|Derivation scheme for P2WPKH-nested-in-P2SH based accounts|

|Derivation scheme for P2WPKH based accounts|

|Segregated Witness (Consensus layer)|

[BIP39]

[BIP85]

[BIP32]

[BIP44]

[BIP49]

[BIP84]

[BIP141]

Installation

The easiest way to install

hdwallet is via pip:

pip install hdwallet

To install

hdwallet command line interface globally, for Linux

sudo may be required:

pip install hdwallet[cli]

If you want to run the latest version of the code, you can install from the git:

pip install git+git://github.com/meherett/python-hdwallet.git

For the versions available, see the tags on this repository .

Quick Usage

Simple Bitcoin mainnet HDWallet generator:

#!/usr/bin/env python3 from hdwallet import HDWallet from hdwallet.utils import generate_entropy from hdwallet.symbols import BTC as SYMBOL from typing import Optional import json # Choose strength 128, 160, 192, 224 or 256 STRENGTH: int = 160 # Default is 128 # Choose language english, french, italian, spanish, chinese_simplified, chinese_traditional, japanese or korean LANGUAGE: str = “korean” # Default is english # Generate new entropy hex string ENTROPY: str = generate_entropy(strength=STRENGTH) # Secret passphrase for mnemonic PASSPHRASE: Optional[str] = None # “meherett” # Initialize Bitcoin mainnet HDWallet hdwallet: HDWallet = HDWallet(symbol=SYMBOL, use_default_path=False) # Get Bitcoin HDWallet from entropy hdwallet.from_entropy( entropy=ENTROPY, language=LANGUAGE, passphrase=PASSPHRASE ) # Derivation from path # hdwallet.from_path(“m/44’/0’/0’/0/0”) # Or derivation from index hdwallet.from_index(44, hardened=True) hdwallet.from_index(0, hardened=True) hdwallet.from_index(0, hardened=True) hdwallet.from_index(0) hdwallet.from_index(0) # Print all Bitcoin HDWallet information’s print(json.dumps(hdwallet.dumps(), indent=4, ensure_ascii=False))

Output

{ “cryptocurrency”: “Bitcoin”, “symbol”: “BTC”, “network”: “mainnet”, “strength”: 160, “entropy”: “c5b0d0ee698f3f72b6265f1bc591f8f2d7afa6dd”, “mnemonic”: “주일 액수 명단 천둥 해수욕장 전망 추천 직업 그룹 단위 신체 파란색 시청 천천히 스트레스”, “language”: “korean”, “passphrase”: null, “seed”: “5a9b9667ccd07b3c641b1ba95e9119dd1d5a3034fd46cd2f27fc1f160c7dcd824fc0ab4710a9ae90582dffc3b0803bcbc0a8160feeaab4c70511c5035859decf”, “root_xprivate_key”: “xprv9s21ZrQH143K2qMHU8aghJ4MoQR5g5mowXbeP2vCP937bseZGX929dmJudL7u4xRxtKvh58pxz1PhtCbWW2yUH14jdduKVMV9FkBMpM2Hyw”, “root_xpublic_key”: “xpub661MyMwAqRbcFKRkaA7h4S16MSFa5YVfJkXFBRKowUa6Ufyhp4TGhS5nkvkLXSmdNjoszzDkU26WW2rg1zBsQBt6Pv3T8oLEAExGHD3hcQs”, “xprivate_key”: “xprvA2YyMZWyPK2xo4eZgyypp2CzcHnxNzGbruGg7vmgaAVCtBtrjwzuhXJBNM3FrwBh85ajxHErNR6ByN77WJARpC1HDC7kTwa2yr7Mu9Pz5Qq”, “xpublic_key”: “xpub6FYKm53sDgbG1Yj2o1WqBA9jAKdSnSzTE8CGvKBJ8W2BkzE1HVKAFKcfDcCHKpL5BQRg2HjbNSt55jpFshY7W1KFtp7zjB3DhNAmiFv6kzB”, “uncompressed”: “081016370b45d7e23bd89b07d6886036f5e4df9a129eee3b488c177ba7881856e24d337b280f9d32539a22445e567543b39b708edf5289442f36dcde958a3433”, “compressed”: “03081016370b45d7e23bd89b07d6886036f5e4df9a129eee3b488c177ba7881856”, “chain_code”: “cf9ee427ed8073e009a5743056e8cf19167f67ca5082c2c6635b391e9a4e0b0d”, “private_key”: “f79495fda777197ce73551bcd8e162ceca19167575760d3cc2bced4bf2a213dc”, “public_key”: “03081016370b45d7e23bd89b07d6886036f5e4df9a129eee3b488c177ba7881856”, “wif”: “L5WyVfBu8Sz3iGZtrwJVSP2wDJmu7HThGd1EGekFBnviWgzLXpJd”, “finger_print”: “ac13e305”, “semantic”: “p2pkh”, “path”: “m/44’/0’/0’/0/0”, “hash”: “ac13e305a88bd9968f1c058fcf5d9a6b1b9ef484”, “addresses”: { “p2pkh”: “1Ggs3kkNrPPWoW17iDFQWgMdw3CD8BzBiv”, “p2sh”: “3GQVUFePz517Hf61Vsa9H2tHj5jw5y6ngV”, “p2wpkh”: “bc1q4sf7xpdg30vedrcuqk8u7hv6dvdeaayy3uw5cj”, “p2wpkh_in_p2sh”: “3JyV5aSgdVYEjQodPWHfvehQ5227EDr3sN”, “p2wsh”: “bc1qnk0s9q4379n6v9vg0lnhdu5qhjyx99u2xm238pmckmjg9v29q54saddzp9”, “p2wsh_in_p2sh”: “3MmsEoP7GLHzuLVgkAtcRtyXLTWh8zNAcd” } }

Ethereum mainnet Ganache-CLI wallet look’s like:

#!/usr/bin/env python3 from hdwallet import BIP44HDWallet from hdwallet.cryptocurrencies import EthereumMainnet from hdwallet.derivations import BIP44Derivation from hdwallet.utils import generate_mnemonic from typing import Optional # Generate english mnemonic words MNEMONIC: str = generate_mnemonic(language=”english”, strength=128) # Secret passphrase/password for mnemonic PASSPHRASE: Optional[str] = None # “meherett” # Initialize Ethereum mainnet BIP44HDWallet bip44_hdwallet: BIP44HDWallet = BIP44HDWallet(cryptocurrency=EthereumMainnet) # Get Ethereum BIP44HDWallet from mnemonic bip44_hdwallet.from_mnemonic( mnemonic=MNEMONIC, language=”english”, passphrase=PASSPHRASE ) # Clean default BIP44 derivation indexes/paths bip44_hdwallet.clean_derivation() print(“Mnemonic:”, bip44_hdwallet.mnemonic()) print(“Base HD Path: m/44’/60’/0’/0/{address_index}”, “n”) # Get Ethereum BIP44HDWallet information’s from address index for address_index in range(10): # Derivation from Ethereum BIP44 derivation path bip44_derivation: BIP44Derivation = BIP44Derivation( cryptocurrency=EthereumMainnet, account=0, change=False, address=address_index ) # Drive Ethereum BIP44HDWallet bip44_hdwallet.from_path(path=bip44_derivation) # Print address_index, path, address and private_key print(f”({address_index}) {bip44_hdwallet.path()} {bip44_hdwallet.address()} 0x{bip44_hdwallet.private_key()}”) # Clean derivation indexes/paths bip44_hdwallet.clean_derivation()

Output

Mnemonic: bright demand olive glance crater key head glory quantum leisure intact age Base HD Path: m/44’/60’/0’/0/{address_index} (0) m/44’/60’/0’/0/0 0x3a149f0c5dc5c0F1E29e573215C23710dE9c4f87 0xa45f9af43912fdd5e88c492226be082029f257681d4b3e73b68be535d2fb0526 (1) m/44’/60’/0’/0/1 0x9e8A4fD9bA74DbB0c7F465EF56b47489793AA102 0x6e5ab2a3ae20c7b3a1c0645b03689e88e8cdff16f6a39d6a420bfebc20e8a941 (2) m/44’/60’/0’/0/2 0x08Eb0646ddc52E12a03215b94b244B674e9D7a0F 0x938caf07197eda13679bfd88df7e5f6eac3cd9f9248ed445f1a0e084a3e9417c (3) m/44’/60’/0’/0/3 0x6dB1Ac10bbbE7bdc6bcB246E2Dd36884c346CbE8 0x304e9bebaeef3f4ae7c4d2ef268f40f503d8f47fd2621a575d8f73f49762cbc0 (4) m/44’/60’/0’/0/4 0xd528281f804D950c743Ca48FCcC3D76A3d9AcD5C 0x82a0284b443ec73884806ac9450f09110d8dba024120985431b80a520b3f2911 (5) m/44’/60’/0’/0/5 0xaF24cc02Fd5E0285237677cDDD00ae8E4a9d6E5E 0xb03c61e992f5475222295077a89cf35011984dcdcd1da3666ebffc9ebefe22a9 (6) m/44’/60’/0’/0/6 0x55A972f207DB3498DCBbD97062472A5c10b3266b 0xc003175828a6f768610fb2396b3fcec7fa1957770de2462b9e6d3a0a23346c76 (7) m/44’/60’/0’/0/7 0x7e62C187e597Fc544D5769a38A8e026F5529c81B 0x04bfcff46587fd98e682e3b7acff720051b1b0bee3309fb13703338bbde211cd (8) m/44’/60’/0’/0/8 0x7aF4A78000032a3FBaF4Ac5a5f64a50FF69f0442 0x1b642b77519cf6e6107827e4773a15975edda6471ff90735e2fc0cf7d8560ac8 (9) m/44’/60’/0’/0/9 0x379a25BB89043f8b875A73eA61aF4F7b70cD73e5 0x4f9fb333faf8ecf8f22d212a0b1c946e4d4c32fa0b7794326038d464b241d771

Click this to see more examples 🙂

Development

To get started, just fork this repo, clone it locally, and run:

pip install -e .[cli,tests,docs] -r requirements.txt

Testing

You can run the tests with:

pytest

Or use

tox to run the complete suite against the full set of build targets, or pytest to run specific tests against a specific version of Python.

Contributing

Feel free to open an issue if you find a problem, or a pull request if you’ve solved an issue.And also any help in testing, development, documentation and other tasks is highly appreciated and useful to the project.There are tasks for contributors of all experience levels.

For more information, see the CONTRIBUTING.md file.

Available Cryptocurrencies

This library simplifies the process of creating a new hierarchical deterministic wallets for:

|Cryptocurrencies||Symbols||Mainnet||Testnet||Segwit||Coin Type||Default Paths|

|Anon||Yes||No||No||220|

|Argoneum||Yes||No||No||421|

|Artax||Yes||No||No||219|

|Aryacoin||Yes||No||No||357|

|Asiacoin||Yes||No||No||51|

|Atom||Yes||No||Yes||118|

|Auroracoin||Yes||No||No||85|

|Axe||Yes||No||No||4242|

|Bata||Yes||No||No||89|

|Beetle Coin||Yes||No||No||800|

|Bela Coin||Yes||No||No||73|

|Bit Cloud||Yes||No||No||218|

|Bit Send||Yes||No||No||91|

|Yes||No||Yes||145|

|Yes||No||Yes||156|

|Yes||Yes||Yes||0|

|Bitcoin Plus||Yes||No||No||65|

|Bitcoin SV||Yes||No||No||236|

|BitcoinZ||Yes||No||No||177|

|Bitcore||Yes||No||Yes||160|

|Blackcoin||Yes||No||No||10|

|Block Stamp||Yes||No||Yes||254|

|Blocknode||Yes||Yes||No||2941|

|Bolivarcoin||Yes||No||No||278|

|Brit Coin||Yes||No||No||70|

|CPU Chain||Yes||No||Yes||363|

|Canada eCoin||Yes||No||No||34|

|Cannacoin||Yes||No||No||19|

|Clams||Yes||No||No||23|

|Club Coin||Yes||No||No||79|

|Compcoin||Yes||No||No||71|

|Crane Pay||Yes||No||Yes||2304|

|Crave||Yes||No||No||186|

|Yes||Yes||No||5|

|Deep Onion||Yes||No||Yes||305|

|Defcoin||Yes||No||No||1337|

|Denarius||Yes||No||No||116|

|Diamond||Yes||No||No||152|

|Digi Byte||Yes||No||Yes||20|

|Digitalcoin||Yes||No||No||18|

|Yes||Yes||No||3|

|EDR Coin||Yes||No||No||56|

|Ecoin||Yes||No||No||115|

|Einsteinium||Yes||No||No||41|

|Elastos||Yes||No||No||2305|

|Energi||Yes||No||No||9797|

|Yes||No||Yes||60|

|Europe Coin||Yes||No||No||151|

|Exclusive Coin||Yes||No||No||190|

|FIX||Yes||Yes||No||336|

|Feathercoin||Yes||No||No||8|

|Firstcoin||Yes||No||No||167|

|Flashcoin||Yes||No||No||120|

|Fuji Coin||Yes||No||Yes||75|

|GCR Coin||Yes||No||No||49|

|Game Credits||Yes||No||No||101|

|Go Byte||Yes||No||No||176|

|Gridcoin||Yes||No||No||84|

|Groestl Coin||Yes||Yes||Yes||17|

|Gulden||Yes||No||No||87|

|Helleniccoin||Yes||No||No||168|

|Hempcoin||Yes||No||No||113|

|Hush||Yes||No||No||197|

|IX Coin||Yes||No||No||86|

|Insane Coin||Yes||No||No||68|

|Internet Of People||Yes||No||No||66|

|Jumbucks||Yes||No||No||26|

|Kobocoin||Yes||No||No||196|

|Komodo||Yes||No||No||141|

|LBRY Credits||Yes||No||No||140|

|Linx||Yes||No||No||114|

|Litecoin Cash||Yes||No||No||192|

|Yes||Yes||Yes||2|

|LitecoinZ||Yes||No||No||221|

|Lkrcoin||Yes||No||No||557|

|Lynx||Yes||No||No||191|

|Mazacoin||Yes||No||No||13|

|Megacoin||Yes||No||No||217|

|Minexcoin||Yes||No||No||182|

|Monacoin||Yes||No||Yes||22|

|Monkey Project||Yes||No||Yes||214|

|Myriadcoin||Yes||No||No||90|

|NIX||Yes||No||Yes||400|

|Namecoin||Yes||No||No||7|

|Yes||No||No||130|

|Neblio||Yes||No||No||146|

|Neoscoin||Yes||No||No||25|

|Neurocoin||Yes||No||No||110|

|New York Coin||Yes||No||No||179|

|Novacoin||Yes||No||No||50|

|NuBits||Yes||No||No||12|

|NuShares||Yes||No||No||11|

|OK Cash||Yes||No||No||69|

|Yes||Yes||No||200|

|Onix Coin||Yes||No||No||174|

|Peercoin||Yes||No||No||6|

|Pesobit||Yes||No||No||62|

|Phore||Yes||No||No||444|

|Pinkcoin||Yes||No||No||117|

|Pivx||Yes||Yes||No||119|

|Posw Coin||Yes||No||No||47|

|Potcoin||Yes||No||No||81|

|Project Coin||Yes||No||No||533|

|Putincoin||Yes||No||No||122|

|Yes||Yes||Yes||2301|

|RSK||Yes||Yes||No||137|

|Rapids||Yes||No||No||320|

|Ravencoin||Yes||No||No||175|

|Reddcoin||Yes||No||No||4|

|Rubycoin||Yes||No||No||16|

|Safecoin||Yes||No||No||19165|

|Saluscoin||Yes||No||No||572|

|Scribe||Yes||No||No||545|

|Yes||Yes||No||35|

|Slimcoin||Yes||Yes||No||63|

|Smileycoin||Yes||No||No||59|

|Solarcoin||Yes||No||No||58|

|Stash||Yes||No||No||49344|

|Stratis||Yes||Yes||No||105|

|Sugarchain||Yes||Yes||Yes||408|

|Syscoin||Yes||No||Yes||57|

|TOA Coin||Yes||No||No||159|

|Thought AI||Yes||No||No||502|

|Yes||No||No||195|

|Twins||Yes||Yes||No||970|

|Ultimate Secure Cash||Yes||No||No||112|

|Unobtanium||Yes||No||No||92|

|Virtual Cash||Yes||No||No||33|

|Vcash||Yes||No||No||127|

|Verge Currency||Yes||No||No||77|

|Vertcoin||Yes||No||Yes||28|

|Yes||Yes||Yes||14|

|Vivo||Yes||No||No||166|

|Whitecoin||Yes||No||No||559|

|Wincoin||Yes||No||No||181|

|XUEZ||Yes||No||No||225|

|Yes||No||Yes||550|

|ZClassic||Yes||No||No||147|

|Yes||Yes||No||133|

|Zencash||Yes||No||No||121|

ANON

m/44’/220’/0’/0/0

AGM

m/44’/421’/0’/0/0

XAX

m/44’/219’/0’/0/0

AYA

m/44’/357’/0’/0/0

AC

m/44’/51’/0’/0/0

ATOM

m/44’/118’/0’/0/0

AUR

m/44’/85’/0’/0/0

AXE

m/44’/4242’/0’/0/0

BTA

m/44’/89’/0’/0/0

BEET

m/44’/800’/0’/0/0

BELA

m/44’/73’/0’/0/0

BTDX

m/44’/218’/0’/0/0

BSD

m/44’/91’/0’/0/0

[Bitcoin Cash]

BCH

m/44’/145’/0’/0/0

[Bitcoin Gold]

BTG

m/44’/156’/0’/0/0

[Bitcoin]

BTC ,

BTCTEST

m/44’/0’/0’/0/0

XBC

m/44’/65’/0’/0/0

BSV

m/44’/236’/0’/0/0

BTCZ

m/44’/177’/0’/0/0

BTX

m/44’/160’/0’/0/0

BLK

m/44’/10’/0’/0/0

BST

m/44’/254’/0’/0/0

BND ,

BNDTEST

m/44’/2941’/0’/0/0

BOLI

m/44’/278’/0’/0/0

BRIT

m/44’/70’/0’/0/0

CPU

m/44’/363’/0’/0/0

CDN

m/44’/34’/0’/0/0

CCN

m/44’/19’/0’/0/0

CLAM

m/44’/23’/0’/0/0

CLUB

m/44’/79’/0’/0/0

CMP

m/44’/71’/0’/0/0

CRP

m/44’/2304’/0’/0/0

CRAVE

m/44’/186’/0’/0/0

[Dash]

DASH ,

DASHTEST

m/44’/5’/0’/0/0

ONION

m/44’/305’/0’/0/0

DFC

m/44’/1337’/0’/0/0

DNR

m/44’/116’/0’/0/0

DMD

m/44’/152’/0’/0/0

DGB

m/44’/20’/0’/0/0

DGC

m/44’/18’/0’/0/0

[Dogecoin]

DOGE ,

DOGETEST

m/44’/3’/0’/0/0

EDRC

m/44’/56’/0’/0/0

ECN

m/44’/115’/0’/0/0

EMC2

m/44’/41’/0’/0/0

ELA

m/44’/2305’/0’/0/0

NRG

m/44’/9797’/0’/0/0

[Ethereum]

ETH

m/44’/60’/0’/0/0

ERC

m/44’/151’/0’/0/0

EXCL

m/44’/190’/0’/0/0

FIX ,

FIXTEST

m/44’/336’/0’/0/0

FTC

m/44’/8’/0’/0/0

FRST

m/44’/167’/0’/0/0

FLASH

m/44’/120’/0’/0/0

FJC

m/44’/75’/0’/0/0

GCR

m/44’/49’/0’/0/0

GAME

m/44’/101’/0’/0/0

GBX

m/44’/176’/0’/0/0

GRC

m/44’/84’/0’/0/0

GRS ,

GRSTEST

m/44’/17’/0’/0/0

NLG

m/44’/87’/0’/0/0

HNC

m/44’/168’/0’/0/0

THC

m/44’/113’/0’/0/0

HUSH

m/44’/197’/0’/0/0

IXC

m/44’/86’/0’/0/0

INSN

m/44’/68’/0’/0/0

IOP

m/44’/66’/0’/0/0

JBS

m/44’/26’/0’/0/0

KOBO

m/44’/196’/0’/0/0

KMD

m/44’/141’/0’/0/0

LBC

m/44’/140’/0’/0/0

LINX

m/44’/114’/0’/0/0

LCC

m/44’/192’/0’/0/0

[Litecoin]

LTC ,

LTCTEST

m/44’/2’/0’/0/0

LTZ

m/44’/221’/0’/0/0

LKR

m/44’/557’/0’/0/0

LYNX

m/44’/191’/0’/0/0

MZC

m/44’/13’/0’/0/0

MEC

m/44’/217’/0’/0/0

MNX

m/44’/182’/0’/0/0

MONA

m/44’/22’/0’/0/0

MONK

m/44’/214’/0’/0/0

XMY

m/44’/90’/0’/0/0

NIX

m/44’/400’/0’/0/0

NMC

m/44’/7’/0’/0/0

[Navcoin]

NAV

m/44’/130’/0’/0/0

NEBL

m/44’/146’/0’/0/0

NEOS

m/44’/25’/0’/0/0

NRO

m/44’/110’/0’/0/0

NYC

m/44’/179’/0’/0/0

NVC

m/44’/50’/0’/0/0

NBT

m/44’/12’/0’/0/0

NSR

m/44’/11’/0’/0/0

OK

m/44’/69’/0’/0/0

[Omni]

OMNI ,

OMNITEST

m/44’/200’/0’/0/0

ONX

m/44’/174’/0’/0/0

PPC

m/44’/6’/0’/0/0

PSB

m/44’/62’/0’/0/0

PHR

m/44’/444’/0’/0/0

PINK

m/44’/117’/0’/0/0

PIVX ,

PIVXTEST

m/44’/119’/0’/0/0

POSW

m/44’/47’/0’/0/0

POT

m/44’/81’/0’/0/0

PRJ

m/44’/533’/0’/0/0

PUT

m/44’/122’/0’/0/0

[Qtum]

QTUM ,

QTUMTEST

m/44’/2301’/0’/0/0

RBTC ,

RBTCTEST

m/44’/137’/0’/0/0

RPD

m/44’/320’/0’/0/0

RVN

m/44’/175’/0’/0/0

RDD

m/44’/4’/0’/0/0

RBY

m/44’/16’/0’/0/0

SAFE

m/44’/19165’/0’/0/0

SLS

m/44’/572’/0’/0/0

SCRIBE

m/44’/545’/0’/0/0

[Shadow Cash]

SDC ,

SDCTEST

m/44’/35’/0’/0/0

SLM ,

SLMTEST

m/44’/63’/0’/0/0

SMLY

m/44’/59’/0’/0/0

SLR

m/44’/58’/0’/0/0

STASH

m/44’/49344’/0’/0/0

STRAT ,

STRATTEST

m/44’/105’/0’/0/0

SUGAR ,

SUGARTEST

m/44’/408’/0’/0/0

SYS

m/44’/57’/0’/0/0

TOA

m/44’/159’/0’/0/0

THT

m/44’/502’/0’/0/0

[Tron]

TRX

m/44’/195’/0’/0/0

TWINS ,

TWINSTEST

m/44’/970’/0’/0/0

USC

m/44’/112’/0’/0/0

UNO

m/44’/92’/0’/0/0

VASH

m/44’/33’/0’/0/0

VC

m/44’/127’/0’/0/0

XVG

m/44’/77’/0’/0/0

VTC

m/44’/28’/0’/0/0

[Viacoin]

VIA ,

VIATEST

m/44’/14’/0’/0/0

VIVO

m/44’/166’/0’/0/0

XWC

m/44’/559’/0’/0/0

WC

m/44’/181’/0’/0/0

XUEZ

m/44’/225’/0’/0/0

[XinFin]

XDC

m/44’/550’/0’/0/0

ZCL

m/44’/147’/0’/0/0

[Zcash]

ZEC ,

ZECTEST

m/44’/133’/0’/0/0

ZEN

m/44’/121’/0’/0/0

Donations

If You found this tool helpful consider making a donation:

|Coins||Addresses|

|Bitcoin||3GGNPvgbSpMHShcaZJGDXQn5wUJyTz7uoC|

|Ethereum||0x342798bbe9731a91e0557fa8ab0bce1eae6d6ae3|

BTC

ETH , Tether

USDT

License

Distributed under the ISC license.See

LICENSE for more information.

Project details

Release history [Release notifications](/help/#project-release-notifications) |

[RSS feed ](/rss/project/hdwallet/releases.xml)

[Release notifications] |

[RSS feed]

Download files

Download the file for your platform.

If you’re not sure which to choose, learn more about installing packages .

Source Distribution

Built Distribution

[Close]

[Hashes] for hdwallet-2.1.1.tar.gz

|Algorithm||Hash digest|

|SHA256|

|MD5|

|BLAKE2-256|

2d64955f1cdd3453604172a1ded60ce42a919d81b0bf172c192e008877256b8c

388d00c1c2a0c00f9db6d57f05a209ff

65d5f03504f1bde24b645f18a6e49e761ce8fdfdfca0b949d8980adf8e45eddf

[Close]

[Hashes] for hdwallet-2.1.1-py3-none-any.whl

|Algorithm||Hash digest|

|SHA256|

|MD5|

|BLAKE2-256|

3e428498b2eea35fbcf9de2582883b1110c894ef827475ce74c74a96e8d34c79

8a9fcfb74ca36d871e6d3ae364a220fc

03dcdeeb821f2ece091403191f7dd60a6c64326a3c7e280e55a6e6cff5ac16df.

Leave a Reply

Next Post

Bitcoin as a king of Cryptocurrency

Bitcoin as a king of Cryptocurrency Bitcoin or Bitcoin is a cryptocurrency and worldwide payment system.Bitcoin is the first decentralized digital currency, as the system works without a central bank or single administrator.Bitcoin has been the most used crypto source around the globe.Bitcoin was first introduced in 2009 by Nakamoto Satoshi for a peer-reviewed electronic…
Bitcoin as a king of Cryptocurrency

Subscribe US Now