From a388ed3b5dcb3ab9361d644feb85091b141b9bc1 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 7 Feb 2020 23:30:25 -0500 Subject: [PATCH] Update wallet-servers.md --- content/faq/wallet-servers.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.