Post
Topic
Board Mining (Altcoins)
Re: Claymore CPU miner; Setting Affinity
by
4ward
on 02/05/2018, 05:51:36 UTC
you can set affinity for any process on windows using START command:

Code:
start /affinity 1 app.exe     (only use CPU 0)
start /affinity 2 app.exe     (only use CPU 1)
start /affinity 1F app.exe    (only use CPUs 0, 1, 2, 3, and 4)