From f1902fe6ac0172443126a9e1bf2cf6423953c85f Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Wed, 13 Nov 2013 21:54:21 +1100 Subject: [PATCH] We can't connect to a GBT pool at all with fix protocol enabled. --- cgminer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgminer.c b/cgminer.c index 86a549cc..5f211b49 100644 --- a/cgminer.c +++ b/cgminer.c @@ -5368,7 +5368,7 @@ retry_stratum: } /* Probe for GBT support on first pass */ - if (!pool->probed && !opt_fix_protocol) { + if (!pool->probed) { applog(LOG_DEBUG, "Probing for GBT support"); val = json_rpc_call(curl, pool->rpc_url, pool->rpc_userpass, gbt_req, true, false, &rolltime, pool, false);