-
Notifications
You must be signed in to change notification settings - Fork 39
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
backup / recovery flows #9
Comments
as a first rudimentary recipe backup one could use rsync have a interval or watch encrypt to a backupthis-folder that in turn rsync to a remote i se this as a parallel running micro-service rust-app that has watch and trigger |
yeah that could be an option. most of these issues are just placeholders with ideas not fully fleshed out. we don't even currently expose the mnemonic used, that's probably the easiest first step. |
HelloLightning (BlueWallet kotlin LDK Node) writes mnemonic seed to disk, i find that good !?, maybe extend with a .env variable PIN ie. export MNEMONIC_PIN=xxxxxx and have system encrypt mnemonic to disk where also with the help of script be able decode mnemonic.disk using PIN |
currently there is no backup or recovery flows. need to review and brainstorm how this should work. I'd like to support multiple options for backup (filesystem, cloud (google drive / dropbox / etc), photon?, synonum backpack?).
before supporting multiple backup options it probably makes sense to handle recovery.
I like what bluewallet has done where they encrypt the backup with your mnemonic so that you can recover your backup and on-chain funds with a single mnemonic.
The text was updated successfully, but these errors were encountered: