mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Update wallet-servers.md
This commit is contained in:
parent
66617a8085
commit
a388ed3b5d
1 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue