Hello Everyone,
I am kind of new with Hiveos and I get trouble to configure monero Mining.
My Rig is biosmodded, GPU 1 is RX 570 8G, GPU 2 RX580 4G, GPU 3 RX 570 8G and GPU 4 RX 570 8G.
In the config override I set “currency”: “cryptonight_v8”
I only get 2600kh with this argument.
I then search this forum and found that I must enter parameters to select 2 thread and change the intensity, the problem is that I don’t know where to put thèses parameters. I have tried to set it in AMD config override but it doesn"t work.
The code I put is as follow
“gpu_threads_conf” : [
// gpu: Ellesmere memory:3706
// compute units: 32
{ “index” : 0,
“intensity” : 1000, “worksize” : 8,
“affine_to_cpu” : false, “strided_index” : 2, “mem_chunk” : 2,
“unroll” : 8, “comp_mode” : true
},
{ “index” : 0,
“intensity” : 1000, “worksize” : 8,
“affine_to_cpu” : false, “strided_index” : 2, “mem_chunk” : 2,
“unroll” : 8, “comp_mode” : true
},
// gpu: Ellesmere memory:3920
// compute units: 36
{ “index” : 1,
“intensity” : 1152, “worksize” : 8,
“affine_to_cpu” : false, “strided_index” : 2, “mem_chunk” : 2,
“unroll” : 8, “comp_mode” : true
},
{ “index” : 1,
“intensity” : 1152, “worksize” : 8,
“affine_to_cpu” : false, “strided_index” : 2, “mem_chunk” : 2,
“unroll” : 8, “comp_mode” : true
},
// gpu: Ellesmere memory:3706
// compute units: 32
{ “index” : 2,
“intensity” : 1000, “worksize” : 8,
“affine_to_cpu” : false, “strided_index” : 2, “mem_chunk” : 2,
“unroll” : 8, “comp_mode” : true
},
{ “index” : 2,
“intensity” : 1000, “worksize” : 8,
“affine_to_cpu” : false, “strided_index” : 2, “mem_chunk” : 2,
“unroll” : 8, “comp_mode” : true
},
// gpu: Ellesmere memory:3706
// compute units: 32
{ “index” : 3,
“intensity” : 1000, “worksize” : 8,
“affine_to_cpu” : false, “strided_index” : 2, “mem_chunk” : 2,
“unroll” : 8, “comp_mode” : true
},
{ “index” : 3,
“intensity” : 1000, “worksize” : 8,
“affine_to_cpu” : false, “strided_index” : 2, “mem_chunk” : 2,
“unroll” : 8, “comp_mode” : true
},
],
“platform_index” : 0,
/*
Your help would be much apprecied
Regards
Jean