Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zettelkasten - ZETTEL, coin with new hashalgo - CPU-mineable (for a while)
by
zettelkasten
on 25/04/2018, 19:53:54 UTC
Is there a way to assign cores in the .conf file for Windows (odd/even vs. linear)?

Not in the conf file, but on linux you can use the "util-linux" package to adjust cores/threads/affinities of a process.

Code:
sudo apt-get install util-linux

You can then use the command taskset:

Code:
taskset -cp 0,4 9030

moves process with pid 9030 to cores 0 and 4