forked from LBRYCommunity/lbry-sdk
added spv4-spv6
This commit is contained in:
parent
a4c15769d0
commit
6fb67b86f5
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue