-
Notifications
You must be signed in to change notification settings - Fork 46
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
Mining speed drop since 2.4.0 #243
Comments
Same here. GuldenD 2.4.0 Best_reported usually around 13.6 with GuldenD v. 2.3.12 Best_reported now around 11.4 with 2.4.0 Martin Beek. |
But, don't bother Barry. People are being ignored here since April 2020. The developer(s) of Gulden feel hurt every time they are criticized or feel attacked by users posting issues, so just let hope one of their besties runs into the same problems and we'll hopefully get an update. That's the way it seems to work. |
I don't want to comment on that. I'd like to keep the focus on the technical issue.
Mind, i have two identical servers with a comparable load. Server 1 runs 2.4.0, and server 2 still runs 2.3.12 and the difference is significant, and way over 1 mh/s. Just my two cents. |
Hi barry, You likely need to adjust the amount of arena setup threads you use, its a new feature in this release and the optimal settign is different for every machine type. If your hashrate has dropped its likely that yours is too high, I'd recommend trying it at "num cores/2" and then monitoring how that goes |
Please keep your childish emotional outbursts off this github, final warning. |
As far as I'm concerned based on other user reports adjusting the number of arena setup threads to an optimal point restores performance to pre-update levels (for machines where it doesn't improve performance, on a lot of machines it does) I'm pre-emptively closing this issue as resolved. Should you still be seeing significant differences after playing with these settings then please reopen with additional information. |
Hello Malcolm. I've experimented for two days, with both v. 2.4.0 and 2.4.1 on different machines, and I was allowed to use a server from my employer (debian 10, dual xenon 40 core, 96gb). I've tried all thinkable combinations of the setgenerate parameters with no difference in the results. What I have noticed is, that 37,38, and 39 cores (e.g. setgenerate 38 24) make no difference in mining speed! But that could be machine specific. I had my boss look trough the code and he had one remark: the use of MilliSleep(100); on line 1301 of miner.cpp Thanks for your time and help Barry Johnson. |
That particular loop isn't actually doing the mining but is only periodically polling the mining to get stats on how fast it is, and to see whether it has found a block etc. (The actual mining is taking place in a thread thats fired off in the loop above that). So unfortunately this would not impact mining speed in any way... Could you try running the |
You can see the complete changeset in terms of mining here 79e3e6b#diff-bb5b3a14dcd1a6cfc03368e1ee23dda2e6bc94b8de6f8e7be7f8f5d616f9c40e As you can see its really quite minimal, basically just adding an extra setting that can be tweaked, so its somewhat baffling that it would have the effects described, I don't of course doubt that it can be true, performance optimisation can be tricky at times... That said, its quite possible that there is something more complex at play, e.g. other parts of the code are slowing down mining by taking up more resources etc.; so its a bit of a multidimensional problem to consider. Any additional information you can provide (e.g. the bench_sigma) results, would therefore be very valuable in this regard. |
2.4.3 release is now also out, which disables some (not specifically mining related) code that may have an impact on performance, please update to that and advise of results there (the results of bench_sigma would additionally still be useful) |
I’ll get back to you as soon as I can. I was in a car accident last Thursday . All is okay but I’m hospitalized for another week.😡 |
Sorry to hear, please take all the time you need, theres certainly no rush on this. |
Closing as fixed for now, if anyone still feels they have mining speed reductions please reopen with additional information (as discussed in comments above) |
Version 2.4.0 Linux 64 bit, GuldenD commandline version on Linux server.
Hashing speed dropped from around 6 mh/s to around 5 mh/s. Watched it for a few days but it never got back into the 6 range.
i have two identical servers. The other still runs 2.3.12 and regularly touches 6.4 mh/s as usual.
barry.
The text was updated successfully, but these errors were encountered: