mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-02 18:25:11 +00:00
Update startup-troubleshooting.md
This commit is contained in:
parent
2697cd65b9
commit
da8b94595c
1 changed files with 7 additions and 1 deletions
|
@ -44,4 +44,10 @@ This will configure your directories to the folders below, or you can create/edi
|
|||
lbryum_wallet_dir: 'c:\lbry\lbryum',
|
||||
download_directory: 'c:\lbry\Downloads'}
|
||||
```
|
||||
After you are done inserting/editing the `daemon_settings.yml` configuration file, try rerunning LBRY. The settings file has to stay in the original location, and LBRY will create the new folders/data in the specified directories. `lbrynet`/`lbryum` folders should be copied there if you are migrating from a previous install. If you still receive this warning after completing the above steps, please [reach out to us](https://lbry.io/faq/how-to-report-bugs) for additional support.
|
||||
Some Operating Systems may have this format:
|
||||
```
|
||||
data_dir: c:\lbry\lbrynet
|
||||
lbryum_wallet_dir: 'c:\lbry\lbryum
|
||||
download_directory: 'c:\lbry\Downloads
|
||||
```
|
||||
After you are done inserting/editing the `daemon_settings.yml` configuration file, try re-running LBRY. The settings file has to stay in the original location, and LBRY will create the new folders/data in the specified directories. `lbrynet`/`lbryum` folders should be copied there if you are migrating from a previous install. If you still receive this warning after completing the above steps, please [reach out to us](https://lbry.io/faq/how-to-report-bugs) for additional support.
|
||||
|
|
Loading…
Add table
Reference in a new issue