BitCrack icon indicating copy to clipboard operation
BitCrack copied to clipboard

why not find private key with bitcrack for selected addresses, "TEST FAIL BITCRACK"

Open hurtson opened this issue 5 years ago • 8 comments

Hello I had tried to test the bitcrack of it's really working... I was trying this cmd.

clbitcrack.exe -t 256 -p 320 -b 32 -i shouldwork.txt -o output.txt --keyspace 0000000000000000000000000000000000000000000000000000000000000001

for these addresses in a txt file.

1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH 1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb 19ZewH8Kk1PDbSNdJ97FP4EiCjTRaZMZQA 1EhqbyUMvvs7BfL8goY6qcPbD6YKfPqb7e 1E6NuFjCi27W5zoXg8TRdcSRq84zJeBW3k 1PitScNLyp2HCygzadCh7FveTnfmpPbfp8

the above 6 bitcoin addresses are from bitcoin puzzle transactions, and i know already their hex private key where were,

0000000000000000000000000000000000000000000000000000000000000001 3 7 8 15 31

I was hoping to get all those hex private keys from bitcrack from this command

clbitcrack.exe -t 256 -p 320 -b 32 -i shouldwork.txt -o output.txt --keyspace 0000000000000000000000000000000000000000000000000000000000000001

but with bitcrack i found only some which hex pv, key are

0000000000000000000000000000000000000000000000000000000000000001 0000000000000000000000000000000000000000000000000000000000000008

why only i found two hex key ? at least i should found 6 keys right for the above addresses. I had a speed of 0.82 million per second to scan keys, but i scanned for 30 minutes only got 2 private key, is it a bug ? or there is something i am not understanding.please help me.

hurtson avatar Jun 24 '19 16:06 hurtson

Tested with the last releases cl and cubitcrack. I get all the 6 keys almost instantly. I used below commands.

clbitcrack.exe -c -u -d 1 -p 256 -i shouldwork.txt -o output.txt --keyspace 0000000000000000000000000000000000000000000000000000000000000001

cubitcrack.exe -c -u -d 0 -b 36 -t 256 -p 2048 -i shouldwork.txt -o output.txt --keyspace 0000000000000000000000000000000000000000000000000000000000000001

OSoup avatar Jun 24 '19 16:06 OSoup

Tested with the last releases cl and cubitcrack. I get all the 6 keys almost instantly. I used below commands.

clbitcrack.exe -c -u -d 1 -p 256 -i shouldwork.txt -o output.txt --keyspace 0000000000000000000000000000000000000000000000000000000000000001

cubitcrack.exe -c -u -d 0 -b 36 -t 256 -p 2048 -i shouldwork.txt -o output.txt --keyspace 0000000000000000000000000000000000000000000000000000000000000001

can you post a link to download latest cl anb cubitrack here bro please, i am using intel hd graphics 5500 to scan keys, and trying with 0.30 v bitcrack, please provide me a link for new open cl download and new version of the cubitrack. thanks

hurtson avatar Jun 24 '19 16:06 hurtson

The last version is 30 from the releases section here on github.

Test with options -d 0 or -d 1

OSoup avatar Jun 24 '19 17:06 OSoup

Tested with the last releases cl and cubitcrack. I get all the 6 keys almost instantly. I used below commands. clbitcrack.exe -c -u -d 1 -p 256 -i shouldwork.txt -o output.txt --keyspace 0000000000000000000000000000000000000000000000000000000000000001 cubitcrack.exe -c -u -d 0 -b 36 -t 256 -p 2048 -i shouldwork.txt -o output.txt --keyspace 0000000000000000000000000000000000000000000000000000000000000001

can you post a link to download latest cl anb cubitrack here bro please, i am using intel hd graphics 5500 to scan keys, and trying with 0.30 v bitcrack, please provide me a link for new open cl download and new version of the cubitrack. thanks

Thank you so much, used your commands and get all private keys in a second, wow,thanks a lot, but i want to know why my command were not finding those 8 find only 2 out of 10 ? I'm just curious bro

hurtson avatar Jun 25 '19 15:06 hurtson

Hello I had tried to test the bitcrack of it's really working... I was trying this cmd.

clbitcrack.exe -t 256 -p 320 -b 32 -i shouldwork.txt -o output.txt --keyspace 0000000000000000000000000000000000000000000000000000000000000001

for these addresses in a txt file.

1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH 1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb 19ZewH8Kk1PDbSNdJ97FP4EiCjTRaZMZQA 1EhqbyUMvvs7BfL8goY6qcPbD6YKfPqb7e 1E6NuFjCi27W5zoXg8TRdcSRq84zJeBW3k 1PitScNLyp2HCygzadCh7FveTnfmpPbfp8

the above 6 bitcoin addresses are from bitcoin puzzle transactions, and i know already their hex private key where were,

0000000000000000000000000000000000000000000000000000000000000001 3 7 8 15 31

I was hoping to get all those hex private keys from bitcrack from this command

clbitcrack.exe -t 256 -p 320 -b 32 -i shouldwork.txt -o output.txt --keyspace 0000000000000000000000000000000000000000000000000000000000000001

but with bitcrack i found only some which hex pv, key are

0000000000000000000000000000000000000000000000000000000000000001 0000000000000000000000000000000000000000000000000000000000000008

why only i found two hex key ? at least i should found 6 keys right for the above addresses. I had a speed of 0.82 million per second to scan keys, but i scanned for 30 minutes only got 2 private key, is it a bug ? or there is something i am not understanding.please help me.

clbitcrack.exe -t 256 -p 320 -b 32 -i shouldwork.txt -o output.txt --keyspace 0000000000000000000000000000000000000000000000000000000000000001 You did not specify the -c and -u commands to search for compressed and uncompressed addresses.

timabit avatar Jun 28 '19 06:06 timabit

hi Can anyone help me? i have 24 GPU Radeon rx580 i set this command by -r: this is Ok? cuBitCrack-cl --continue -r -i in.txt -o out.txt -b 64 -t 256 -p 512 --device 1 i want find best command i list walet address is 32,000 count

http://185.8.175.109:804/righ1-righ2.PNG

naviddigit avatar Jan 09 '20 09:01 naviddigit

No one answers? !!! Answer at least my question: I've overclocked my graphics card Has it affected my graphics card? And the output?

naviddigit avatar Jan 26 '20 10:01 naviddigit

Need private key wats best to use

crackprivatekeys avatar Aug 05 '20 22:08 crackprivatekeys