Post
Topic
Board Micro Earnings
Re: [ANN] | Support Thread | Coins4Hash | Tomos Mining Refugees: This is For You!
by
Klinkers
on 12/04/2018, 17:00:41 UTC
lol know that i use xmr on my second pc with Gpu

r7 260x 2gb and i3 old staff all work fine 260-270 h/s

but told have problem with xmr on my amd proc 130-170 h/s now when i kill all background process Smiley

and with claymopre 190-210

what to change in this AMD FX 4300 3.8 GHz 6mb

* [
 *      { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 },
 *      { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 3 },
 * ],
 * If you do not wish to mine with your CPU(s) then use:
 * "cpu_threads_conf" :
 * null,
 */

"cpu_threads_conf" :
[
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 },
    { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 3 },


ok. try this..


Code:
[
     { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 },
     { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 1 },
     { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 2 },
     { "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 3 },
],

if you had 2 threads per core then its would be 0,2,4,6. give that a crack and see how it goes then. good luck.