electrum

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

commit a7cd8b5e9f95940922496d372be415efe4e7528a
parent 57e50ee326db4fddc3834c7e47a05c6da7dd35a0
Author: Eagle[TM] <eagletm@mpex.net>
Date:   Tue, 19 Aug 2014 14:41:27 +0200

Update default server list

Diffstat:
Mlib/network.py | 26+++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/lib/network.py b/lib/network.py @@ -7,20 +7,20 @@ from blockchain import Blockchain DEFAULT_PORTS = {'t':'50001', 's':'50002', 'h':'8081', 'g':'8082'} DEFAULT_SERVERS = { - 'ecdsa.org': DEFAULT_PORTS, - 'ecdsa.net': DEFAULT_PORTS, - 'electrum.hachre.de': DEFAULT_PORTS, - 'electrum.novit.ro': DEFAULT_PORTS, - 'electrum.coinwallet.me': DEFAULT_PORTS, - 'cube.l0g.in': DEFAULT_PORTS, - 'bitcoin.epicinet.net': DEFAULT_PORTS, - 'h.1209k.com': DEFAULT_PORTS, - 'electrum.electricnewyear.net': DEFAULT_PORTS, - 'erbium.sytes.net': DEFAULT_PORTS, - 'e2.pdmc.net':DEFAULT_PORTS, - 'electrum.no-ip.org':{'h': '80', 's': '50002', 't': '50001', 'g': '443'}, + 'electrum.be':DEFAULT_PORTS, + 'electrum.drollette.com':{'t':'50001', 's':'50002'}, + 'erbium1.sytes.net':{'t':'50001', 's':'50002'}, + 'ecdsa.net':{'t':'50001', 's':'110'}, + 'eco-electrum.ddns.net':{'t': '50001', 's': '50002', 'h': '80', 'g': '443'}, + 'electrum0.electricnewyear.net':{'t':'50001', 's':'50002'}, + 'kirsche.emzy.de':{'t':'50001', 's':'50002', 'h':'8081'}, + 'electrum2.hachre.de':DEFAULT_PORTS, + 'electrum.hsmiths.com':DEFAULT_PORTS, + 'EAST.electrum.jdubya.info':DEFAULT_PORTS, + 'WEST.electrum.jdubya.info':DEFAULT_PORTS, + 'electrum.no-ip.org':{'t':'50001', 's':'50002', 'h':'80', 'g':'443'}, 'electrum.thwg.org':DEFAULT_PORTS, - 'electrum.stepkrav.pw':DEFAULT_PORTS, + 'us.electrum.be':DEFAULT_PORTS, } DISCONNECTED_RETRY_INTERVAL = 60