Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

targeting bitcoin puzzle 67 #426

Open
learnercrypto opened this issue Nov 9, 2024 · 8 comments
Open

targeting bitcoin puzzle 67 #426

learnercrypto opened this issue Nov 9, 2024 · 8 comments

Comments

@learnercrypto
Copy link

learnercrypto commented Nov 9, 2024

I want to particular target bitcoin puzzle 67.

1BY8GQbnueYofwSuFAT3USAhGjPrkxDdW9

Start
0000000000000000000000000000000000000000000000040000000000000000

End
000000000000000000000000000000000000000000000007ffffffffffffffff

Can someone help in creating BAT file for cubitcrack?

@ZainGTR
Copy link

ZainGTR commented Nov 9, 2024

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

@learnercrypto
Copy link
Author

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
Copy link

ZainGTR commented Nov 11, 2024

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
Copy link

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

@learnercrypto
Copy link
Author

thanx man!

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

@marssystems
Copy link

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

pause

@learnercrypto
Copy link
Author

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

@bill32767
Copy link

bill32767 commented Nov 21, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants