comment out the servers that are not 0.5

This commit is contained in:
ThomasV 2012-11-05 17:45:31 +01:00
parent ff9e643dc6
commit cc028c2ca3
1 changed files with 7 additions and 7 deletions

View File

@ -26,14 +26,14 @@ from util import print_error
DEFAULT_TIMEOUT = 5
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',
'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'
'ecdsa.org:50001:t'
]
proxy_modes = ['socks4', 'socks5', 'http']