1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-09 20:21:01 +00:00

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

This commit is contained in:
Con Kolivas 2013-11-13 21:54:21 +11:00 committed by Noel Maersk
parent cb806d2437
commit f1902fe6ac

View File

@ -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);