mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 12:34:27 +00:00
Allow stratum to startup without notify but check it is valid before creating stratum work.
This commit is contained in:
parent
e1d7ecdd35
commit
7f46f6e91f
@ -6891,7 +6891,7 @@ begin_bench:
|
||||
pool = select_pool(lagging);
|
||||
retry:
|
||||
if (pool->has_stratum) {
|
||||
while (!pool->stratum_active) {
|
||||
while (!pool->stratum_active || !pool->stratum_notify) {
|
||||
struct pool *altpool = select_pool(true);
|
||||
|
||||
sleep(5);
|
||||
|
Loading…
x
Reference in New Issue
Block a user