Skip to content

Commit

Permalink
add more non lbry.com hubs/bootstrap dht nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrobison authored and eukreign committed Jan 23, 2023
1 parent 308e586 commit 77cd2a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lbry/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@ class Config(CLIConfig):
('tracker.lbry.com', 9252),
('tracker.lbry.grin.io', 9252),
('tracker.lbry.pigg.es', 9252),
('tracker.lizard.technology', 9252),
])

lbryum_servers = Servers("SPV wallet servers", [
Expand All @@ -702,6 +703,7 @@ class Config(CLIConfig):
('spv18.lbry.com', 50001),
('spv19.lbry.com', 50001),
('hub.lbry.grin.io', 50001),
('hub.lizard.technology', 50001),
])
known_dht_nodes = Servers("Known nodes for bootstrapping connection to the DHT", [
('dht.lbry.grin.io', 4444), # Grin
Expand All @@ -710,7 +712,8 @@ class Config(CLIConfig):
('lbrynet1.lbry.com', 4444), # US EAST
('lbrynet2.lbry.com', 4444), # US WEST
('lbrynet3.lbry.com', 4444), # EU
('lbrynet4.lbry.com', 4444) # ASIA
('lbrynet4.lbry.com', 4444), # ASIA
('dht.lizard.technology', 4444), # Jack
])

# blockchain
Expand Down

0 comments on commit 77cd2a3

Please sign in to comment.