Seems that there something wrong with my config, kindly check my config and tell me if Im doing it right.. My hashrate getting to low..
here's my config I don't know if I'm doing it right.
"gpu_threads_conf" : [
// gpu: Ellesmere memory:3920
// compute units: 32
{ "index" : 0,
"intensity" : 864, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
{ "index" : 0,
"intensity" : 864, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
// gpu: Ellesmere memory:3712
// compute units: 32
{ "index" : 1,
"intensity" : 864, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
{ "index" : 1,
"intensity" : 864, "worksize" : 8,
"affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2,
"comp_mode" : true
},
Is it right?
Looks like formatting; specifically the ], on the last line which is missing....