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

I have fully understood the mnemonic, private key and Keystore. #30

Open
WHeB opened this issue Jul 9, 2019 · 2 comments
Open

I have fully understood the mnemonic, private key and Keystore. #30

WHeB opened this issue Jul 9, 2019 · 2 comments

Comments

@WHeB
Copy link

WHeB commented Jul 9, 2019

I have fully understood the mnemonic, private key and Keystore.
Thank you for your help!
I closed this issue.

Originally posted by @CivelXu in #12 (comment)

@WHeB
Copy link
Author

WHeB commented Jul 9, 2019

How to get mnemonic for private key import?Thank you!

@ricmoo
Copy link
Member

ricmoo commented Jul 9, 2019

You cannot derive a mnemonic from a private key.

A mnemonic phrase is a one-way relationship, given a mnemonic, you can derive any number of private keys at different paths, but given a private key there is no way to determine what mnemonic (if any) was used to derive it.

Generally, you should use a random price of entropy to generate your mnemonic, which you can then derive private keys from and use.

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

2 participants