-
Notifications
You must be signed in to change notification settings - Fork 31
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
Generate seed from mnemonic #55
Comments
I generate my seed with:
However, in new version checkSeed() is failing. |
I did comment it out and everything seems fine, but tx now fails on publish with “bad work” |
Do you generate the work against the previous block hash? If this is the first block on the account chain, you have to use the account's public key. |
All good now, had a little bug in my code. |
Alright, so it's a bit more complicated than that. We can't generate a nano seed from a BIP39 mnemonic phrase. We can however derive private keys from the mnemonic phrase with the BIP39 derivation path See https://github.com/nanocurrency/nano-node/wiki/Mnemonic-Seed |
No description provided.
The text was updated successfully, but these errors were encountered: