Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.9.3 - native algo switching
by
KolordZ
on 11/08/2019, 17:26:17 UTC

Topic high performance: (without thinking about power consumption)
https://drive.google.com/file/d/1AiuqbS6gbPW6IsT7p8QmgB6GrfIphHzB/view?usp=sharing

We are now @2450 H/s Tongue
OverdriveNTool settings:
P7 1680Mhz / 1000mV - P3 1100Mhz / 923mV

So I did not manage to do more without a crash at the moment. HAHA

Greetings
Patrick

Patrick,

Could you share the whole config I have to use in OverdriveNTool for getting 2450 H/s


If you get a "Error CL_MEM_OBJECT_ALLOCATION_FAILURE" try increase virtual memory in windows.
Go with number of GPU's * 8gb + 8 , for example 6gpu * 8gb + 8 = 56gb virtual memory.

Regarding the tweaking profiles, you must find the right profile for your weaker gpu's not every card can handle the same profile number.

You can do that in gpu_conf, for example :

Quote
"gpu_conf" :
[
   { "id" : 0, "intensity" : 124, "worksize" : 16, "tweak_profile" : 10, "threads" : 2},
   { "id" : 1, "intensity" : 124, "worksize" : 16, "tweak_profile" : 10, "threads" : 2},
   { "id" : 2, "intensity" : 124, "worksize" : 16, "tweak_profile" : 6, "threads" : 2}
]

Thx @doktor83, I'll try this !