pywallet icon indicating copy to clipboard operation
pywallet copied to clipboard

Dead-simple BIP32 (HD) wallet creation for BTC, BTG, BCH, LTC, DASH, USDT, QTUM and DOGE

Results 37 pywallet issues
Sort by recently updated
recently updated
newest added

Trying to install inside fresh virtual environment on Ubuntu 20.04 I get the following errors ``` ... Running setup.py install for mnemonic ... done Running setup.py install for protobuf ......

The `two1` library required in this package has been inactive for 3 years and has issues (like 21dotco/two1-python#29) that causes problems for projects using it. As far as I checked,...

The attribute MutableMapping was previously moved from 'collections. to 'collections.abc'. It was removed from 'collections' in 3.10.

We are evaluating the use of the library for a project. Our requirement is to generate wallets for Bitcoin and USDC.

Does this support **USDT** and/or **DAI**?

Dear Sir, Is it possible to brute-force based on a predefined password file ?

Do we have Monero (XMR) and Zcash (ZEC) support too?

Traceback (most recent call last): File "create_eth_wallet.py", line 1, in from pywallet import wallet File "/usr/local/lib/python2.7/dist-packages/pywallet/wallet.py", line 5, in from .utils import ( File "/usr/local/lib/python2.7/dist-packages/pywallet/utils/__init__.py", line 5, in from .ethereum...

Hi, The library supports generating P2PKH addresses directly. Are there any plans to support P2WPKH (Bech32) address generation as well?