Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.5.0
by
doktor83
on 02/05/2018, 10:16:34 UTC
Driver Amd Adrenalin 18.3.1
Intel integrated GPU Hd530 on Cpu
8xAmd Rx550
FIX IT
"platform_index" : 1, in config.txt change Platform !!
(in readmy.txt not comment this parameter )

Now new problem))
{ "id" : 0, "intensity" : 21, "worksize" : 8, "threads" : 2},
Intensity not change ! ( auto intensity =22
id ?

There is no platform_index parameter in SRBMiner. So i don't know what are you doing and on which miner Smiley

"cryptonight_type" : "normalv7",
"platform_index" : 1,
"intensity" : 0,
"double_threads" : true,
"target_temperature" : 75,
this config WORK

"cryptonight_type" : "normalv7",
"intensity" : 0,
"double_threads" : true,
"target_temperature" : 75,
This not WORK !

Try it yourself

I don't have to, im developing the damn thing  Grin
Are you using the latest v1.5.0 ? Did you download it from the link on first page or some other site ?

Also make sure you uncomment the gpu_conf settings so :

Like this:

"gpu_conf" :
[
   { "id" : 0, "intensity" : 0, "worksize" : 8, "threads" : 2, "target_temperature" : 55}
]

Not this:

/*"gpu_conf" :
[
   { "id" : 0, "intensity" : 0, "worksize" : 8, "threads" : 2, "target_temperature" : 55}
]*/