Update wallet-servers.md

This commit is contained in:
Thomas Zarebczan 2020-02-07 23:25:51 -05:00 committed by GitHub
parent bcb804aa63
commit 66617a8085

View file

@ -7,7 +7,7 @@ Wallet servers are used to relay data to and from the LBRY blockchain. They also
## How do I connect to a wallet server?
[LBRY Desktop](https://lbry.com/get) (version 0.38 and up) is required to configure and connect to a custom wallet server. Navigate to the Settings page and scroll down to experimental settings. Choose **Use custom wallet servers**. Here you can enter the server and port of the wallet server. The connection status will update after a few seconds. If an invalid server is used or it becomes unavailable, you'll lose any wallet and discovery features. If this happens on startup, it will reset to the lbry.tv servers.
[LBRY Desktop](https://lbry.com/get) is required to configure and connect to a custom wallet server. Navigate to the Settings page and scroll down to experimental settings. Choose **Use custom wallet servers**. Here you can enter the server and port of the wallet server. The connection status will update after a few seconds. If an invalid server is used or it becomes unavailable, you'll lose any wallet and discovery features. If this happens on startup, it will reset to the lbry.tv servers.
![config](https://spee.ch/@lbrynews:0/wallet-servers.jpeg)
@ -25,6 +25,14 @@ If you...
This process is mainly meant for power users and will most likely require a dedicated server. Installing and running a wallet server requires two main components, the LBRY full blockchain node and LBRY SDK. We have dockerized this process so it's easy for users to configure and run. Please see our [setup and installation](https://lbry.tech/resources/wallet-server) on how to proceed.
## 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:
```
lbryum_servers:
- <domain or ip of server>: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.