-
Limiting them to 20 would allow us to use a `multi()` descriptor for both the deposit and CPFP descriptor, greatly simplifying the implementation of `revaultd` until `bitcoind` supports Miniscript.
…
-
We currently use age/height as identifiers for values related to CLTV and CSV. However we get them mixed up in the `at_age`/`at_height` functions. I do not know if this is intentional, an accidental m…
-
Should we:
* try to turn it into a non-recursive algorithm
* try to remove it
* leave it
?
-
This request is very label-on-the-tin type.
I first briefly mentioned this in JoeStrout's [MiniScript Discord server](https://discord.gg/7s6zajx); it can be found in the logs [here](https://discord…
-
Does the new bitcoin app support ANYONECANPAY SigHashType?
-
This request is very label-on-the-tin type.
I first briefly mentioned this in JoeStrout's [MiniScript Discord server](https://discord.gg/7s6zajx); it can be found in the logs [here](https://discord…
-
I've developed a vault-wallet (it will published/opensourced soon) that is able to spend locked utxos such as this one:
```
OP_CHECKSIG OP_NOTIF
OP_CHECKSIG
OP_ELSE
OP_CHECKSEQUENCEVERIF…
-
**Describe the bug**
I tried to install the binaries on my machine by running the following command:
```
cargo install --git https://github.com/bitcoindevkit/bdk-cli --features=electrum,compiler…
-
Attempt to finalize results in `MultiSigEvaluationError` error.
```
/// Script abortion because of incorrect dissatisfaction for multisig.
/// Any input witness apart from sat(0 sig ...) …
-
Correct me if I'm wrong, but taproot script tree with a for single script path spending condition we will have a merkle root as a hash of that leaf script. In order to construct output key in such cas…