Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.8.2 - native algo switching
by
AVP
on 10/04/2019, 05:21:37 UTC
How to check intensity that is automatically set by 0 setting?

I have RX 470s that keep crashing on 0 setting, I want to try lower intensity but don't know where to start, anyone here using RX 470s that wants to share their intensity setting?

Thanks.

When the miner starts it writes out the found gpu's and the settings. There you can see I:number where that number is the intensity.
You can find on the first page how to manually set gpu's, by using gpu_conf.

Code:
"gpu_conf" :
[
{ "id" : 0, "intensity" : 50 , "worksize" : 16, "threads" : 2},
{ "id" : 1, "intensity" : 53 , "worksize" : 16, "threads" : 2}
]

You're right, thanks for quick reply!