BitCrack
BitCrack copied to clipboard
cudart64_101.dll error
Hi. I'm trying to start with 1650 TI to test it, but your soft say that system can't find cudart64_101.dll on my computer. I'm find this problem in Google and download this library in C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.2\bin. After that bitcrack start working, but after string: [2020-09-28.15:39:17] [Info] Allocating bloom filter (0.1MB) It pretends to work, but nothing else happens.
Ok, now I'm update cuda to 10.1, but same problem. I'm try to start this: cuBitCrack.exe <
I was getting the same issue, tried installing cuda 10.1 but now nothing happens when I run the application. No outputs in console, the application just ends. RTX 2060 Windows 10 2004 CUDA 10.1
(OpenCL version does run on my computer)
Just download cudart64_101.dll and place it in the directory with cuBitCrack.exe
Just replace in ../KeyFinder/KeyFinder.vcxproj in string 106 cudart.lib replace by cudart_static.lib
<AdditionalDependencies>cuda.lib;cudart.lib;BCrypt.lib;OpenCL.lib;%(AdditionalDependencies)</AdditionalDependencies>
into
<AdditionalDependencies>cuda.lib;cudart_static.lib;BCrypt.lib;OpenCL.lib;%(AdditionalDependencies)</AdditionalDependencies>
and problem with cudart64_101.dll or cudart32_101.dll (on X86) will leave.
@AlexCurl Thanks, placing cudart64_101.dll does seem to help, but now I'm getting a different error (I'm on 456.71):
[2020-10-19.05:35:05] [Info] Compression: compressed [2020-10-19.05:35:05] [Info] Starting at: 0000000000000000000000000000000000000000000000000000000000000001 [2020-10-19.05:35:05] [Info] Ending at: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364140 [2020-10-19.05:35:05] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001 [2020-10-19.05:35:05] [Info] Initializing GeForce RTX 2060 [2020-10-19.05:35:06] [Info] Generating 262,144 starting points (10.0MB) [2020-10-19.05:35:06] [Info] 10.0% [2020-10-19.05:35:07] [Info] 20.0% [2020-10-19.05:35:07] [Info] 30.0% [2020-10-19.05:35:07] [Info] 40.0% [2020-10-19.05:35:08] [Info] 50.0% [2020-10-19.05:35:08] [Info] 60.0% [2020-10-19.05:35:09] [Info] 70.0% [2020-10-19.05:35:09] [Info] 80.0% [2020-10-19.05:35:09] [Info] 90.0% [2020-10-19.05:35:10] [Info] 100.0% [2020-10-19.05:35:10] [Info] Done [2020-10-19.05:35:10] [Info] Error: misaligned address
@divra056 I'm just using latest release since I don't know how to build it myself...
@KasperSvendsenGit #268
@KasperSvendsenGit have you tried previous release? The speed difference between 0.30 and 0.31 is not much. On my GTX 1050 Ti for one compressed address: 0.30 -> 90 MKeys/s 0.31 -> 92MKeys/s.
@MisterTeo Resolved my issue by downgrading nvidia driver to 452.06 @AlexCurl Was getting the same issue with 0.30. It's working now with 0.31 and nvidia driver 452.06
KasperSvendsenGit what speed you get with your GeForce RTX 2060?
@AlexCurl About 350 Mkey/s with below command, haven't done too much optimization as I'm just testing: cuBitCrack.exe -o output.txt -c -b 1920 -t 256 --continue sess.txt