Skip to content
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

Enhancement: generic BIP-32 support #14

Open
coolaj86 opened this issue Mar 2, 2023 · 0 comments
Open

Enhancement: generic BIP-32 support #14

coolaj86 opened this issue Mar 2, 2023 · 0 comments

Comments

@coolaj86
Copy link
Member

coolaj86 commented Mar 2, 2023

Currently we support BIP-44 style HD Paths:

m/44'/<coin>'/<account>'/<use>/<index>
m/44'/5'/0'/0/0

BIP-32 allows arbitrary levels of depth, and is not restricted to a particular purpose.

Currently not implemented because the command line use is optimized for supporting Dash. However, if there's a strong use case, we could support generic BIP-32 style paths - probably best through a different utility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant