Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
blm98
on 30/04/2021, 12:29:58 UTC
Hello,

So, can you tell us more about the code problem ?
Thank you.

At some point, Nvidia made a change in the way their newer GPUs ran CUDA code which causes a fatal Misaligned Access error when starting Bitcrack, and he apparently made a patch for it that he wants us to test.

(Don't have RTX 3000 GPUs to test with, sorry richie.)

Thx, but yes I know for the new drivers problem with RTX2000 and RTX3000. (I don't have this problem with an gtx 1050ti with new drivers...)

I have a RTX2080 and a RTX3090 so I tried to solved the problem and so I want to understand where is the problem... ^^'
I find and solved problem with constants pointers but I block on an error in sha function... I have a problem with the variables a,b,c,d,e,f,g,h...

I want to understand because I don't have this problem with the same kernels with my platform test with pyCuda.