Browse Source

renamed server. fixes issue #508

283
ThomasV 11 years ago
parent
commit
36a6deaee7
  1. 2
      lib/network.py

2
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'},

Loading…
Cancel
Save