-
Notifications
You must be signed in to change notification settings - Fork 21
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
Please add BIP39 Passphrase support #160
Comments
I need to understand this better. If the wallets were created with a 256-bit random number as a master key -- original version -- and then the wallet.dat is encrypted with a password, then there aren't 12-words to give to the user. They will need to back up the wallet.dat and keep/store the password. Or the newer option, which is a 128-bit seed that creates the 256-bit master key from which the individual private keys (and associated addresses) are derived. The new model lets them write down 12-words instead of backing up a wallet.dat. Unless they import private keys, in which case they get a warning that they need to back up the wallet.dat. If they created with the original (not the newer BIP32, BIP39, BIP44 option), then there isn't a 12-word backup for them to get because it wasn't created that way. |
I’m not referring to the password for wallet.dat encryption but the optional passphrase when generating a seed at the first startup. New users are under the impression that it encrypts their wallet but it doesn’t. And moreover, their seed words don’t work anymore in wallets that don’t support the extra optional passphrase. Such as the RVN mobile wallets. I believe that seed words (plus optional passphrases) need to at least be seamlessly interchangeable across Ravencoin branded wallets on different devices. |
Users are unable to recover raven core seed words in the mobile wallets when they created a wallet with a passphrase.
The text was updated successfully, but these errors were encountered: