Closed insom1337 closed 3 years ago
You cannot mix OPTIMIZATION and manual tune. You need to choose which one to use. This will help you on your way if you want customization: https://www.nicehash.com/blog/post/modify-existing-optimization-profiles
But this could be done with every single previous version of quick miner including the pre release builds?
To clarify - all I have done with every previous build is choose the top optimisation profile from the website - then go into OCTune and on top right change the fan to the default fixed - then apply to all. Which for me puts it on 40% fan which is just on the silent level for my FE 3070.
Mixing both - optimizations and custom OC settings were causing upredictable results. It is not possible to know which one will be executed at any time. If you want custom settings, you should use OCTune and set them as you wish, apply and have full custom automatization without any upredictable behavior.
I also want to change my fixed fan speed. I followed the guide @nicehashdev provided, but when I choose manual and play around with the settings in OCTune my GPU severely underperforms. I screenshotted my OCTune on efficient settings and made them the same on Manual but altered the fan speed. How can my gpu underperform if the settings are the same? Do I need to use some other software to change my fan speed? Edit: Would i fix my issue if i downloaded an older version of NHQM?
Provide information:
And I will tell you what you are missing.
GTX 1080 https://imgur.com/a/GUUSJah I think this will explain everything.
I see that:
When you do that, power consumption will go down and speed will go up. Your problem will be solved.
Thank you very much, will do that :)
When I try to apply undervolt it says: Device #0: Cannot perform for GPU arch: Pascal
Where are you doing undervolt? You need to do it under classical OC (left side, not right side).
Set it to 850 mV and core clock should be 1800 - that is stable for most of the cards. Then you can go up from that, bump voltage to 1000 mV and set core clock to 2010. Then try to decrease voltage from 1000 until GPU becomes unstable.
Ah, I finally did it. Ty, am at a stable 32 h/s
@nicehashdev I think you're missing the point. What used to work earlier is that you could set Optimization to any level and THEN adjust your fan speed curve to fit your rig to set the fan level and noise to something tolerable. If you overheat, that's your problem. Many of us have custom setups and want to set the fan level to where we are comfortable.
With 0.4.x I had a whisper quiet system with 69C and fans running where I wanted them. Now I can't change it unless I meddle with the optimization settings which I don't want to (and don't have the knowledge).
Just let us change the fan settings or at least make it an option behind a "I know what I'm doing" button.
This is annoting... I want to keep the optimization, just change the fan speed but i can't change it with the latest version.
I understand that they want us either to use their own preset optimization or our own, but i don't consider fan speed as part of the optimization, and it should be fixable.
Any one can give me a like for the previews version? i can't mine when the fan is on 100%
This is annoting... I want to keep the optimization, just change the fan speed but i can't change it with the latest version.
I understand that they want us either to use their own preset optimization or our own, but i don't consider fan speed as part of the optimization, and it should be fixable.
Any one can give me a like for the previews version? i can't mine when the fan is on 100%
100% agree. My rig can handle temps up to 69-70C easily stable but the new version simply won't accept this and forces the temps to be lower. This is just stupid.
I'm in the exact same boat with the OP - multiple 3070 FE's and a 3090 FE, I had them all set on High optimization, and then just set a fan profile of fixed at 40% (65% for the 3090 beast!), leaving them all under 70C and near silent at full hashrate!
Can you please separate fan curve from OC settings, as they were before? Luckily I did this on my main gaming rig first, with just a single 3070, so my main mining rig will not update until this is sorted.
Guys! I the fix! Open octune.js - in the octune folder of nicehashquickminer program folder. Default location: C:\Program Files\NiceHash\NiceHashQuickMiner\octune\octune.js
Open it in notepad, Ctrl+F to find, search for "apply_fan" then see a couple of lines down the line that reads:
if (is_optimize_locked(dev_id)) return;
Just comment out this line with // at the beginning of the line. This then won't check if an optimisation is selected when setting a fan profile, and works just like the pre 0.5 builds!
@nicehashdev I think you're missing the point. What used to work earlier is that you could set Optimization to any level and THEN adjust your fan speed curve to fit your rig to set the fan level and noise to something tolerable. If you overheat, that's your problem. Many of us have custom setups and want to set the fan level to where we are comfortable.
With 0.4.x I had a whisper quiet system with 69C and fans running where I wanted them. Now I can't change it unless I meddle with the optimization settings which I don't want to (and don't have the knowledge).
Just let us change the fan settings or at least make it an option behind a "I know what I'm doing" button.
That only worked until first excavator crash/close. It wasn't a reliable solution. Not even saving commands is not reliable. Simply mixing OCTune with OPTIMIZE is bad idea because end results are not predictable (in most cases, OPTIMIZE is last to apply). The real solution will be available in the future when Rig Manager is merged with OCTune, but for that to happen, some protocol changes are needed first in the backend.
If you set custom OC values following GUIDe I posted, you will not have to adjust anything when you start NHQM. Think about it if PC crashes when you are not around? Or there is power failure and power comes back when you are not there to set fan speeds. What then? Follow the GUIDe and you will have a reliable complete solution that works autonomously 100% of time, always and in any case. What you are trying to unlock now are just half-ass half-working solutions that have multiple points of failure. I believe that GUIDe method 1 is very simple, because you only need to click mostly, you don't even have to enter any numbers in, because it is all done for you already.
Unfortunately, this is max currently available, because as I said, merged solution is coming soon which will put all these issues in the past. The new Rig Manager will allow you to view, edit, copy, duplicate, delete, export, import, share profiles and all will be done over web, which means you'd have full complete control over your rig whenever, wherever using web browser or your smart phone.
I mean I can't speak for anyone else, but across all my 30 series cards, hitting High optimisation, and then manually fixing fan speed has been rock solid for over a month now, hitting efficiencies as high as 570KH/J!
Here, with this version, if you use local optimize database (version 6!), you can define "fs" which is integer fan speed in % (from 0 to 100). NHQM_v0.5.1.4_added_fs.zip
Example (set fan speed to fixed 95% for Extreme profile):
...
"devices": [
{ "name": "GeForce RTX 3090", "op": [
{ "id": 4, "pt": 0, "dmc": 1500, "mcc": 1200, "fm": 1, "fs" : 95 },
{ "id": 3, "pt": 0, "dmc": 1200, "mcc": 1140, "fm": 3, "ftg" : 56, "ftr": 90 },
...
You might wanna check this out also: https://github.com/nicehash/NiceHashQuickMiner/issues/420
@nicehashdev I think you're missing the point. What used to work earlier is that you could set Optimization to any level and THEN adjust your fan speed curve to fit your rig to set the fan level and noise to something tolerable. If you overheat, that's your problem. Many of us have custom setups and want to set the fan level to where we are comfortable.
With 0.4.x I had a whisper quiet system with 69C and fans running where I wanted them. Now I can't change it unless I meddle with the optimization settings which I don't want to (and don't have the knowledge).
Just let us change the fan settings or at least make it an option behind a "I know what I'm doing" button.
The reference fan on my hybrid 1080ti is just screaming now at 100% and temps are no better than when it was super quiet...how do we go back to the old version?
@nicehashdev I think you're missing the point. What used to work earlier is that you could set Optimization to any level and THEN adjust your fan speed curve to fit your rig to set the fan level and noise to something tolerable. If you overheat, that's your problem. Many of us have custom setups and want to set the fan level to where we are comfortable. With 0.4.x I had a whisper quiet system with 69C and fans running where I wanted them. Now I can't change it unless I meddle with the optimization settings which I don't want to (and don't have the knowledge). Just let us change the fan settings or at least make it an option behind a "I know what I'm doing" button.
The reference fan on my hybrid 1080ti is just screaming now at 100% and temps are no better than when it was super quiet...how do we go back to the old version?
Probably by just uninstalling the current and reinstalling the old from scratch, but you need to probably reconnect your rig to nicehash web page and lose all statistics.
I'm having the same issue, my fans we screaming at 100% and the temps were only few degrees lower than with fans at 50% and they were completely quiet.
The devs are saying that you can achieve the same result (optimizations + quiet fans) by poking around the json files and applying the settings manually.
I have a problem with the GTX 1080 Ti, I select "High optimization", then copy all the parameters from the OC Tune and enable "Manual optimization" and enter exactly the same data including the Voltage, but even if you increase or decrease the fan speed, the hashrate will still be less by 10 or 15.
I have a problem with the GTX 1080 Ti, I select "High optimization", then copy all the parameters from the OC Tune and enable "Manual optimization" and enter exactly the same data including the Voltage, but even if you increase or decrease the fan speed, the hashrate will still be less by 10 or 15.
Are you sure you set memory timings too?
I have a problem with the GTX 1080 Ti, I select "High optimization", then copy all the parameters from the OC Tune and enable "Manual optimization" and enter exactly the same data including the Voltage, but even if you increase or decrease the fan speed, the hashrate will still be less by 10 or 15.
Are you sure you set memory timings too?
Yes, of course, I can show you.
Where the hashrate is higher, there is High optimization, where the hashrate is lower, there is Manual optimization.
I have a problem with the GTX 1080 Ti, I select "High optimization", then copy all the parameters from the OC Tune and enable "Manual optimization" and enter exactly the same data including the Voltage, but even if you increase or decrease the fan speed, the hashrate will still be less by 10 or 15.
Are you sure you set memory timings too?
I'm afraid you made some mistake during the update, please check.
I have a problem with the GTX 1080 Ti, I select "High optimization", then copy all the parameters from the OC Tune and enable "Manual optimization" and enter exactly the same data including the Voltage, but even if you increase or decrease the fan speed, the hashrate will still be less by 10 or 15.
Are you sure you set memory timings too?
I'm afraid you made some mistake during the update, please check.
This whole thing needs to be a lot less convoluted for common use cases.
I have a problem with the GTX 1080 Ti, I select "High optimization", then copy all the parameters from the OC Tune and enable "Manual optimization" and enter exactly the same data including the Voltage, but even if you increase or decrease the fan speed, the hashrate will still be less by 10 or 15.
Are you sure you set memory timings too?
I'm afraid you made some mistake during the update, please check.
This whole thing needs to be a lot less convoluted for common use cases.
I completely agree with you, before that everything was much easier.
This should totally be a UI option. I’m so done with fixing fan speed on each release/update/reboot. They would totally perform better with a minimum fan speed set to e.g. 75. But I’m fine with the optimize being managed by NiceHash, it should just include a way to set minimum fan speed per device (some ASUS req. 85 to be perfect VRAM).
They now running with that two back fans going on-off-on-off using the latest NiceHash and I cannot imagine this being a good thing.
This should totally be a UI option. I’m so done with fixing fan speed on each release/update/reboot. They would totally perform better with a minimum fan speed set to e.g. 75. But I’m fine with the optimize being managed by NiceHash, it should just include a way to set minimum fan speed per device (some ASUS req. 85 to be perfect VRAM).
They now running with that two back fans going on-off-on-off using the latest NiceHash and I cannot imagine this being a good thing.
I think we'll just have to wait and the NiceHash guys will fix it.
I think we'll just have to wait and the NiceHash guys will fix it.
Went with your manual approach now (had some stability issues with some 4x3080s rigs too). They're working as expected now (just 1M/hs less, couldn't find out why). Thanks for the tip :)
I think we'll just have to wait and the NiceHash guys will fix it.
Went with your manual approach now (had some stability issues with some 4x3080s rigs too). They're working as expected now (just 1M/hs less, couldn't find out why). Thanks for the tip :)
You're welcome. ;)
Нельзя смешивать ОПТИМИЗАЦИЮ и ручную настройку. Вам нужно выбрать, какой из них использовать. Это поможет вам на вашем пути, если вы хотите настроить: https://www.nicehash.com/blog/post/modify-existing-optimization-profiles
You can't mix OPTIMIZATION and manual configuration. if I put any optimization... then I have a creeping temperature, the fans then spin then stand how do I fix the rotation of the fans for myself.version 0.5.1.3
Hey @insom1337 and everyone else here, Nicehash has added feature #420 that should cover your needs (customizing an optimization profile). Have you given it a go?
This issue is resolved. OCTune with this modification will be available with next version.
When I try to override the default fan settings in 'OCTune' it says I must first set the the optimisation profile in rig manager to manual.
In the past I have always used the medium / high profile and then also edited to a fixed percentage the fan speed within OCTune - is this intended?
Thanks