Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.5.6
by
Iamtutut
on 30/05/2018, 11:50:33 UTC
Hi I have problems with intensity, it is much heavily, should be 51 for RX580 and 26-29 for RX460 how to fix it thank you !!! Micron memory.    there is no difference 1.4.9 or 1.5.6


add this in your config.txt :


"gpu_conf" :
[
   { "id" : 0, "intensity" : 51, "worksize" : 8, "threads" : 2},
   { "id" : 1, "intensity" : 29, "worksize" : 8, "threads" : 2}
]

Thanks, it worked, but now the problem with the drag is the speed of the RX580 decreased twice


HELP!!)
Try to invert in case GPU 0 is your 460 and GPU 1 is your 580:

"gpu_conf" :
[
   { "id" : 0, "intensity" : 29, "worksize" : 8, "threads" : 2},
   { "id" : 1, "intensity" : 51, "worksize" : 8, "threads" : 2}
]