1
0

remove ecdsa.org from default servers; too much downtime

This commit is contained in:
thomasv
2012-10-01 18:25:32 +02:00
parent f3ff9b5cf6
commit 8d9e5a4f2e
5 changed files with 5 additions and 6 deletions

View File

@@ -24,8 +24,7 @@ from version import ELECTRUM_VERSION
from util import print_error
DEFAULT_TIMEOUT = 5
DEFAULT_SERVERS = [ 'ecdsa.org:50001:t',
'electrum.novit.ro:50001:t',
DEFAULT_SERVERS = [ 'electrum.novit.ro:50001:t',
'electrum.bytesized-hosting.com:50001:t'] # list of default servers
proxy_modes = ['socks4', 'socks5', 'http']