mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
Allow the stratum retry to initiate and auth stratum in pool_alive to make sure the stratum thread is started.
This commit is contained in:
parent
4a7ce9dd2a
commit
601d1aca97
@ -4229,8 +4229,6 @@ retry_stratum:
|
|||||||
/* pool->stratum_url will be set again in extract_sockaddr */
|
/* pool->stratum_url will be set again in extract_sockaddr */
|
||||||
pool->stratum_url = NULL;
|
pool->stratum_url = NULL;
|
||||||
extract_sockaddr(pool, pool->rpc_url);
|
extract_sockaddr(pool, pool->rpc_url);
|
||||||
initiate_stratum(pool);
|
|
||||||
auth_stratum(pool);
|
|
||||||
curl_easy_cleanup(curl);
|
curl_easy_cleanup(curl);
|
||||||
|
|
||||||
goto retry_stratum;
|
goto retry_stratum;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user