-
Add support sighash for scripts with `OP_CODESEPARATOR`.
-
This issue may be related to https://github.com/bitcoin/bitcoin/issues/20102 but I don't think it is, because I get the expected reqSigs for other p2sh / p2wsh scripts.
Create a redeem script that …
jlopp updated
2 years ago
-
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…
-
I run the bitcoin node version is 0.17.1, and now we want to support the Native SegWit (Bech32) format, how do I need to upgrade the node or redeploy a new node, or what method can I use to convert th…
-
Some forms of key derivation necessitate deviations from the [BIP-44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) standard, for example SegWit ([BIP-49](https://github.com/bitcoin/…
-
I just tried to send to a P2TR Taproot address (bc1p...) using an old Segwit P2SH UTXO (starting with a 3). My Ledger Nano S (Firmware 2.1.0, Bitcoin Version 2.0.6) wasn't able to sign that TX using E…
-
### What is your BTCPay version?
v1.6.12.0 (Altcoins)
### How did you deploy BTCPay Server?
docker build
### What happened?
Create a new store, create a btc wallet, check import private key to …
-
To add notes to transactions to know what the transaction was for, is a useful feature and not popular in cryptocurrency wallet apps. You can add a message to a transaction, however this message is no…
-
https://cirrus-ci.com/task/5882340478025728?command=ci#L291
log excerpt
```
stdout:
2020-07-05T14:39:05.494000Z TestFramework (INFO): Initializing test directory /tmp/cirrus-ci-build/ci/scra…
-
If you have P2WSH output for transaction, code will still try to create P2WPKH instead and throw `Output ${i} scripts differ.`.
Code that generates incorrect script for p2wsh is in `js/core/methods…