Hi,
the mining script I am using (
https://github.com/rainbowminer/Rainbowminer) just included this miner. Now I am trying to figure out, how to get the best cpu mining performance through editing the config files. I am using it on two mining rigs. The one has a Core i7 8700K with 6 cores/12 threads and 12MB Cache, the second is a little weaker, as it uses a Pentium G4560 (2 cores/4 threads 3MB Cache).
Do you have some good to go presets for that?
Rainbowminer created the following examples for me automatically:
Pentium G4560
"cpu_threads_conf": [
{
"cpu_architecture": "auto",
"affine_to_cpu": 0,
"use_cache": true,
"multi_hash": 6
},
{
"cpu_architecture": "auto",
"affine_to_cpu": 2,
"use_cache": true,
"multi_hash": 6
}
]
Corei7
"cpu_threads_conf": [
{
"cpu_architecture": "auto",
"affine_to_cpu": 0,
"use_cache": true,
"multi_hash": 6
},
{
"cpu_architecture": "auto",
"affine_to_cpu": 2,
"use_cache": true,
"multi_hash": 6
},
{
"cpu_architecture": "auto",
"affine_to_cpu": 4,
"use_cache": true,
"multi_hash": 6
},
{
"cpu_architecture": "auto",
"affine_to_cpu": 6,
"use_cache": true,
"multi_hash": 6
},
{
"cpu_architecture": "auto",
"affine_to_cpu": 8,
"use_cache": true,
"multi_hash": 6
},
{
"cpu_architecture": "auto",
"affine_to_cpu": 10,
"use_cache": true,
"multi_hash": 6
}
]
Thank you very much for your suggestions, in advance!
borox