Browse Source

We can't connect to a GBT pool at all with fix protocol enabled.

nfactor-troky
Con Kolivas 11 years ago committed by Noel Maersk
parent
commit
f1902fe6ac
  1. 2
      cgminer.c

2
cgminer.c

@ -5368,7 +5368,7 @@ retry_stratum:
} }
/* Probe for GBT support on first pass */ /* Probe for GBT support on first pass */
if (!pool->probed && !opt_fix_protocol) { if (!pool->probed) {
applog(LOG_DEBUG, "Probing for GBT support"); applog(LOG_DEBUG, "Probing for GBT support");
val = json_rpc_call(curl, pool->rpc_url, pool->rpc_userpass, val = json_rpc_call(curl, pool->rpc_url, pool->rpc_userpass,
gbt_req, true, false, &rolltime, pool, false); gbt_req, true, false, &rolltime, pool, false);

Loading…
Cancel
Save