-
Extend wallet policies with `musig` support, as tentatively specified [here](https://github.com/achow101/bips/blob/musig2-descriptors/bip-musig2-descriptors.mediawiki).
For wallet policies, express…
-
In Heptapod by bitbucket_importer on Feb 11, 2015, 22:21
*Created originally on Bitbucket by [ivoras (Ivan Voras)](https://bitbucket.org/[7.3.7](https://github.com/gitlab-importer/pypy/milestone/7)B8…
-
#### Project Board: https://github.com/orgs/bitcoin/projects/3
This is the tracking issue for the `libbitcoinkernel` project. The original tracking issue is found in https://github.com/bitcoin/bitc…
-
### Summary
**Source**: YenPoint's Python SDK User Test Report. All credit to Ken Sato of YenPoint
The ASM (Assembly) format is valuable for programming Bitcoin Script. However, there are ambiguit…
-
Support for P2TR (as well as bech32m encoding/decoding) would be good to have in this library.
A lot of implementation details can probably be taken from the bitcoin functional tests.
(I filed a…
-
```
$ brew tap WyseNynja/bitcoin
==> Tapping wysenynja/bitcoin
Cloning into '/usr/local/Homebrew/Library/Taps/wysenynja/homebrew-bitcoin'...
remote: Counting objects: 13, done.
remote: Compressin…
-
With https://github.com/bitcoin/bitcoin/pull/26593 merged, a few **ideas** for the Bitcoin Core tracepoint interface that _could_ be next steps. I posted these as a comment in https://github.com/bitco…
-
Getting Started - Bitcoin Fullnode and Python Programming
OK so you have your #fullnode but now what? You want to be able to program with it of course.
You can use the Bitcoin RPC directly howeve…
ghost updated
8 years ago
-
* The goal of this document is to provide a reading list for learning to program Bitcoin transactions
* The theme of this document is practical and pragmatic instruction with the goal of writing code…
-
```
k1=`pybtctool random_key`> k2=`pybtctool random_key`> k3=`pybtctool random_key`> p1=`pybtctool privtopub $k1`> p2=`pybtctool privtopub $k2`> p3=`pybtctool privtopub $k3`
Traceback (most recent c…