brichard19 / BitCrack

A tool for cracking Bitcoin private keys
MIT License
731 stars 488 forks source link

Random key search on pikachunakapika doesn't seem to work as expected #233

Open dtoan1402 opened 4 years ago

dtoan1402 commented 4 years ago

Hello I 'm asking this on original code since pikachunakapika closed his issue page. So i just try to test the -r feature on the random version & i saw it only generate about 200k starting points just like normal keyspace search instead of millions random starting points like many ppl claim (my GTX 970 can do 28MKeys/s). How can i run it right?

djarumlights commented 4 years ago

Hey there,

If you use the -b -t and -p parameters you'll get your amped up starting points. For my 1060 3gb, I use -b 27 -t 512 -p 1024 and get about 108Mkeys/s and 14 million starting points whereas if I just use -r without those, I get the 200k-something and half the speed. The number of starting points seems to be based on -b because if I tried -b 18, I only got 9mil starting points.

For a 970, I'm not sure what -b would be, but try -t 256 or 384 and -p 512 (or 768 or 1024) and juggle from there.

RastaDollo commented 4 years ago

@dtoan1402 @djarumlights Hi, what version of BitCrack are you using? and the version of CUDA? I've already tried everything, always a mistake "r is an invalid address" If you have version from pikachunakapika with EXE files can you share ? I can't compile EXE from fork @massltoff with -r function

I am use cuBitCrack.exe 0.31 from brichard19 maybe I'm doing something wrong ?

MisterTeo commented 4 years ago

https://mega.nz/file/nNpCXYrQ#pzpHNvj6cXG-pIy10Zvaetd9I7QRnKir-RXQ71BxBs0 Latest version of pikachunakapika fork. He deleted because is no longer supported by him and is a old version of BitCrack, many bugs and sometimes skips keys. So, don't ask brichard19 for help using pikachunakapika version. Use this version on your own risk. No support, no future versions "with -r option" from pikachunakapika . Brichard19 can help only if he will make original version of BitCrack with tested option -r. So please, don't stress people with questions regarding pikachunakapika version in original BitCrack page.

djarumlights commented 4 years ago

@RastaDollo + @dtoan1402 try this. It is completely thrown together for science and experimentation (read that as I can't provide any coding fixes; details in release notes).

https://github.com/djarumlights/BitCrack/releases

RastaDollo commented 4 years ago

@djarumlights thanks, I will try your version. Works great and fast