Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.9.3 - native algo switching
by
doktor83
on 11/08/2019, 12:34:10 UTC
Sometimes, I have this error (@doktor83 any idea ?) :

https://drive.google.com/open?id=1E0W1XSJ0ktY61I35wBWLL1KO6FqZ6PdW

It appear when I start to mine with tweak to 10 then I close the miner (or it restart because of GPU crash) then I restart the miner.
Any idea ?

SO I have 2 problems..

- One of my GPU can't mine with tweak profil 10 (invalid shares appears.. and not on the others GPU (WHY ??)) This is exacly the same GPU

- If I use tweak profil 10 I have that problem when the miner has restarted :
https://drive.google.com/open?id=1E0W1XSJ0ktY61I35wBWLL1KO6FqZ6PdW

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}
]