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

I want to generate a independent Mnemonic Phrase, but with the code generate the same Mnemonic Phrase: ``` import mnemonic import threading from hdwallet import BIP44HDWallet from hdwallet.cryptocurrencies import EthereumMainnet...

Hardened key by index is not returned in the from_index function of the HDWallet class. Added return statement so that the derived object will be returned.

I want create wallets on `Polygon Mainnet` and `Testnet (Mumbai)` using currency `MATIC`. But so far, I haven't seen `MATIC` on the list of available currencies. So, my query is...

cryptocurrency

Hi there, I'm trying to use this library for BTC, LTC, DOGE, and DASH, but generated private keys for DOGE don't work. Any specific reason for it? Best, Marko

_DISCLAIMER: I tried editing the documentation myself but github forces me to fork the project first and when I try to do that I get 404 page. I have no...

documentation

(I'm new to all this) Looking at the docs and source, it seems this was built in a way that a user could only have a single passphrase/mnemonic for each...

Hi. Thanks for this very usefull lib! In one of my project I need to create LTC HD wallet and get error: `NotImplementedError: BIP84HDWallet is not implemented for Litecoin mainnet...

Hello Guys, most HD wallet generate wallet like this using the root key: m/44'/0'/0'/0/0 m/44'/0'/1'/0/0 m/44'/0'/2'/0/0 so there is a need to use the root public key to generate public...