From 1e6097e3b2b3d8f83f4f32aa779d6c840580ceb3 Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Mon, 22 Jul 2019 11:24:12 -0400 Subject: [PATCH] more spv dns entries --- lbry/lbry/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lbry/lbry/conf.py b/lbry/lbry/conf.py index b186e54e6..2dc212e6f 100644 --- a/lbry/lbry/conf.py +++ b/lbry/lbry/conf.py @@ -551,6 +551,9 @@ class Config(CLIConfig): ('spv4.lbry.com', 50001), ('spv5.lbry.com', 50001), ('spv6.lbry.com', 50001), + ('spv7.lbry.com', 50001), + ('spv8.lbry.com', 50001), + ('spv9.lbry.com', 50001), ]) known_dht_nodes = Servers("Known nodes for bootstrapping connection to the DHT", [ ('lbrynet1.lbry.com', 4444), # US EAST