pycoin icon indicating copy to clipboard operation
pycoin copied to clipboard

Python-based Bitcoin and alt-coin utility library.

Results 61 pycoin issues
Sort by recently updated
recently updated
newest added

hi master, I use the python lib named pycoinnet .what kinds of datas should I saving into the file named watch_addresses.how could I generate address of my wallet?

Please consider adding [BIP0038](https://en.bitcoin.it/wiki/BIP_0038) support: Here is a reference implementation in Python jgarzik/python-bitcoinlib#5 which is specifically this file adding the library: https://github.com/zimage/python-bitcoinlib/blob/e9506aba6d53ad5bf760d67815d711a1c55b2557/bitcoin/bip38.py

Hi there Richard, your pycoin library helped me understand BIP32 to a far extent. Thank you for that. I'm trying to use BIP32 components between wallets. Specifically pycoin Wallet, Armory...

Please is there any way I could send for example bitcoin to another address with just Privatekey. The privatekey was not generated by pycoin but I would like to send...

Hello there, I'm new to pycoin and couldn't get my head around it well yet. I'm working on a project requiring a parent address with many child addresses that could...

### What I was trying to do? Generate addresses for Account Extended Public Key (specifically `bip84_pub` ### What's the error? It returns `None` when `hparse` function is called. ### What's...

I am wondering whether the library can support Liquid and elements blockchain. Documentation does not show this.

doesnt work after python 3.7, its a great library. please update it so its usable in python 3.12, 3.11, 3.10

network.check_tx(transaction) is gone without alternative.