New port numbers
[electrum-nvc.git] / lib / network.py
index f07846a..114edc6 100644 (file)
@@ -4,23 +4,12 @@ from bitcoin import *
 import interface
 from blockchain import Blockchain
 
-DEFAULT_PORTS = {'t':'50001', 's':'50002', 'h':'8081', 'g':'8082'}
+DEFAULT_PORTS = {'t':'40001', 's':'40002', 'h':'7081', 'g':'7082'}
 
 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.thwg.org':DEFAULT_PORTS,
-    'electrum.stepkrav.pw':DEFAULT_PORTS,
+#    '127.0.0.1': DEFAULT_PORTS,
+    '193.23.181.148': DEFAULT_PORTS,
+    '91.235.143.61': DEFAULT_PORTS,
 }