Open sammy007 opened 8 years ago
Seeing same issue throughout three rigs. Miners crash randomly ( https://github.com/nginnever/zogminer/issues/51 ) within 5min -> few hours, and I got a cronjob to bring them back but this makes the crashes a lot worse.
@sammy007 I'm seeing the same issue of Miner being stuck for a while during the start. @n1koo Miners were chasing randomly when It was pointed to nicehash. However the random crash has not occurred in last 18 hrs after I pointed to flypool.
@sanjay-shah
I'm seeing the same issue of Miner being stuck
Yes because miner skipped job message from pool :(
@sanjay-shah that would explain it, I was mainly using nicehash
. Trying another pool now to see if crashes would get better, but the issue of this issue, pun intended, is actually even worse than the crashes
This issue is not about crashes, issue is about stratum protocol compliance. Miner just ignores job from server after mining.authorize
request. Spec violation leads to protocol fragmentations, but this is just a bug I guess, zog uses code from so called reference implementation and standalone-miner
works well after connection. Both miners has an issue with pool restart when both submit invalid shares, but this is another issue https://github.com/str4d/zcash/issues/14
Compliance is necessary, especially if zog developers are going to spread it to a wide audience via sells of zogOS.
Now idea how that happened since code is almost equal with
standalone-miner
branch from @str4dAnd stuck for a while.
What happens on interface after zogminer launch:
Everything is smooth here, but miner is still waiting for a job for some reason and don't mine. When new block mined in a network, server will send new job:
And finally zogminer will start mining.
It MUST not ignore job after
set_target
but it ignores it.