added spv4-spv6

This commit is contained in:
Lex Berezhny 2019-06-25 10:42:59 -04:00
parent a4c15769d0
commit 6fb67b86f5

View file

@ -545,9 +545,12 @@ class Config(CLIConfig):
('reflector.lbry.com', 5566) ('reflector.lbry.com', 5566)
]) ])
lbryum_servers = Servers("SPV wallet servers", [ lbryum_servers = Servers("SPV wallet servers", [
('spv1.lbry.com', 50001), # US EAST ('spv1.lbry.com', 50001),
('spv2.lbry.com', 50001), # EU ('spv2.lbry.com', 50001),
('spv3.lbry.com', 50001) # TBD ('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", [ known_dht_nodes = Servers("Known nodes for bootstrapping connection to the DHT", [
('lbrynet1.lbry.com', 4444), # US EAST ('lbrynet1.lbry.com', 4444), # US EAST