Skip to content
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

How to build ? #101

Open
bitcoin-75 opened this issue Dec 2, 2018 · 2 comments
Open

How to build ? #101

bitcoin-75 opened this issue Dec 2, 2018 · 2 comments

Comments

@bitcoin-75
Copy link

Can someone give me a step by step instructions on how to build in windows 10 with Nvidia Graphics Card GTX 1070TI

@brichard19
Copy link
Owner

brichard19 commented Dec 2, 2018

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

#if _MSC_VER < 1600 || _MSC_VER > 1911

to

#if _MSC_VER < 1600 || _MSC_VER > 1916

@voyagerlife
Copy link

@brichard19 During Visual Studio Setup, are workloads / packages needed to add to install?
Or is default version with 609mb fine?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants