Post
Topic
Board Mining (Altcoins)
Re: XMR-stak-JK 2.4.4 Compiled with no devfee
by
JaredKaragen
on 24/08/2018, 15:15:47 UTC
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.

Code:
"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?

is your problem with loading errors?

Looks like formatting;  specifically the ], on the last line which is missing....