Here is my startup batch file on four cores for your guidance:-
@echo off
start /min /low /affinity 0x7 minerd --url stratum+tcp://mine2.magi.nonce-pool.com:4090 --user Spexx.Spexx2 --pass stratocaster --threads 1 --quiet
start /min /low /affinity 0xb minerd --url stratum+tcp://mine2.magi.nonce-pool.com:4090 --user Spexx.Spexx3 --pass stratocaster --threads 1 --quiet
start /min /low /affinity 0xd minerd --url stratum+tcp://xmg.suprnova.cc:7127 --user Spexx.Spexx --pass stratocaster --threads 1 --quiet
start /min /low /affinity 0xe minerd --url stratum+tcp://xmg.suprnova.cc:7127 --user Spexx.Spexx1 --pass stratocaster --threads 1 --quiet
exit
... well this is the simple version anyways. I am working on another version which incorporates automatic fail-over in the event of a pool going off the air. It's a mess at the moment and not fit for human consumption
btw Spexx, how about affinity when there is 4 cores but 8 threads? How to assign?
Also how you find this 0x7 0xb.. etc.. I am using bin to hex converter to determine that but i am not getting those..
For example what affinity on your 4 cores is 0x7 ?