Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.4
by
xoplo82
on 16/07/2018, 04:00:32 UTC

[2018-07-14 21:41:40] GPU0: Radeon(TM) RX 460 Graphics [Baffin] [2048 MB][Intensity 15.0][W: 8][T: 2][K: 1][BUS: 1]
[2018-07-14 21:41:40] GPU1: Radeon(TM) RX 460 Graphics [Baffin] [2048 MB][Intensity 15.0][W: 8][T: 2][K: 1][BUS: 4]
[2018-07-14 21:41:40] GPU2: Radeon RX 560 Series [Baffin] [4096 MB][Intensity 28.0][W: 8][T: 2][K: 1][BUS: 5]
[2018-07-14 21:41:40] GPU3: Radeon RX 560 Series [Baffin] [4096 MB][Intensity 28.0][W: 8][T: 2][K: 1][BUS: 3]
[2018-07-14 21:41:40] GPU4: Radeon RX 550 Series [Baffin] [4096 MB][Intensity 24.0][W: 16][T: 2][K: 1][BUS: 2]


{
"cryptonight_type" : "italo",
"intensity" : 0,
"double_threads" : true,
*"gpu_conf" :
[
   { "id" : 0, "intensity" : 15, "worksize" : 8, "threads" : 2},
   { "id" : 1, "intensity" : 15, "worksize" : 8, "threads" : 2},
   { "id" : 2, "intensity" : 28, "worksize" : 8, "threads" : 2},
   { "id" : 3, "intensity" : 28, "worksize" : 8, "threads" : 2},
   { "id" : 4, "intensity" : 0, "worksize" : 8, "threads" : 2}
]



You have worksize 16 for RX 550.
Your pagefile must be at least 16 GB size
Delete everything inside Cache folder SRBMiner/Cache

Use:

   { "id" : 0, "intensity" : 15, "worksize" : 8, "threads" : 2},
   { "id" : 1, "intensity" : 15, "worksize" : 8, "threads" : 2},
   { "id" : 2, "intensity" : 28, "worksize" : 8, "threads" : 2},
   { "id" : 3, "intensity" : 28, "worksize" : 8, "threads" : 2},
   { "id" : 4, "intensity" : 28, "worksize" : 8, "threads" : 2}

If it do not work change to:

   { "id" : 0, "intensity" : 12, "worksize" : 8, "threads" : 2},
   { "id" : 1, "intensity" : 12, "worksize" : 8, "threads" : 2},
   { "id" : 2, "intensity" : 24, "worksize" : 8, "threads" : 2},
   { "id" : 3, "intensity" : 24, "worksize" : 8, "threads" : 2},
   { "id" : 4, "intensity" : 24, "worksize" : 8, "threads" : 2}

If it works this way increase intensity one by one & test


thanks for your attention, i have try your config and same SRB miner close after loading kernel, it only work if i disable gpu_conf and use auto intensity to 0, i use that config before on srb v1.6.0 and before work fine with gpu_conf manually