We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can someone give me a step by step instructions on how to build in windows 10 with Nvidia Graphics Card GTX 1070TI
The text was updated successfully, but these errors were encountered:
Install Visual Studio 2017 https://visualstudio.microsoft.com/downloads/
Install the CUDA 9.2 Toolkit https://developer.nvidia.com/cuda-92-download-archive
Open the BitCrack solution and build the cuKeyFinder project.
CUDA may give the build error,
unsupported Microsoft Visual Studio version! Only the versions 2012, 2013, 2015 and 2017 are supported!
To fix this, edit C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.2\include\crt\host_config.h as Administrator and change
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.2\include\crt\host_config.h
#if _MSC_VER < 1600 || _MSC_VER > 1911
to
#if _MSC_VER < 1600 || _MSC_VER > 1916
Sorry, something went wrong.
@brichard19 During Visual Studio Setup, are workloads / packages needed to add to install? Or is default version with 609mb fine?
No branches or pull requests
Can someone give me a step by step instructions on how to build in windows 10 with Nvidia Graphics Card GTX 1070TI
The text was updated successfully, but these errors were encountered: