-
Notifications
You must be signed in to change notification settings - Fork 171
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
Implement Hierarchical SINs #5
Labels
Comments
Agreed. This should work nearly out of the box with BIP32. You just need to store one extra piece of information alongside the master private key - the chain code. This "master extended private key" can be used to derive a hierarchy of new SINs. |
Closed
What is a SIN? |
@levino Or the archived version, https://web.archive.org/web/20150510225511/https://en.bitcoin.it/wiki/Identity_protocol_v1 |
Thank you guys! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implementing BIP32-style hierarchical SINs would be a fantastic mechanism for creating many identities, but controlled by one individual.
The text was updated successfully, but these errors were encountered: