From 756d17badac7595bb4c91d496fa20952eb03a44b Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Wed, 19 Jun 2019 01:56:27 -0400 Subject: [PATCH] update wallet servers Not sure where spv3 will be yet. We can probably repurpose lbryumx2/3/4 once we go live, so we'll make sure to add those before release. --- lbrynet/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lbrynet/conf.py b/lbrynet/conf.py index 37adc9d56..ee73b36bd 100644 --- a/lbrynet/conf.py +++ b/lbrynet/conf.py @@ -529,9 +529,9 @@ class Config(CLIConfig): ('reflector.lbry.com', 5566) ]) lbryum_servers = Servers("SPV wallet servers", [ - ('lbryumx1.lbry.com', 50001), # US EAST - ('lbryumx2.lbry.com', 50001), # US EAST - ('lbryumx4.lbry.com', 50001) #EU + ('spv1.lbry.com', 50001), # US EAST + ('spv2.lbry.com', 50001), # EU + ('spv3.lbry.com', 50001) # TBD ]) known_dht_nodes = Servers("Known nodes for bootstrapping connection to the DHT", [ ('lbrynet1.lbry.com', 4444), # US EAST