You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
I have so master seed that I want to translate into a mnemonic so I can enter it in a device. I tried to generate a new Mnemonic from a seed but the result is different. I am doing it wrong or it is just simply not possible ?
.toSeed() runs hashing algorithms that are irreversible.
However, if you would like to generate 16 bytes of random bytes and store that, you can store those 16 bytes and use that to re-generate the same 12 word phrase over and over.
But there is no way to turn the result of .toSeed() back into its original phrase
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
Hello,
I have so master seed that I want to translate into a mnemonic so I can enter it in a device. I tried to generate a new Mnemonic from a seed but the result is different. I am doing it wrong or it is just simply not possible ?
The text was updated successfully, but these errors were encountered: