spelling + fixes

This commit is contained in:
Thomas Zarebczan 2019-10-02 22:01:48 -04:00 committed by GitHub
parent 8853a9620f
commit 94a285e468
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,9 +6,9 @@ order: 3
LBRY's goal is to provide an experience where account preferences (subscriptions/tags/settings) and wallets are synchronized between multiple devices, including LBRY Desktop, Android and LBRY.tv. Subscriptions are currently synced for all devices and support for tags/settings is coming soon.
At this moment, LBRY has limited wallet syncing features for users who installed apps on multiple devices as of 10/3/2019. Today we support the following:
At this moment, LBRY has limited wallet syncing features for users who installed apps on multiple devices before 10/3/2019. Today we support the following:
+ New users on LBRY Desktop can sync a new account
+ New users on LBRY Desktop can sync a new account
+ New users on LBRY Desktop can sync with their Android account
+ All users on LBRY Android can sync a new account or their Desktop account (if synced)
@ -16,7 +16,7 @@ Over the next few weeks, we'll be expanding this feature to cover existing users
### Desktop
LBRY Desktop currently supports the wallet syncing feature during the sign in process when the balance is 0 - which is mainly for new users who wish to sync a new account or to their existing Android account. This means existing users who have a wallet balance and/or are already signed into an account will not be able to sync. If you wish to sync today, see the [expert](#expert) section below.
LBRY Desktop currently supports the wallet syncing feature during the sign in process when the balance is 0 - which is mainly for new installations where users would sync a new account (or to an existing installation, i.e. Android/another device). This means existing users who have a wallet balance and/or are already signed into an account will not be able to sync. If you wish to sync today, see the [expert](#expert) section below.
Please note: If sign out of your account and need to enable sync again, you'll have to rename your [current default_wallet file](/faq/lbry-directories) to anything other than default_wallet. Do this while shutting down the app (CTRL/CMD-Q to quit) which will ensure the balance is 0 again and you can sign in and sync back into your account.
@ -24,7 +24,7 @@ Please note: If sign out of your account and need to enable sync again, you'll h
Android users who newly install LBRY Desktop can sync their wallets. You'll be prompted for a password if one was supplied while setting up your Android account. If you have an existing Desktop installation with a balance, we recommend waiting for full support. If you wish to sync up today, see the [expert](#expert) section below.
LBRY Desktop users who enabled wallet syncing can sign into the LBRY Android app and sync. You'll be prompted for a password if one was supplied while setting up your Desktop account. If no password was used, simply click `Use LBRY`.
LBRY Desktop users who enabled wallet syncing can sync to their Android account. You'll be prompted for a password if one was supplied while setting up your Desktop account. If no password was used, simply click `Use LBRY`.
### LBRY.tv
@ -32,7 +32,7 @@ Wallets are not currently synced on LBRY.tv but will be in a couple of weeks. Su
### I'm an expert and want to sync up my balances today! {#expert}
The current limitation to our syncing process is that the SDK only supports 1 account (a wallet can have multiple accounts) for many API commands. This means we don't want to allow users with existing balances on mulitple devices as it would result in inconsistences throughout the app experience. Once the SDK expands this support, we'll enable syncing for all scenarios. It is highly recommended to wait for this feature, especially if you have channels and publishes, as transferring them to a new wallet requires a using the [CLI](/faq/how-to-cli) to perform updates on each manually.
The current limitation to our syncing process is that the SDK only supports 1 account (a wallet can have multiple accounts) for many API commands. This means we don't want to allow users with existing balances on multiple devices as it would result in inconsistencies throughout the app experience. Once the SDK expands this support, we'll enable syncing for all scenarios. It is highly recommended to wait for this feature, especially if you have channels and publishes, as transferring them to a new wallet requires a using the [CLI](/faq/how-to-cli) to perform updates on each manually.
If you wish to sync now on Desktop, you'll need to sign out (see Account drop down / overview page), quit the app, and start it with a fresh wallet - you can send your existing LBC balance to the Android app or [LBRY.tv](https://beta.lbry.tv) if needed. See [our directories FAQ](/faq/lbry-directories) on where to find the default_wallet file to be renamed. On the next startup, a new wallet file will be generated. This will allow you to sync this new wallet with LBRY or sign back into a synced account (i.e. another install or Android).