jceminer / cn_cpu_miner

Cryptonote CPU Miner
35 stars 23 forks source link

Multi-hash #18

Open github6699 opened 5 years ago

github6699 commented 5 years ago

What configuration would you recommend to use for a 1950x Thread-Ripper mining cryptolight algo.?

Thanks! :)

"cpu_threads_conf" : [ { "cpu_architecture" : "auto", "affine_to_cpu" : 0, "use_cache" : true, "multi_hash":2 }, { "cpu_architecture" : "auto", "affine_to_cpu" : 1, "use_cache" : true, "multi_hash":1 }, { "cpu_architecture" : "auto", "affine_to_cpu" : 2, "use_cache" : true, "multi_hash":1 }, { "cpu_architecture" : "auto", "affine_to_cpu" : 3, "use_cache" : true, "multi_hash":1 }, { "cpu_architecture" : "auto", "affine_to_cpu" : 4, "use_cache" : true, "multi_hash":1 }, { "cpu_architecture" : "auto", "affine_to_cpu" : 5, "use_cache" : true, "multi_hash":1 }, { "cpu_architecture" : "auto", "affine_to_cpu" : 6, "use_cache" : true, "multi_hash":2 }, { "cpu_architecture" : "auto", "affine_to_cpu" : 7, "use_cache" : true, "multi_hash":1 }, { "cpu_architecture" : "auto", "affine_to_cpu" : 8, "use_cache" : true, "multi_hash":1 }, { "cpu_architecture" : "auto", "affine_to_cpu" : 9, "use_cache" : true, "multi_hash":1 }, { "cpu_architecture" : "auto", "affine_to_cpu" :10, "use_cache" : true, "multi_hash":1 }, { "cpu_architecture" : "auto", "affine_to_cpu" :11, "use_cache" : true, "multi_hash":1 }, ]

jceminer commented 5 years ago

Hello,

Easy, you have 32M cache and 32 threads, so

"cpu_threads_conf" : [ { "cpu_architecture" : "auto", "affine_to_cpu" : 0, "use_cache" : true, "multi_hash":1 }, { "cpu_architecture" : "auto", "affine_to_cpu" : 1, "use_cache" : true, "multi_hash":1 }, .... { "cpu_architecture" : "auto", "affine_to_cpu" : 31, "use_cache" : true, "multi_hash":1 }, ]

should be the best for CN-Light, Turtle or Mox. And it should be what the autoconfig gives in such case, even if i've no such a big CPU to test on. It should provide something like 2500+ h/s