Bitcoin Forum
August 07, 2024, 09:22:27 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: March 26, 2021, 10:08:11 AM
also during compile on VS 2017 i am getting there warnings

4>The system cannot find the file specified.
4>Error occurred while processing: ripemd160.cl.
4>The system cannot find the file specified.
4>Error occurred while processing: secp256k1.cl.
4>The system cannot find the file specified.
4>Error occurred while processing: sha256.cl.
4>
2  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: March 26, 2021, 09:56:46 AM
guys help
i am compiling but after successful i am getting this error
HW : RTX 3080 , OPENCL Nvidia 9.2 cuda , Visual studio 2017 ,

[2021-03-26.13:46:51] [Info] Compression: compressed
[2021-03-26.13:46:51] [Info] Starting at: 0000000000000000000000000000000000000000000000000000000000000001
[2021-03-26.13:46:51] [Info] Ending at:   FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364140
[2021-03-26.13:46:51] [Info] Counting by: 0000000000000000000000000000000000000000000000000000000000000001
[2021-03-26.13:46:52] [Info] Compiling OpenCL kernels...
[2021-03-26.13:46:52] [Info] Error: <kernel>:51:5: error: use of undeclared identifier 'uint64_t'
                                 uint64_t idx[5];
                                 ^
                             <kernel>:53:5: error: use of undeclared identifier 'idx'
                                 idx[0] = ((hash[0] << 6) | (h5 & 0x3f)) & mask;
                                 ^
                             <kernel>:54:5: error: use of undeclared identifier 'idx'
                                 idx[1] = ((hash[1] << 6) | ((h5 >> 6) & 0x3f)) & mask;
                                 ^
                             <kernel>:55:5: error: use of undeclared identifier 'idx'
                                 idx[2] = ((hash[2] << 6) | ((h5 >> 12) & 0x3f)) & mask;
                                 ^
                             <kernel>:56:5: error: use of undeclared identifier 'idx'
                                 idx[3] = ((hash[3] << 6) | ((h5 >> 18) & 0x3f)) & mask;
                                 ^
                             <kernel>:57:5: error: use of undeclared identifier 'idx'
                                 idx[4] = ((hash[4] << 6) | ((h5 >> 24) & 0x3f)) & mask;
                                 ^
                             <kernel>:60:26: error: use of undeclared identifier 'idx'
                                     unsigned int j = idx;
                                                      ^
                             <kernel>:122:9: warning: implicit declaration of function 'readInt' is invalid in C99
                                     readInt(privateKeys, i, p);
                                     ^
                             <kernel>:132:17: warning: implicit declaration of function 'isInfinity' is invalid in C99
                                         if(!isInfinity(x)) {
                                             ^
                             <kernel>:133:17: warning: implicit declaration of function 'beginBatchAddWithDouble' is invalid in C99
                                             beginBatchAddWithDouble(gx, gy, xPtr, chain, i, batchIdx, inverse);
                                             ^
                             <kernel>:139:5: warning: implicit declaration of function 'doBatchInverse' is invalid in C99
                                 doBatchInverse(inverse);
                                 ^
                             <kernel>:159:17: warning: implicit declaration of function 'completeBatchAddWithDouble' is invalid in C99
                                             completeBatchAddWithDouble(gx, gy, xPtr, yPtr, i, batchIdx, chain, inverse, newX, newY);
                                             ^
                             <kernel>:161:17: warning: implicit declaration of function 'copyBigInt' is invalid in C99
                                             copyBigInt(gx, newX);
                                             ^
                             <kernel>:165:13: warning: implicit declaration of function 'writeInt' is invalid in C99
                                         writeInt(xPtr, i, newX);
                                         ^
                             <kernel>:177:5: warning: implicit declaration of function 'sha256PublicKey' is invalid in C99
                                 sha256PublicKey(x, y, hash);
                                 ^
                             <kernel>:184:5: warning: implicit declaration of function 'ripemd160sha256NoFinal' is invalid in C99
                                 ripemd160sha256NoFinal(hash, digestOut);
                                 ^
                             <kernel>:191:5: warning: implicit declaration of function 'sha256PublicKeyCompressed' is invalid in C99
                                 sha256PublicKeyCompressed(x, yParity, hash);
                                 ^
                             <kernel>:272:40: warning: implicit declaration of function 'readLSW' is invalid in C99
                                         hashPublicKeyCompressed(x, readLSW(yPtr, i), digest);
                                                                    ^
                             <kernel>:281:9: warning: implicit declaration of function 'beginBatchAdd' is invalid in C99
                                     beginBatchAdd(incX, x, chain, i, i, inverse);
                                     ^
                             <kernel>:291:9: warning: implicit declaration of function 'completeBatchAdd' is invalid in C99
                                     completeBatchAdd(incX, incY, xPtr, yPtr, i, i, chain, inverse, newX, newY);
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!