issues Search Results · repo:karask/python-bitcoin-utils language:Python
Filter by
56 results
(90 ms)56 results
inkarask/python-bitcoin-utils (press backspace or delete to remove) # deterministic signing nonce is random and RFC6979-like
# it is the hash of the tx_digest and private key
# TODO not identical to Bitcoin Core s signature, rand_aux
# needs to change if ...
saikiran57
- Opened 8 days ago
- #126
I am encountering an issue while attempting to purchase an Ordinal NFT on Magic Eden using a Taproot wallet. Their API
provides an unsignedBuyingPSBTBase64 string, representing a Partially Signed Bitcoin ...
ZhiYuan1688
- 4
- Opened on Dec 19, 2024
- #111
examples/spend_p2tr_default_path.py
UTXO of fromAddress
txid = 7b6412a0eed56338731e83c606f13ebb7a3756b3e4e1dbbe43a7db8d09106e56
vout = 1
the txid is? where to find this 7b6412a0eed56338731e83c606f13ebb7a3756b3e4e1dbbe43a7db8d09106e56? ...
viponedream
- 1
- Opened on Aug 24, 2024
- #109
In bitcoinutils/transaction.py, line 589, the cursor gets updated even if n_items = 0. For some cases, size 0 but
n_items = 0. In this case, n_items should be prioritized and consider that the witness ...
ramonamela
- 2
- Opened on Aug 9, 2024
- #107
When hashing two branches in the taproot tree, the one containing the script that is going to be executed should always
go first (we cannot just concatenate the two branches in order). Then, the current ...
ramonamela
- 1
- Opened on Jul 2, 2024
- #105
The final length of the nodejs signature is 128 bits, why is the final length of the python-bitcoin-utils signature 130
bits? What causes this difference?
wyq000
- 3
- Opened on Jul 2, 2024
- #103
Hi thanks for your bitcoinutils package, very handy ! :+1: But I think I ve spotted an issue.
Although Transaction.from_raw() is able to parse a signed or unsigned legacy tx, it is only able to correctly ...
hcleonis
- 4
- Opened on Jun 27, 2024
- #101
When encoding the witness length, an hex representation is used instead of compactSize integer. This bug only affects
transactions with more than 127 elements so length becomes 0x80. In this case, the ...
ramonamela
- Opened on Jun 4, 2024
- #98
Check and fix potential vulnerabilities: Link is non-existent, so please clarify whether or not is a Active Task or Not.
hs094
- 1
- Opened on Apr 21, 2024
- #92

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.
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!
Press the /
key to activate the search input again and adjust your query.