mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
Update default server list
This commit is contained in:
parent
57e50ee326
commit
a7cd8b5e9f
1 changed files with 13 additions and 13 deletions
|
@ -7,20 +7,20 @@ from blockchain import Blockchain
|
||||||
DEFAULT_PORTS = {'t':'50001', 's':'50002', 'h':'8081', 'g':'8082'}
|
DEFAULT_PORTS = {'t':'50001', 's':'50002', 'h':'8081', 'g':'8082'}
|
||||||
|
|
||||||
DEFAULT_SERVERS = {
|
DEFAULT_SERVERS = {
|
||||||
'ecdsa.org': DEFAULT_PORTS,
|
'electrum.be':DEFAULT_PORTS,
|
||||||
'ecdsa.net': DEFAULT_PORTS,
|
'electrum.drollette.com':{'t':'50001', 's':'50002'},
|
||||||
'electrum.hachre.de': DEFAULT_PORTS,
|
'erbium1.sytes.net':{'t':'50001', 's':'50002'},
|
||||||
'electrum.novit.ro': DEFAULT_PORTS,
|
'ecdsa.net':{'t':'50001', 's':'110'},
|
||||||
'electrum.coinwallet.me': DEFAULT_PORTS,
|
'eco-electrum.ddns.net':{'t': '50001', 's': '50002', 'h': '80', 'g': '443'},
|
||||||
'cube.l0g.in': DEFAULT_PORTS,
|
'electrum0.electricnewyear.net':{'t':'50001', 's':'50002'},
|
||||||
'bitcoin.epicinet.net': DEFAULT_PORTS,
|
'kirsche.emzy.de':{'t':'50001', 's':'50002', 'h':'8081'},
|
||||||
'h.1209k.com': DEFAULT_PORTS,
|
'electrum2.hachre.de':DEFAULT_PORTS,
|
||||||
'electrum.electricnewyear.net': DEFAULT_PORTS,
|
'electrum.hsmiths.com':DEFAULT_PORTS,
|
||||||
'erbium.sytes.net': DEFAULT_PORTS,
|
'EAST.electrum.jdubya.info':DEFAULT_PORTS,
|
||||||
'e2.pdmc.net':DEFAULT_PORTS,
|
'WEST.electrum.jdubya.info':DEFAULT_PORTS,
|
||||||
'electrum.no-ip.org':{'h': '80', 's': '50002', 't': '50001', 'g': '443'},
|
'electrum.no-ip.org':{'t':'50001', 's':'50002', 'h':'80', 'g':'443'},
|
||||||
'electrum.thwg.org':DEFAULT_PORTS,
|
'electrum.thwg.org':DEFAULT_PORTS,
|
||||||
'electrum.stepkrav.pw':DEFAULT_PORTS,
|
'us.electrum.be':DEFAULT_PORTS,
|
||||||
}
|
}
|
||||||
|
|
||||||
DISCONNECTED_RETRY_INTERVAL = 60
|
DISCONNECTED_RETRY_INTERVAL = 60
|
||||||
|
|
Loading…
Add table
Reference in a new issue