update list of default servers
authorThomasV <thomasv@gitorious>
Sat, 23 Jun 2012 09:59:42 +0000 (13:59 +0400)
committerThomasV <thomasv@gitorious>
Sat, 23 Jun 2012 09:59:42 +0000 (13:59 +0400)
lib/interface.py

index 3a7bd3d..8196f75 100644 (file)
@@ -23,7 +23,10 @@ import threading, traceback, sys, time, json, Queue
 from version import ELECTRUM_VERSION
 
 DEFAULT_TIMEOUT = 5
-DEFAULT_SERVERS = [ 'ecdsa.org:50001:t', 'electrum.novit.ro:50001:t', 'electrum.bitcoins.sk:50001:t']  # list of default servers
+DEFAULT_SERVERS = [ 'ecdsa.org:50001:t', 
+                    'electrum.novit.ro:50001:t', 
+                    'uncle-enzo.info:50001:t', 
+                    'electrum.bytesized-hosting.com:50000:t']  # list of default servers
 
 
 def replace_keys(obj, old_key, new_key):