Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.3.1
by
ironka
on 11/04/2018, 23:00:04 UTC
Hi

when i try to just one gpu:

"gpu_conf" :
[

   { "id" : 3, "intensity" : 120, "worksize" : 16, "threads" : 2},
]
}

i get an error this error:

Error CL_INVALID_DEVICE when calling clCreateContext

however if i run all 4..it works. can you please assist me on getting one gpu only to mine?

thanks





Hi , can you download latest version and try? It should be fixed Smiley

Hi, Ive tested 1.3.2.

the above now works for 1 GPU. however when i add more it errors. i.e.


"gpu_conf" :
[
   { "id" : 0, "intensity" : 32, "worksize" : 8, "threads" : 3,
   { "id" : 1, "intensity" : 32, "worksize" : 8, "threads" : 3},
   { "id" : 2, "intensity" : 55, "worksize" : 8, "threads" : 2},
   { "id" : 3, "intensity" : 120, "worksize" : 8, "threads" : 2},
]
}


Error in config.txt (ParseError)

Waiting for  9 seconds, press CTRL+C to quit ...

any advice?

thanks

hi, there is a missing } symbol in the 1st line of conf:
{ "id" : 0, "intensity" : 32, "worksize" : 8, "threads" : 3},

Aron