Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
NotATether
on 19/03/2021, 15:48:36 UTC

I try to compile BitCrack

using Visual Studio 2019

but found error

Severity   Code   Description   Project   File   Line   Suppression State
Error   C1083   Cannot open include file: 'CL/cl.h': No such file or directory   clUtil   \BitCrack\clUtil\clutil.h   8   

How I can fix it?


You don't have OpenCL headers installed. They should be available from CUDA toolkit or AMD's OpenCL SDK.

This file is bound to have 99,999,999,999,999,999,999 plus 1 (56BC75E2D630FFFFFh=99999999999999999999) lines of roughly 104 characters each. So to put it another way
one hundred quintillion lines times 104 bytes equals to 10,400,000,000,000,000,000,000 bytes. Using a conversion tool you end up with these numbers:

Code:
10,400,000,000,000,000,000,000 bytes (B) = 9685754776000.98 gigabytes (GB)
10,400,000,000,000,000,000,000 bytes (B) =    9458744898.44 terabytes (TB)
10,400,000,000,000,000,000,000 bytes (B) =       9237055.56 petabytes (PB)

I'm starting to think that even Google's combined storage capacity across all its services doesn't have 9 zettabytes of storage space. Youtube only has a mere couple exabytes of capacity for example.