Update wallet-servers.md

This commit is contained in:
Thomas Zarebczan 2020-02-07 23:30:25 -05:00 committed by GitHub
parent 66617a8085
commit a388ed3b5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,12 +27,18 @@ This process is mainly meant for power users and will most likely require a dedi
## Manual connection via config file
This requires the creation of a daemon_settings.yml file in the [default data directory](/faq/lbry-directories). Open in text editor and add:
This requires the creation of a daemon_settings.yml file in the [default data directory](/faq/lbry-directories). Open in text editor and add (**make sure there's a space after the -**):
```
lbryum_servers:
- <domain or ip of server>:50001
```
Example:
```
lbryum_servers:
- community1.lbry.com:50001
```
## What else do I need to know?
1. Join our [Discord chat](https://chat.lbry.com) and ask to be added to the wallet-server channel to stay up to date.