I have the following jhPrimeminer commandline:
jhPrimeminer-T16v2.exe -u username.XPM_1 -p x -m 31 -m2 37 -m3 43 -m4 47
How can I throttle the mining process to make my CPU still usable, let's say i want to dedicate 50% or 75% of its power to XPM mining.
I have an Ivybridge i5. I know I can throttle the mining with "-t 3" or "-t 2" down to less threads, but is there a way to throttle the mining process equally on each thread?
When I want to control the CPU number and the priority of a process I use the following command:
cmd.exe /C start /affinity 0x1 /BELOWNORMAL jhPrimeminer
In this example the process will run on 1 cpu with lower priority than normal. you can get more info by executing "start /?" in command prompt