mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-27 07:23:33 +00:00
Updates/change the locations from the old non existing default_wallet in lbryum Main dir to wallets/default_wallet.
536 B
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>
.