Post
Topic
Board Mining (Altcoins)
Re: Genesis Mining Presents: sgminer-gm - with Ethereum support!
by
Za1n
on 25/09/2016, 19:58:01 UTC
Can anyone tell me if this miner does stale share submits?  It didn't look like it does, and maybe someone can save me the trouble of digging through the source code.


It does submit the stale shares. I saw in the command window, it says stale share detected, submitting.

Yes, it looks to have stales submitted by default. I believe you can disable this behavior with the
Code:
--no-submit-stale
in command line or with
Code:
"no-submit-stale" : true
in the config file.