Skip to content

Tags: vinceonline/BitCrack

Tags

0.31

Toggle 0.31's commit message
Fixed bug where --points argument was not processed (-p worked though).

0.30

Toggle 0.30's commit message
Updated gitignore

0.29

Toggle 0.29's commit message
VENDOR_INTEL -> DEVICE_VENDOR_INTEL

0.28

Toggle 0.28's commit message
Fixed bug where incorrect results would be produced on AMD devices.

The problem is in the modular inversion (invModP() function of
secp2556k1.cl). There is section that is looped 20 times. Breaking
the loop into two loops fixes the issue. The exact cause is still
unkown, but it seems to be an issue in AMD's OpenCL compiler, as
this does not happen in the Mesa OpenCL compiler, or nVidia's
OpenCL compiler.

0.27

Toggle 0.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

0.26

Toggle 0.26's commit message
Merge branch 'master' of https://github.com/brichard19/BitCrack

0.25

Toggle 0.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

Added warning about clBitCrack bugs on AMD/Intel devices

0.24

Toggle 0.24's commit message
Fixed bug where clBitCrack was not obeying --stride option

0.26-cuda-8.0

Toggle 0.26-cuda-8.0's commit message
Build support for CUDA 8.0 SDK

NVIDIA has removed support for 2.x devices in CUDA 9.
Adding this in case anyone wants to build for those devices. Will
try to keep it somewhat up to date.

1. Install CUDA 8.0 toolkit
2. Replace "9.2" in all .vxcproj files with "8.0"
3. Change all projects to use the VS2014 (v140) toolset

0.22-cuda8.0

Toggle 0.22-cuda8.0's commit message
Embed OpenCL code into executable to external files aren't necessary

Added 'embedcl' tool which takes a text file and encodes it into a
C++ file and can be accessed with provided symbol.