hdwallet.readthedocs.io
Open in
urlscan Pro
104.16.254.120
Public Scan
Submitted URL: https://hdwallet.readthedocs.io/
Effective URL: https://hdwallet.readthedocs.io/en/v2.2.1/
Submission: On September 12 via api from US — Scanned from CA
Effective URL: https://hdwallet.readthedocs.io/en/v2.2.1/
Submission: On September 12 via api from US — Scanned from CA
Form analysis
2 forms found in the DOMGET search.html
<form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form>
GET //readthedocs.org/projects/hdwallet/search/
<form id="flyout-search-form" class="wy-form" target="_blank" action="//readthedocs.org/projects/hdwallet/search/" method="get">
<input type="text" name="q" aria-label="Search docs" placeholder="Search docs">
</form>
Text Content
Contents Menu Expand Light mode Dark mode Auto light/dark mode Hide navigation sidebar Hide table of contents sidebar Toggle site navigation sidebar HDWallet v2.2.1 documentation Toggle Light / Dark / Auto color theme Toggle table of contents sidebar HDWallet v2.2.1 documentation * Overview * Installing HDWallet * Command Line Interface (CLI) * Available Cryptocurrencies API's * Hierarchical Deterministic Wallet * Derivation * Utils Join Hangar DX: A curated community for developer-experience enthusiasts. Learn more Ad by EthicalAds · ℹ️ v: v2.2.1 v: v2.2.1 Versions master latest v2.2.1 v2.1.1 v2.0.1 v2.0.0 v1.3.2 v1.3.1 v1.3.0 v1.2.0 v1.1.1 V1.1.0 Downloads PDF HTML Epub On Read the Docs Project Home Builds Downloads On GitHub View Search -------------------------------------------------------------------------------- Hosted by Read the Docs · Privacy Policy Back to top Edit this page Toggle Light / Dark / Auto color theme Toggle table of contents sidebar HIERARCHICAL DETERMINISTIC WALLET# Python-based library for the implementation of a hierarchical deterministic wallet generator for over 140+ multiple cryptocurrencies. It allows the handling of multiple coins, multiple accounts, external and internal chains per account and millions of addresses per the chain. 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" } } For more info see the BIP specs. BIP’s Titles BIP39 Mnemonic code for generating deterministic keys BIP85 Deterministic Entropy From BIP32 Keychains BIP32 Hierarchical Deterministic Wallets BIP44 Multi-Account Hierarchy for Deterministic Wallets BIP49 Derivation scheme for P2WPKH-nested-in-P2SH based accounts BIP84 Derivation scheme for P2WPKH based accounts BIP141 Segregated Witness (Consensus layer) Next Installing HDWallet Previous Home Copyright © 2021-2022, Meheret Tesfaye Batu Made with Sphinx and @pradyunsg's Furo