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

### Improvement - Add new option on ``HDWallet`` classes for compressed and uncompressed keys address generator.

enhancement

Hi,when could Hdwallet support the ICP coin?

cryptocurrency

I need to generate, sign and broadcast transactions around 5+ different chains. As far as key management and address generation goes, this library appears to be perfect. Is anyone aware...

enhancement

Hey, Thank you for this useful python package. I wonder why don't you add some important blockchains like ADA or SOL to this HD wallet?

cryptocurrency

READC: END CONTROL

how i can get address of CKD account. I mean regular one for Etherum? You have only : p2pkh=self.p2pkh_address(), p2sh=self.p2sh_address(), p2wpkh=self.p2wpkh_address(), p2wpkh_in_p2sh=self.p2wpkh_in_p2sh_address(), p2wsh=self.p2wsh_address(), p2wsh_in_p2sh=self.p2wsh_in_p2sh_address() , but don't have regular one....

hey again, Any idea when p2tr semantics (for taproot) will be supported in this library? here is some info about when wallets/services will support taproot https://en.bitcoin.it/wiki/Bech32_adoption Thanks

enhancement

Does the Polygon "Mumbai" testnet work with this HD Wallet implementation?

cryptocurrency

So, I used this to get all different addresses - https://github.com/meherett/python-hdwallet/blob/master/examples/from_private_key.py I got the priv key from Exodus app. And verified the address shown on Exodus matched with one of...

I've been using this wallet to generate vanity public addresses and have found a degradation in performance from version 0.2.0 to 1.1.0 Steps to reproduce generate a list of 1,000...