-
Notifications
You must be signed in to change notification settings - Fork 153
Multipath descriptors support #469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes, I do think we should support them. |
I'm working on something. It's a quite invasive change, i'm adding a new variant of rust-miniscript/src/descriptor/key.rs Lines 406 to 411 in 9ea094c
|
I've opened a WIP pull request to discuss the approach. #470 |
Multipath descriptors were proposed as a way to optimize the descriptor backup for the common case of having two derivation chains (one for receiving addresses, one for change).
A BIP was proposed a couple months ago: bitcoin/bips#1354. There is an implementation in Bitcoin Core at bitcoin/bitcoin#22838.
It was previously discussed at length in bitcoin/bitcoin#17190.
I think it would be helpful for us to support them. What do you think?
The text was updated successfully, but these errors were encountered: