-
Notifications
You must be signed in to change notification settings - Fork 612
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
Standardize a BIP85 Derivation Path for Nostr Keys #1691
Comments
Isn't that already on NIP-06? https://github.com/nostr-protocol/nips/blob/master/06.md |
It seems to derive directly from BIP32 without BIP85 but I may be wrong |
Frankly, I failed to understand the differences between all these BIPs. |
I don't get the use case for having multiple keys and a standard derivation method for them. NIP-06 was a mistake. |
Creating multiple identities (depending on the context) secured and derivated from the same mnemonic |
The title is explicit, bip85 is great, let's standardize a derivation path for Nostr Keys.
This would be very helpful to manage multiple identities over Nostr secured by the same mnemonic.
Derivation path should start after initial bip85 index (
83696968'
) som/83696968'/1984'/{index}'
where index represent the identity of your keyfirst identity/keys would be
1984'/0'
, the second1984'/1'
and so onWhat do you think?
The text was updated successfully, but these errors were encountered: