andru-kun / wildrig-multi

multi algo miner for AMD, NVIDIA and Intel gpu's
253 stars 51 forks source link

Error mining NEXA with Nvidia cards (laptop drivers) on Windows #212

Open caiorfonseca opened 1 year ago

caiorfonseca commented 1 year ago

When I try to mine NEXA, the miner returns the error messages bellow. I'm using both RTX 2060 Super and RTX 3070m (laptop-adapted) on my PC. Just to let you guys know, I had to do an "workaround" in a specific inf driver file so the 3070m could work on it cause it's a laptop gpu adapted to run on desktop PCs. Just to clarify in case you don't know this procedure, ok?

Error CL_MEM_OBJECT_ALLOCATION_FAILURE when calling clEnqueueNDRangeKernel for kernel 'secp256k1_gen_step_3' Error CL_MEM_OBJECT_ALLOCATION_FAILURE when calling clEnqueueNDRangeKernel for kernel 'nexapow_start' Error CL_MEM_OBJECT_ALLOCATION_FAILURE when calling clEnqueueNDRangeKernel for kernel 'secp256k1_64' Error CL_MEM_OBJECT_ALLOCATION_FAILURE when calling clEnqueueNDRangeKernel for kernel 'nexapow_finish'

This issue occurs only in the releases 0.36.2 and 0.36.3. Using the 0.36.1 one, everything works preety fine.

caiorfonseca commented 1 year ago

2060_nexapow1 2060_nexapow2

When I try to mine NEXA, the miner returns the error messages bellow. I'm using both RTX 2060 Super and RTX 3070m (laptop-adapted) on my PC. Just to let you guys know, I had to do an "workaround" in a specific inf driver file so the 3070m could work on it cause it's a laptop gpu adapted to run on desktop PCs. Just to clarify in case you don't know this procedure, ok?

Error CL_MEM_OBJECT_ALLOCATION_FAILURE when calling clEnqueueNDRangeKernel for kernel 'secp256k1_gen_step_3' Error CL_MEM_OBJECT_ALLOCATION_FAILURE when calling clEnqueueNDRangeKernel for kernel 'nexapow_start' Error CL_MEM_OBJECT_ALLOCATION_FAILURE when calling clEnqueueNDRangeKernel for kernel 'secp256k1_64' Error CL_MEM_OBJECT_ALLOCATION_FAILURE when calling clEnqueueNDRangeKernel for kernel 'nexapow_finish'

This issue occurs only in the releases 0.36.2 and 0.36.3. Using the 0.36.1 one, everything works preety fine.

Tried to isolate the card, but even if there's only the 2060 Super enabled, I got the same error messages and it also doesn't mine.

andru-kun commented 1 year ago

Windows miners should have Windows 10 at least version 2004 and set Virtual Memory to at least 9Gb per GPU.

caiorfonseca commented 1 year ago

I'll try it and come back to give you the feedback. Thanks in advance!

caiorfonseca commented 1 year ago

Changed the virtual memory, but it keeps happening.

image image

andru-kun commented 1 year ago

Your Windows version is 1809(build 17763), and you need at least version 2004(build 19041)

caiorfonseca commented 1 year ago

Solved! Thanks a bunch!!

caiorfonseca commented 1 year ago

image