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:
parent
cb806d2437
commit
f1902fe6ac
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user