Hello. I downloaded the normal priority version and changed NemosMiner's script in order to start the normal priority. I tried a few times to change between these 2 and I noticed a small drop of about 2C-3C in temp but 0 drop in MHz. So that'll be fine for now.
However I also managed to printscreen the miner's error the split of a second it appears before it shuts down when changing the priority to anything above 9.
First of all, that's the line I tried to run:
Bin\NVIDIA-Hsrminer\hsrminer_neoscrypt_fork.exe -a neoscrypt -b 4068 -o stratum+tcp://hub.miningpoolhub.com:17012 -u txtasosxt.1080ti -p x -d 0 -i 17.1And this is the error I get:
Cuda error in fun 'neoscrypt_cpu_hash_1080' at line 1500 : an illegal memory access was encountered.Am I going to jail?

lol

PS: I'm in the newest version.
Hi, as I said earlier algo is optimized for certain intensity values, so most likely you won't be able to change intensity values for 1070, 1080(Ti). You can try - and you did - but most likely you will get error. Just use normal priority version if you want to lower gpu load. If it's not enough - specify -c 2 option, it will lower process priority further. Another way is to reduce overlocking, reduce PL%.
If you still want to try different intensity values, you can close Nemos software and run the miner manually from cmd line prompt like this to check intensity, so you won't need to catch closing windows, etc:
hsrminer_neoscrypt_fork.exe --benchmark -i N
where N is your intensity value you are going to try. After you will find your value, you can edit NemosMiner's script and run it.