Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.7.0 - native algo switching
by
badral07
on 23/11/2018, 02:16:51 UTC
Hello Doktor,

So I usually enjoy using your miner. But since the v8 fork, I cannot use "gpu_conf" : command anymore. When I add some values to the integrity, worksize etc, the miner will not start but just shuts down for no reason. But if I delete the "gpu_conf" : line with its values, miner works fine. Its giving me headache like for real. Can you help me on this one?

have error in config, post and we help you fix that

My config for normalv8 is:

{
"cryptonight_type" : "normalv8",
"intensity" : 0,
"double_threads" : true
"gpu_conf" :
[
   { "id" : 0, "intensity" : 54, "worksize" : 8, "fragments" : 1, "threads" : 2},
   { "id" : 1, "intensity" : 54, "worksize" : 8, "fragments" : 1, "threads" : 2},
   { "id" : 2, "intensity" : 54, "worksize" : 8, "fragments" : 1, "threads" : 2},
   { "id" : 3, "intensity" : 54, "worksize" : 8, "fragments" : 1, "threads" : 2},
   { "id" : 4, "intensity" : 54, "worksize" : 8, "fragments" : 1, "threads" : 2},
   { "id" : 5, "intensity" : 54, "worksize" : 8, "fragments" : 1, "threads" : 2},
]
}

When I add "gpu_conf" : line, miner just won't start well actually it starts but then it just turns off by it self without saying anything.

You are missing a , after "double_threads" : true
Holy shit, it worked. Thank you so much Doktor.