tcomment out the servers that are not 0.5 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit cc028c2ca3eec1091e53cf0699fb0b019489bc5c DIR parent ff9e643dc6bbd71590fe58a9f0a824bc2ea42205 HTML Author: ThomasV <thomasv@gitorious> Date: Mon, 5 Nov 2012 17:45:31 +0100 comment out the servers that are not 0.5 Diffstat: M lib/interface.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) --- DIR diff --git a/lib/interface.py b/lib/interface.py t@@ -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']