diff --git a/content/faq/wallet-servers.md b/content/faq/wallet-servers.md index 787abbee..5d1a9314 100644 --- a/content/faq/wallet-servers.md +++ b/content/faq/wallet-servers.md @@ -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: - :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.