From 9cb8bc6c9b561bedc78d332fe0cbed2187ce8ee5 Mon Sep 17 00:00:00 2001 From: ahmedbodi Date: Tue, 17 Dec 2013 08:57:05 +0000 Subject: [PATCH] Updated Default Ports --- conf/config_sample.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config_sample.py b/conf/config_sample.py index 23b34f8..7ff0905 100644 --- a/conf/config_sample.py +++ b/conf/config_sample.py @@ -72,7 +72,7 @@ ENABLE_EXAMPLE_SERVICE = False HOSTNAME = 'localhost' # Port used for Socket transport. Use 'None' for disabling the transport. -LISTEN_SOCKET_TRANSPORT = 3313 +LISTEN_SOCKET_TRANSPORT = 3333 # Port used for HTTP Poll transport. Use 'None' for disabling the transport LISTEN_HTTP_TRANSPORT = None # Port used for HTTPS Poll transport @@ -176,7 +176,7 @@ SOLUTION_BLOCK_HASH = True # If enabled, enter the block hash. If false enter th # It will also auto-redirect new clients to the stratum interface # so you can point ALL clients to: http://: GW_ENABLE = True # Enable the Proxy -GW_PORT = 3333 # Getwork Proxy Port +GW_PORT = 8332 # Getwork Proxy Port GW_DISABLE_MIDSTATE = False # Disable midstate's (Faster but breaks some clients) GW_SEND_REAL_TARGET = True # Propigate >1 difficulty to Clients (breaks some clients)