issues Search Results · repo:chainside/btcpy language:Python
Filter by
33 results (104 ms)
33 results
inchainside/btcpy (press backspace or delete to remove) File /usr/lib/python3.10/hashlib.py , line 123, in __get_builtin_constructor
raise ValueError( unsupported hash type + name)
ValueError: unsupported hash type ripemd160
Hey,
Using you library for BTC address verification. Would it be possible to verify new Bitcoin Taproot address e.g.
bc1pmzfrwwndsqmk5yh69yjr5lfgfg4ev8c0tsc06e
It is possible to verify legacy btc addresses ...
Although its not documented anywhere official, regtest addresses have a different prefix for bech32 than regtest. It
uses the bcrt prefix rather than tb.
This is currently not supported by the Bech32Codec. ...
Thank you for publishing this awesome library, IMO it s well designed and does the job well. Do maintainers plan to
include taproot/Schnorr support?
In the samples on your readme for transaction creation you have the following:
from btcpy.structs.transaction import Transaction, TxIn, Sequence, TxOut, Locktime script_sig =
Script.unhexlify( 48304502210083e6e7507e838a190f0443441c0b62d2df94673887f4482e27e89ff415a90392022050575339c649b85c04bb410a00b62325c1b82c537135fa62fb34fae2c9a30b0b01210384478d41e71dc6c3f9edde0f928a47d1b724c05984ebfb4e7d0422e80abe95ff ...
Why the input of TimelockSolver doesnt need to include a LockTime or Sequence?
Hi! I don t understand something. If I take private key 0000000000000000000000000000000000000000000000000000000000000001
private key WIF is KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qYjgd9M7rFU73sVHnoWn public key ...
First, I wonder whether you realize that one cannot pip install chainside-btcpy. This is the message received Could not
find a version that satisfies the requirement chainside-btcpy (from versions:). No ...
The to_json for block serializes the txns to set not list, so json.dumps wont serialize that

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.