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
fe087ac106
commit
18da0f2db1
1 changed files with 11 additions and 1 deletions
|
@ -3,10 +3,20 @@ title: How do I back up my LBRY wallet?
|
|||
category: wallet
|
||||
---
|
||||
|
||||
The LBRY application relies on blockchain technology and the LBRY Credits (LBC) cryptocurrency in order to participate in the network. These LBC are stored in a wallet (data file on your PC) which is generated with each LBRY installation (think of your credits as digital cash on your PC). A wallet contains your funds, channel data, and claims (any uploads). It is important to understand that the wallet is not stored on any LBRY servers and as such, users are responsible for its safeguarding and making sure a backup (copy of the wallet file) is available in the event that it is lost. If a wallet is lost or needs to be transferred, follow the [restore procedures below](#restore).
|
||||
The LBRY application relies on blockchain technology and the LBRY Credits (LBC) cryptocurrency in order to participate in the network. These LBC are stored in a wallet (data file on your PC) which is generated with each LBRY installation (think of your credits as digital cash on your PC). A wallet contains your funds, channel data, and claims (any uploads). An Account Sync service is provided by LBRY where an encrypted copy of your wallet is stored securely by us. Strong wallet passwords are highly recommedned if this service is used.
|
||||
|
||||
Otherwise, it is important to understand that the wallet is not stored on any LBRY servers (except when [sync](#sync) is enabled) and as such, users are responsible for its safeguarding and making sure a backup (copy of the wallet file) is available in the event that it is lost. If a wallet is lost or needs to be transferred, follow the [restore procedures below](#restore).
|
||||
|
||||
*Note: Wallets should be re-backed up after creating new Channels/Identities (this is stored directly in the wallet file, and not part of the seed/restore process at the moment).*
|
||||
|
||||
## Wallet Account Sync (Android only) {#sync)
|
||||
|
||||
On Android, LBRY provides a wallet backup service where an encrypted version of your account, including any claims/channels/updates, is securely backed up and stored by LBRY Inc. **LBRY cannot recover this account without the password set by the user when enabling sync.** This allows users to sign back into their devices using their email and account password and keeping their account history. Choosing a secure password is highly recommended, especially when storing larger amounts of LBC.
|
||||
|
||||
Only a single account will be synced per LBRY account. Wallet merging is not currently available. Both new and existing users are able to enable and configure account sync. Password change and more storage (i.e. own location) features to be added at a later date.
|
||||
|
||||
*Coming to Desktop in Summer 2019*
|
||||
|
||||
## How do I find my wallet in the LBRY Desktop App?
|
||||
|
||||
The easiest way to find the location of your LBRY wallet is via the [LBRY app](/get). Open LBRY and on the left side, you should see a sidebar menu called "Wallet".
|
||||
|
|
Loading…
Add table
Reference in a new issue