electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit cc028c2ca3eec1091e53cf0699fb0b019489bc5c
parent ff9e643dc6bbd71590fe58a9f0a824bc2ea42205
Author: ThomasV <thomasv@gitorious>
Date:   Mon,  5 Nov 2012 17:45:31 +0100

comment out the servers that are not 0.5

Diffstat:
Mlib/interface.py | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/lib/interface.py b/lib/interface.py @@ -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']