-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please release a Cuda 9.2 build? #77
Comments
Download this version http://github.com/brichard19/BitCrack/releases/0.23 |
Thank you friend. I actually downloaded https://github.com/brichard19/BitCrack/releases/tag/0.22, clBitCrack, and the *.cl files, and AddrGen.exe. For my fellow Windows 10 users with AMD CPU and GPU (I was using it on Linux), to get it working, you will need to install the latest AMD APP SDK (I think... you can actually install CUDA SDK 9.2 for AMD as well): https://community.amd.com/thread/227948 Scroll right down to the bottom and select the 64-bit Windows version. I think everyone should have 64-bit O/S by now, but if you're really unsure, check. The SDK is at the above link because for some reason AMD removed the link from their official developer's site. Download MS Visual Studio 2017 community edition. It shouldn't be hard to find. You will probably need a fair amount of bandwidth, like 3 to 5GB, In the components, choose C/C++ development, and ensure you have the Windows 10 SDK checked. You will also need the clang compiler which fixed my issue (MS compilers were not on my path, only from the developer command prompt). Download LLVM-7.0.0-win64.exe from http://releases.llvm.org/download.html#7.0.0 Scroll down to the pre-built binaries, and again make sure you have Windows 64-bit. Once all that is done and you've done a reboot, download clBitCrack, AddrGen.exe and the *.cl files from the link above. Attached is a screenshot of what happened on my little laptop with an AMD Ryzen 5 CPU and Vega GPU (gfx902), It tries to compile the .cl files in the temp directory, so assuming you downloaded everything in the same directory, just type That should be it! By the way, even if you are on an AMD system, you can download CUDA 9.2 SDK and install it, and it will check compatibility with your system. You may be able to run cuBitCrack in that case, I guess it might depend on the exact dot release of CUDA SDK 9.2. If all that sounds like too much, please just download from the link provided by PsyShark above! |
Windows build with latest CUDA 9.2 toolkit when you can? I'll be looking for releases :) My stupid toolkit reports that I have an unsupported version of Visual Studio etc.
The text was updated successfully, but these errors were encountered: