Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
iceland2k14
on 31/03/2024, 15:40:41 UTC
Question:

Is it possible to make search specific spaces in the priv-key? Like shown below in X:

00000000000000000000000000000XXXXXXXX000000000000000000000000000
Yes this is done by using -stride option

Yes, i got it but could not figure out how can i correctly mark the start-end points. Can you give me the stride setting for this example? This will help me.

Your sample is 64 length so i assumed it is hex privatekey format. On this basis the start, end and stride for the key search will be....

start = 0x00000000000000000000000000000000000
end = 0xFFFFFFFF000000000000000000000000000
stride = 0x1000000000000000000000000000

I think you will modify it accordingly to fill your 0 values in start and end..but no need to change anything in stride.