-
See BIP86 - https://github.com/bitcoin/bips/blob/master/bip-0086.mediawiki
> This document suggests a derivation scheme for HD wallets whose keys are involved in single key P2TR (BIP 341) outputs a…
-
I have a very strange issue with bip_utils, which I think I do not remember having in the past.
When running bip_utils on Windows Subsystems for Linux (Ubuntu20.04, also Ubuntu 22.04, both systems wi…
-
### Description
Looks like support for Taproot was planned 3 years ago but has since fallen off the radar and isn't being tracked anywhere? https://blog.blockstream.com/en-blockstream-green-primed-…
-
https://github.com/bitcoin/bips/blob/master/bip-0086.mediawiki
-
I am looking for volunteers willing to tackle Taproot support. Here is an overview of what works and what not:
- [x] bech32m encoding for the addresses
- [x] P2TR (segwit version 1) output creation …
bbrtj updated
2 months ago
-
I have been attempting to construct bitcoin address that is a 2-2 MuSig address only. No taproot tree.
Something like this
```python
points = [alice_public_key, bob_public_key]
musig = MuSigTa…
-
For troubleshooting, allow a dev wallet to inject pubs (like customers, from safe report) to reproduce a third-party wallet behavior.
Although easier for other networks, mocking just the address i…
-
Hello!
As the title says, it could be possible to add taproot support?
This descriptor was added 2 years ago, and I would try to sign txs using this new address.
Also, it could be fine to add xpub …
-
It's as if it's only supporting importing the wallets it can generates. (hardware wallet aside)
There should be a way to enter a derivation path somewhere in the "Advanced recovery options"
-
Constructing standard HD wallet descriptors takes a fair bit of code. For example, to construct a [BIP-86](https://github.com/bitcoin/bips/blob/master/bip-0086.mediawiki) single-key taproot HD wallet …