From 6f1b29e85497afb7452d251036c4674e74ec196f Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Mon, 8 Aug 2016 11:46:36 -0400 Subject: [PATCH] Update how-to-backup-wallet.md --- posts/faq/how-to-backup-wallet.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/posts/faq/how-to-backup-wallet.md b/posts/faq/how-to-backup-wallet.md index b5f1daf0..b44e8831 100644 --- a/posts/faq/how-to-backup-wallet.md +++ b/posts/faq/how-to-backup-wallet.md @@ -3,6 +3,25 @@ title: How do I back up my wallet? category: wallet --- -You can use `lbrycrd-cli backupwallet ` to back up your wallet, or alternatively you can copy the wallet.dat file manually to anywhere you choose. +LBRY provides two different wallets, `lbryum` and `lbrycrd`. `lbryum` is the default wallet, but early versions came with `lbrycrd` as the default. -See also: [important directories](https://lbry.io/faq/lbry-directories). +### Backup `lbryum` wallet + +#### Manually + +Make a copy of `~/.lbryum/default_wallet`. + +#### + +### Backup `lbrycrd` wallet + +#### Manually + +Make a copy of `~/.lbrycrd/wallet.dat`. + +#### Command Line + + +### See Also + +- [important directories](https://lbry.io/faq/lbry-directories).