electrum

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

commit 36a6deaee70ff180ce4f2b238ce5080a614c95aa
parent ba19e5a12dc559ed9eb02e986f373c1a102ac12e
Author: ThomasV <thomasv@gitorious>
Date:   Wed, 25 Dec 2013 16:26:15 +0100

renamed server. fixes issue #508

Diffstat:
Mlib/network.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/network.py b/lib/network.py @@ -14,7 +14,7 @@ DEFAULT_SERVERS = { #'ecdsa.org': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'}, 'electrum.no-ip.org': {'h': '80', 's': '50002', 't': '50001', 'g': '443'}, 'electrum.drollette.com': {'h': '5000', 's': '50002', 't': '50001', 'g': '8082'}, - 'btc.it-zone.org': {'h': '80', 's': '110', 't': '50001', 'g': '443'}, + 'electrum.random.re': {'h': '80', 's': '110', 't': '50001', 'g': '443'}, 'btc.medoix.com': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'}, 'electrum.stupidfoot.com': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'}, #'electrum.pdmc.net': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},