Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
36081713
Topic
3465568
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)