Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.8.8 - native algo switching
by
Fredeslim
on 09/05/2019, 17:03:04 UTC
you suggest changing the intensity?

No, i suggest reading the 1.8.8 release notes Smiley

Code:
No more --gpureorder, device ordering by bus id is now the default/only display mode [NOTE: if you are using gpu_conf or --cgpuid, please run --listdevices to check if you are using the right deviceid!]
oh you mean setup the config file as this examples shows.
{
"cryptonight_type" : "normalv4",
"intensity" : 0,
"double_threads" : true,
"gpu_conf" :
[
   {
     "id" : 0,
     "intensity" : 112,
     "worksize" : 16,
     "threads" : 2,
     "tweak_profile" : 3
   },
   {
     "id" : 1,
     "intensity" : 112,
     "worksize" : 16,
     "threads" : 2,
     "tweak_profile" : 4
   },
   {
     "id" : 2,
     "intensity" : 111,
     "worksize" : 16,
     "threads" : 2,
     "tweak_profile" : 4
   },
   {
     "id" : 3,
     "intensity" : 110,
     "worksize" : 16,
     "threads" : 2,
     "tweak_profile" : 5
   }

]
}