Post
Topic
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v12.0 (Windows/Linux)
by
newcomer01
on 06/02/2019, 15:00:38 UTC
Hi Bro,

I have just updated the tool to V12 but not resolved yet my issue as error below. Could you pls help to advise something?

"not enough GPU memory to place DAG, you cannot mine this coin with this GPU"
"OpenCL error -61 - cannot allocate big buffer for DAG"

12:11:51:644   a2c   GPU0 - not enough GPU memory to place DAG, you cannot mine this coin with this GPU
12:11:51:644   390   Create GPU buffer for GPU1
12:11:51:645   390   GPU1 - not enough GPU memory to place DAG, you cannot mine this coin with this GPU
12:11:51:646   a2c   GPU0 - OpenCL error -61 - cannot allocate big buffer for DAG. Check readme.txt for possible solutions.

12:11:51:647   390   GPU1 - OpenCL error -61 - cannot allocate big buffer for DAG. Check readme.txt for possible solutions.

12:11:53:433   714   buf: {"id":0,"jsonrpc":"2.0","result":


Add this at the beginning of your bat file

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

That works for me, thank you Bro.