-
Notifications
You must be signed in to change notification settings - Fork 109
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
The number of threads does not change through the command line #157
Comments
Which platform? |
Ah, sorry foregot to say: |
just checked version 1.7.0 - same problem |
Ok. So there is no config file at all? Because it could overrule when there is one.. |
The configuration file is there, but I use it as a template. In the command line, I change basically the number of threads and affinity to CPU. |
Ok check if threads is set there.. if so, remove it |
OK I understood. If I delete the "threads" parameter in the configuration file, then I can switch the number of threads. |
I agree it is. But i can't find code where it was working that way in the past.. I'll think about how i can change the behavior. |
Any way, thanks for a tip. I will use this method as woraround. |
Do you build on your own? If so, please check latest 1.7.0 branch |
Fixed in master. Will be in release 1.7.0 |
# 1.7.0 - First official Release of XMRigCC-amd #33 #3 - Full integration of xmrigCC-amd into XMRigCCServer/Dashboard with GPUInfo / remote logging - Config property to enable/disable config upload on startup (--cc-upload-config-on-startup) #80 - Refactoring of remote logging feature: #143 - Only deltas will be send to the XMRigCCServer - Fetching miner log on dashboard upon need - Maximum lines of log history kept per miner can be configured on XMRigCCServer - Fix correct hugepages status on Dashboard - Fix cpu affinity for single thread usage - Add all needed security infos to XMRigCCServer logging to harden the server (f.e. fail2ban) - Fix commandline params overwrite config.json #157 - Fix building miner with API support #145
The new version of the program stopped working with the command line parameter -t, --threads=N
in version 1.5.2 - it works
in the newer versions no longer works
The text was updated successfully, but these errors were encountered: