Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
italiandigger
on 02/10/2022, 11:22:42 UTC
hallo,..
how to change addresses.txt to puzzle64.bin?

C:\Users\xxxx\Downloads\KeyHunt-Cuda\x64\Release>KeyHunt-Cuda.exe -g --gpui 0,1,2,3,4,5,6,7 -m addresses --coin BTC --range xxxxxxxxx:xxxxxxxx -i puzzle64.bin

KeyHunt-Cuda v1.08

COMP MODE    : COMPRESSED
COIN TYPE    : BITCOIN
SEARCH MODE  : Multi Address
DEVICE       : GPU
CPU THREAD   : 0
GPU IDS      : 0, 1, 2, 3, 4, 5, 6, 7
GPU GRIDSIZE : -1x128, -1x128, -1x128, -1x128, -1x128, -1x128, -1x128, -1x128 (Auto grid size)
SSE          : YES
RKEY         : 0 Mkeys
MAX FOUND    : 65536
BTC HASH160s : puzzle64.bin
OUTPUT FILE  : Found.txt
puzzle64.bin can not open

It's enough to install only the latest version of Python for windows : https://www.python.org/downloads

After install run the Python IDLE program.

Copy the 32 code lines from here : https://github.com/secp8x32/KeyHunt-Cuda/blob/main/addresses_to_hash160.py

Paste the copied lines in the Python IDLE and Save as addresses_to_hash160.py in the keyhunt-cuda.exe folder.

Run the installed Python program (Pyton 3.10 64bit).

Run the windows terminal (where you run keyhunt-cuda.exe), and write:

C:\>pip install base58

You get this reply:

Collecting base58
  Downloading base58-2.1.1-py3-none-any.whl (5.6 kB)
Installing collected packages: base58
Successfully installed base58-2.1.1

Go in your keyhunt-cuda folder and write:

C:\Keyhunt>python addresses_to_hash160.py puzzle64.txt puzzle64.bin
processed : 1 addresses
skipped   : 0 addresses

Done!  Cheesy