hashcat Forum

Full Version: Change gpu retain temp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried: --gpu-temp-retain=70

also: -u --gpu-temp-retain=70

what am I doing wrong
Why change to lower when standard is 80degree and is ok almost for all cards.

--gpu-temp-retain=NUM Try to retain GPU temperature at NUM degrees celsius (AMD only)

Mean working only on AMD GPU Chip on nvidia not working.
-u requires an argument therefore it will try to convert the string --gpu-temp-retain=70 into a number, which will fail so it will be 0 which is then not allowed by oclHashcat leading to an error message like invalid gpu-loops specified or so