-
Notifications
You must be signed in to change notification settings - Fork 12
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
Allow configurable BIP32 derivation paths #12
Comments
FYI - below paths should give fairly good compatibility with other multisig implementations. Legacy (P2SH) m/45'/0/0/0 |
Agreed
…On Mon, Sep 2, 2019 at 6:21 AM dasource ***@***.***> wrote:
FYI - below paths should give fairly good compatibility with other
multisig implementations.
Legacy (P2SH) m/45'/0/0/0
Segwit Compatibility (P2WSH-P2SH) m/48'/0'/0'/1'
Native Segwit (P2WSH) m/48'/0'/0'/2'
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12?email_source=notifications&email_token=ABBCQBKI4Q6AAAA3KFXOLVDQHTZKDA5CNFSM4IR3X4PKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5VRGUQ#issuecomment-527110994>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABBCQBM5T4CV3AYAGPXL2J3QHTZKDANCNFSM4IR3X4PA>
.
|
I wouldn't necessarily make them configurable, but they definately should follow It does seem to correctly get "married" paths, i.e. the same derivation for each device. You may also want to sort by fingerprint. I'm not at all up to date on good conventions though. Maybe @instagibbs has some ideas? |
@Sjors Correct. I haven't implemented change addresses yet. Configurable BIP32 paths would really only be useful if Junction is used as a recovery tool. Definitely not a priority. |
No description provided.
The text was updated successfully, but these errors were encountered: