Skip to content
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

Open
johncantrell97 opened this issue Feb 8, 2022 · 3 comments
Open

backup / recovery flows #9

johncantrell97 opened this issue Feb 8, 2022 · 3 comments

Comments

@johncantrell97
Copy link
Contributor

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.

@xraid
Copy link

xraid commented Feb 9, 2022

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

@johncantrell97
Copy link
Contributor Author

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.
from there a recovery flow would be a good next step.
finally adding some alternative encrypted backup options

@xraid
Copy link

xraid commented Feb 9, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants