python-hdwallet icon indicating copy to clipboard operation
python-hdwallet copied to clipboard

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

Results 42 python-hdwallet issues
Sort by recently updated
recently updated
newest added

Hello. I noticed that any custom deriving with CUSTOMHDWallet.from_path function raise gluing old __init__ path and new submitted path. So the result is absolutely different keys. I tried to find...

Trying to implement BNB BEP-2 support with no luck. The address should start from `bnb1` Info i found already: https://docs.bnbchain.org/docs/beaconchain/learn/accounts#cryptographic-design https://bitcointalk.org/index.php?topic=5437885.0 https://bitcointalk.org/index.php?topic=5439078.0 It pretty straightforward to follow current implementation and...

As for the title from this package, are there anyways to calculate the base58 secret key and the P2TR standard from the given `mnemonic` or `path` of the private key?...

How do I generate a Taproot Bech32m address

linkingKey derivation linkingKey derivation for BIP-32 based wallets: There exists a private `hashingKey` which is derived by user LN WALLET using m/138'/0 path. LN SERVICE full domain name is extracted...

``` from hdwallet.symbols import LTC from hdwallet import HDWallet hdwallet: HDWallet = HDWallet(symbol=LTC) hdwallet.from_xpublic_key(xpublic_key='zpub...', strict=False) #'p2wpkh' ``` Getting AttributeError: 'NoneType' object has no attribute 'upper' , line 343, in is_root_xpublic_key...

how can i use your script to generate Ripple (XRP wallet address) base of 12 seed phrase word? Ripple | XRP | Yes | No | No | 144 |...

I have found that there is no BIP39 key generation and recovery supported from this library.

Hi, thanks for building this library! We recently upgraded from version 1.3.2 to 2.2.1 and some of our tests are now failing. For example if we do ``` xpub_key="drkvjRAvbKRoPGwQKSY4bSbbDrUv1zTH8bUTQDeyEBNGws5BZUwec5wNeNwJqzYSSqC5CTsD7AMvun5RMmi39GjMfELNfF4cwB6DhLG7aTQfUST" symbol="DASH"...