mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
comment out the servers that are not 0.5
This commit is contained in:
parent
ff9e643dc6
commit
cc028c2ca3
1 changed files with 7 additions and 7 deletions
|
@ -26,14 +26,14 @@ from util import print_error
|
||||||
|
|
||||||
DEFAULT_TIMEOUT = 5
|
DEFAULT_TIMEOUT = 5
|
||||||
DEFAULT_SERVERS = [
|
DEFAULT_SERVERS = [
|
||||||
'electrum.novit.ro:50001:t',
|
#'electrum.novit.ro:50001:t',
|
||||||
|
#'electrum.bitcoins.sk:50001:t',
|
||||||
|
#'uncle-enzo.info:50001:t',
|
||||||
|
#'electrum.bysh.me:50001:t',
|
||||||
|
#'electrum.bitcoin.cz:50001:t',
|
||||||
|
#'electrum.bitfoo.org:50001:t',
|
||||||
'electrum.pdmc.net:50001:t',
|
'electrum.pdmc.net:50001:t',
|
||||||
'ecdsa.org:50001:t',
|
'ecdsa.org:50001:t'
|
||||||
'electrum.bitcoins.sk:50001:t',
|
|
||||||
'uncle-enzo.info:50001:t',
|
|
||||||
'electrum.bysh.me:50001:t',
|
|
||||||
'electrum.bitcoin.cz:50001:t',
|
|
||||||
'electrum.bitfoo.org:50001:t'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
proxy_modes = ['socks4', 'socks5', 'http']
|
proxy_modes = ['socks4', 'socks5', 'http']
|
||||||
|
|
Loading…
Add table
Reference in a new issue