lbry.com/content/faq/how-to-backup-wallet.md
Fillerino 0662ebab38 Uptated with the correct place to find the wallet
Updates/change the locations from the old non existing default_wallet in lbryum Main dir to wallets/default_wallet.
2017-03-18 08:42:51 +01:00

536 B

title category
How do I back up my wallet? wallet

LBRY provides two different wallets, lbryum and lbrycrd. lbryum is the default wallet, but early versions came with lbrycrd as the default.

Backup lbryum wallet

Manually

Make a copy of ~/.lbryum/wallets/default_wallet.

Backup lbrycrd wallet

Manually

Make a copy of ~/.lbrycrd/wallet.dat.

Command Line

Run lbrycrd-cli backupwallet <pathtobackup>.

See Also