xmr-stak-cpu
xmr-stak-cpu copied to clipboard
xmr-stak-cpu config
i need someone to check my cpu configuration and tell me is it ok intel core i7 - 6700HQ
"cpu_thread_num" : 3,
"cpu_threads_conf" : [
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 0 },
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 1 },
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 2 },
],
delete this:
"cpu_thread_num" : 3,
leave this:
"cpu_threads_conf" : [
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 0 },
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 1 },
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 2 },
],
please use the latest version https://github.com/fireice-uk/xmr-stak/releases the config will be created automaticly
thank you very much
change the affine to cpu values as 0, 2, 4(or any three out of 0, 2, 4, 6 as the odd numbered cpus aren't real cores, they are due to hyperthreading) "cpu_threads_conf" : [ { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 0 }, { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 2 }, { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 4 }, ],