-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Figure out right user-facing API for HD keys #1480
Comments
We should have the default HD path be clearly documented. Was the fundraiser using hardened HD derivation? If not, then I think we should use a different HD derivation path as the default. How's the following for the UI:
We should provide a seperate command for going from secret to master seed, and master seed to wallet seed at the given path. Linking the graphic w/ the terms on it here |
Do we still want to make changes on this front (cc @ebuchman)? |
Going to close this issue. Don't think we need to do anymore here. |
The keybase now uses HD-derived keys by default, so we need to choose a derivation path (which may or may not be the same as the fundraiser derivation path?), support deriving multiple addresses, etc.
gaiacli add --ledger
already supports some HD functionality; we can decide if we want to mirror that for normal keys or do something else.The text was updated successfully, but these errors were encountered: