-
Notifications
You must be signed in to change notification settings - Fork 17
Make it easier to back up the seed-file #1065
Comments
Related discussion: #1088 |
I think this is somewhat important for our current focus of providing integrations for all the nodes. It's not possible to move from our current seed to a seed phrase (bip39), so for our current solution we would need a different backup solution. |
should we consider migrating to bip39, at least for new users? |
I think it's a good idea but we can't break backwards compatibility and can't convert the old key to bip39.
or
if first start (no
if there is a seed file present we:
|
How is it going with this? |
I have investigated it a bit, and came to the following conclusions (please correct me if I'm wrong)
Moreover, as we don't really have binary users pre-electron bundle, we could simply make our new seed-phrases BIP-39 compatible and allow for easy backup-restore solution. (note: restoring could also allow for using externally generated seeds). As for where I'm at, I'm right now experimenting with generating BIP-39 compatible seed and then will proceed to allowing its easy export (I figured out that this could be a first reviewable step). |
I almost agree :)
Yes, for all cases where we do not pass in
👍
I don't think this is possible due to the same reason we can't generate a BIP-39 seed phrase out of our current seed.
We do, at this time: RaspiBlitz uses the binary and seed file. I don't know about all the other nodes but
Again, you can't generate a BIP-39 seed from our current |
Thank you for bringing up RaspiBlitz, I completely forgot about these users. I was not generating BIP-39 from our current seed (that's impossible), I was trialling a separate one for the new wallet. l'll leave BIP-39 discussions out of this ticket, as the ticket can be addressed without it at all. I will go with simply exporting |
oh, I might have misunderstood you then :) Please excuse.
Sounds good. I think this is a good idea. |
After our discussion in #865 and #1016 we dropped the feature to backup and re-initialize the ItchySats (wallet) seed.
Allow users of the binary to backup their seed in textual form (so they don't have to backup a complete file, the generated seed-file is still binary), so they can save it in e.g. a password safe.
The text was updated successfully, but these errors were encountered: