-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding info on share difficulty? #31
Comments
It's possible, but I'm not sure it would be a good idea, because it's just confusing to most people. |
I've made a small patch that displays the network difficulty on each received block from a stratum server. The output is now:
The code was shamelessly |
Honestly I don't see much interest in displaying the network difficulty every time the server requests a work restart (by the way, I realize the "Stratum detected new block" message is misleading, and I am considering changing it). Not only because the network difficulty stays the same for days, but also because the miner does not use this information in any way. |
You are right, this is only relevant to curious users of multicoin-pools, who want to see if the pool has switched currencies. On such pools, displaying the difficulty on every new block is not too much overhead, though a dedicated message a la cgminer would be more elegant. |
Hi, would it be possible to add an verbose output of the solved share difficulty as cgminer does?
The text was updated successfully, but these errors were encountered: