We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cd2a3 commit 3266f72Copy full SHA for 3266f72
lbry/conf.py
@@ -690,6 +690,7 @@ class Config(CLIConfig):
690
('tracker.lbry.grin.io', 9252),
691
('tracker.lbry.pigg.es', 9252),
692
('tracker.lizard.technology', 9252),
693
+ ('s1.lbry.network', 9252),
694
])
695
696
lbryum_servers = Servers("SPV wallet servers", [
@@ -704,6 +705,7 @@ class Config(CLIConfig):
704
705
('spv19.lbry.com', 50001),
706
('hub.lbry.grin.io', 50001),
707
('hub.lizard.technology', 50001),
708
+ ('s1.lbry.network', 50001),
709
710
known_dht_nodes = Servers("Known nodes for bootstrapping connection to the DHT", [
711
('dht.lbry.grin.io', 4444), # Grin
@@ -714,6 +716,7 @@ class Config(CLIConfig):
714
716
('lbrynet3.lbry.com', 4444), # EU
715
717
('lbrynet4.lbry.com', 4444), # ASIA
718
('dht.lizard.technology', 4444), # Jack
719
+ ('s1.lbry.network', 4444),
720
721
722
# blockchain
0 commit comments