restore previous host+port
authorThomasV <thomasv@gitorious>
Sun, 25 Mar 2012 22:17:21 +0000 (02:17 +0400)
committerThomasV <thomasv@gitorious>
Sun, 25 Mar 2012 22:17:21 +0000 (02:17 +0400)
stratum.py

index cd3a431..9d063f2 100644 (file)
@@ -230,7 +230,7 @@ class Stratum:
         processor.shared = shared
         processor.start()
         # Create various transports we need
-        transports = TcpServer(shared, processor, "ecdsa.org", 50002),
+        transports = TcpServer(shared, processor, "176.31.24.241", 50001),
         for server in transports:
             server.start()
         while not shared.stopped():