BitcoinBruteForcer icon indicating copy to clipboard operation
BitcoinBruteForcer copied to clipboard

Target Alteration

Open mikejnpc opened this issue 2 years ago • 5 comments

Hi - Could you be so kind as to explain how to change the the target to another specified address.. within another block.. Thank you

mikejnpc avatar May 16 '22 05:05 mikejnpc

Hello, that's not possible for the current version of the program and not easy to change. Maybe, I will work later to generalize this project for different addresses and ranges.

ViktYusk avatar May 16 '22 09:05 ViktYusk

Hello, understood. However, i can still scan another block and will extract applicable data? or is it hard coded for puzzle 64? ... And just to reaffirm the 1st hex data is the priv-key associated with the 2nd block which is the address within the block correct?

i appreciate the reply and yes it would be nice to see something a little more flexible if possible.

mikejnpc avatar May 17 '22 04:05 mikejnpc

It is hardcoded for Puzzle # 64 in order to optimize speed.

In the output, a line with the prefix [W] contains a private key that is in the block (the first hex number) and the corresponding address (Base58Check-decoded, the second hex number).

ViktYusk avatar May 17 '22 12:05 ViktYusk

Awesome thanks for the clarification .

mikejnpc avatar May 17 '22 20:05 mikejnpc

Hello! Now the project is generalized for brute-forcing any range of private keys (having the same prefix). See README for more details.

ViktYusk avatar Jun 04 '22 15:06 ViktYusk