-
Before taproot, there're two main signatures types for Bitcoin: pre-segwit, and segwit. They primarily differ in the way the sighash is computed.
Post-taproot we add _two additional_ types: taproot…
-
AFAICT there is no clear consensus how to sign messages with segwit addresses (txin type of `p2wpkh-p2sh` and `p2wpkh`)
We do one thing, and Trezor does something else. Bitcoin Core so far has this…
-
Maybe an example with a hardcoded-value would be helpful.
I think, I'm following as much as I could understood from this reference: https://github.com/helperbit/helperbit-wallet/blob/master/app/com…
-
https://github.com/bitcoin/bitcoin/pull/14121 implemented `blockfilterindex` in a way that it is extensible to different filter types, however there is only one single filter type so far, which is the…
-
Hey, I've exported my Electrum wallet private key from my legacy wallet; addresses start with 1. I am now trying to import that wallet as BC1 (because I've accidentally received funds to it via my btp…
-
I've observed this library does not fully support Segwit.
However, it's still used in important projects such as BlueWallet.
I decided to open an issue so that we can discuss about possible workar…
-
if creating a message signature with bluewallet or sparrow, electrum always returns signature invalid. i've tested both from the program and from the python libs.
-
AFAIK `P2WPKH` does only support compressed keys and should therefor be solvable without knowing the pubkey.
Steps to reproduce
* pay something with a loaded wallet to `bcrt1qlqx4gx4qftlfe94n48ttc…
-
![PNG image 6](https://user-images.githubusercontent.com/69103/108137065-00fa8c00-7070-11eb-92c1-791ed84c9744.png)
I think we need to support a larger list of common derivations here soon, in parti…
-
I have an old-style wallet generated a few years ago. The Wallet Information page says that the wallet type is `standard`, script type is `p2pkh`, seed available is `True (old)`, and keystore type is…