BitCrack icon indicating copy to clipboard operation
BitCrack copied to clipboard

cudart64_110.dll not found

Open octa54 opened this issue 11 months ago • 6 comments

i downloaded latest CUDA Toolkit 12.6 but still this error i have rtx4060 installed

octa54 avatar Jan 05 '25 19:01 octa54

i downloaded latest CUDA Toolkit 12.6 but still this error i have rtx4060 installed

Build dependencies Visual Studio 2019 (if on Windows)

For CUDA: CUDA Toolkit 10.1

marssystems avatar Jan 05 '25 21:01 marssystems

i am using windows 11 cuda 10.1 is not available for windows 11 when i use clBitCrack black screen appear for 2 sec and crash

octa54 avatar Jan 06 '25 09:01 octa54

You have a rtx40XX, didi u changed COMPUTE_CAP from Makefile ?

If i remember well, rtx40XXX uses compute cap 8.9, just set to COMPUTE_CAP=89

Also, if you're trying to use OpenCL Wrapper from cuda, you need to also set the correct OPENCL_VERSION, that can be found using the command clinfo (linux).

For example, i'm using RTX 3080ti, so mine is COMPUTE_CAP=86 And to build and use OpenCL:

$ clinfo | grep OpenCL

  Platform Version                                OpenCL 3.0 CUDA 12.4.131
  Device Version                                  OpenCL 3.0 CUDA
  Device OpenCL C Version                         OpenCL C 1.2 
  Device OpenCL C all versions                    OpenCL C                                                         0x400000 (1.0.0)
                                                  OpenCL C                                                         0x401000 (1.1.0)
                                                  OpenCL C                                                         0x402000 (1.2.0)
                                                  OpenCL C                                                         0xc00000 (3.0.0)
  Device OpenCL C features                        __opencl_c_fp64                                                  0xc00000 (3.0.0)
    Run OpenCL kernels                            Yes

So i've set OPENCL_VERSION=300.

joaoescribano avatar Jan 06 '25 16:01 joaoescribano

TBH, if you have a NVIDA card, just don't use OpenCL, it's a wrapper... so you probably will get less keys/s

joaoescribano avatar Jan 06 '25 16:01 joaoescribano

Hi, I'm having the same issue. I'm on Win11 with a RTX3080Ti.

Northwave avatar Jan 13 '25 15:01 Northwave

i downloaded latest CUDA Toolkit 12.6 but still this error i have rtx4060 installed

Download this: https://es.dll-files.com/cudart64_110.dll.html

Extract in same folder with .exe

ready ;)

sferreyr avatar Jan 28 '25 02:01 sferreyr