brichard19 / BitCrack

A tool for cracking Bitcoin private keys
MIT License
755 stars 495 forks source link

targeting bitcoin puzzle 67 #426

Open learnercrypto opened 2 weeks ago

learnercrypto commented 2 weeks ago

I want to particular target bitcoin puzzle 67.

1BY8GQbnueYofwSuFAT3USAhGjPrkxDdW9

Start 0000000000000000000000000000000000000000000000040000000000000000

End 000000000000000000000000000000000000000000000007ffffffffffffffff

Can someone help in creating BAT file for cubitcrack?

ZainGTR commented 2 weeks ago

Hi, For the range for 67 bit add this: --keyspace 0x40000000000000000:0x80000000000000000 1BY8GQbnueYofwSuFAT3USAhGjPrkxDdW9

learnercrypto commented 2 weeks ago

THANKYOU MAN! last question will the brute force attack will be random or sequential, if sequential than how can we make attack random. Since I believe random attack has more chance for success.

ZainGTR commented 2 weeks ago

BitCrack is sequential like most GPU tools, if you want to add randomization, I recommend you implement a later that sends the job to bitCrack.

AlexanderKud commented 1 week ago

You can use the stride option. Or there is a modified version with random option -> https://github.com/djmuratb/BitCrack2

learnercrypto commented 1 week ago

thanx man!

in modified version how should I create the bat file if I want to target puzzle 67 randomly?

marssystems commented 1 week ago

BitCrack.exe -b 64 -t 256 -p 1024 --rstride 5 --keyspace 40000000000000000:7ffffffffffffffff 1BY8GQbnueYofwSuFAT3USAhGjPrkxDdW9

pause

learnercrypto commented 5 days ago

If we want to target this address 1FeexV6bAHb8ybZjqQMjJrcCrHGW9sb6uF In random mode How should we create the bat file?

bill32767 commented 4 days ago

Use the -r argument.

Anyone has idea if Bitcrack supports vanity search? I have lost the original brichard link of the full bitcrack functions... Thanks.

On Wed, Nov 20, 2024 at 6:27 PM learnercrypto @.***> wrote:

If we want to target this address 1FeexV6bAHb8ybZjqQMjJrcCrHGW9sb6uF In random mode How should we create the bat file?

— Reply to this email directly, view it on GitHub https://github.com/brichard19/BitCrack/issues/426#issuecomment-2488010080, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHWRFWLEJEDERJ45BKNHUCD2BRIYZAVCNFSM6AAAAABRO6SK5SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBYGAYTAMBYGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>