From 6fb67b86f51f060ffe0d1b4f980cbbcefb6b80af Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 25 Jun 2019 10:42:59 -0400 Subject: [PATCH] added spv4-spv6 --- lbry/lbry/conf.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lbry/lbry/conf.py b/lbry/lbry/conf.py index 7a4ac17ba..10801ba58 100644 --- a/lbry/lbry/conf.py +++ b/lbry/lbry/conf.py @@ -545,9 +545,12 @@ class Config(CLIConfig): ('reflector.lbry.com', 5566) ]) lbryum_servers = Servers("SPV wallet servers", [ - ('spv1.lbry.com', 50001), # US EAST - ('spv2.lbry.com', 50001), # EU - ('spv3.lbry.com', 50001) # TBD + ('spv1.lbry.com', 50001), + ('spv2.lbry.com', 50001), + ('spv3.lbry.com', 50001), + ('spv4.lbry.com', 50001), + ('spv5.lbry.com', 50001), + ('spv6.lbry.com', 50001), ]) known_dht_nodes = Servers("Known nodes for bootstrapping connection to the DHT", [ ('lbrynet1.lbry.com', 4444), # US EAST