mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 16:31:29 +00:00
Update default server list
This commit is contained in:
parent
f1ce61f99f
commit
dca000568f
1 changed files with 4 additions and 6 deletions
|
@ -7,19 +7,17 @@ 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 = {
|
||||||
#'the9ull.homelinux.org': {'h': '8082', 't': '50001'},
|
|
||||||
'electrum.coinwallet.me': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
|
'electrum.coinwallet.me': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
|
||||||
'electrum.hachre.de': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
|
'electrum.hachre.de': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
|
||||||
#'electrum.koh.ms': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
|
|
||||||
'electrum.novit.ro': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
|
'electrum.novit.ro': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
|
||||||
'electrum.stepkrav.pw': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
|
'electrum.stepkrav.pw': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
|
||||||
#'ecdsa.org': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
|
#'ecdsa.org': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
|
||||||
#'electrum.mooo.com': {'h': '8081', 't': '50001'},
|
|
||||||
#'electrum.bitcoins.sk': {'h': '8081', 's': '50002', 't': '50001', 'g': '8'},
|
|
||||||
'electrum.no-ip.org': {'h': '80', 's': '50002', 't': '50001', 'g': '443'},
|
'electrum.no-ip.org': {'h': '80', 's': '50002', 't': '50001', 'g': '443'},
|
||||||
'electrum.drollette.com': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
|
'electrum.drollette.com': {'h': '5000', 's': '50002', 't': '50001', 'g': '8082'},
|
||||||
'btc.it-zone.org': {'h': '80', 's': '110', 't': '50001', 'g': '443'},
|
'btc.it-zone.org': {'h': '80', 's': '110', 't': '50001', 'g': '443'},
|
||||||
#'electrum.yacoin.com': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
|
'btc.medoix.com': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
|
||||||
|
'spv.nybex.com': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
|
||||||
|
'electrum.pdmc.net': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
|
||||||
'electrum.be': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'}
|
'electrum.be': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue