mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Update how-to-backup-wallet.md
This commit is contained in:
parent
ae950953f1
commit
6f1b29e854
1 changed files with 21 additions and 2 deletions
|
@ -3,6 +3,25 @@ title: How do I back up my wallet?
|
||||||
category: wallet
|
category: wallet
|
||||||
---
|
---
|
||||||
|
|
||||||
You can use `lbrycrd-cli backupwallet <pathtobackup>` 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).
|
||||||
|
|
Loading…
Add table
Reference in a new issue