Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
ianek
on 11/10/2018, 22:39:01 UTC
Thank you for the answer.
 1. I have to run the .bat file with something like this:
     bitcrack64 -b 32 -t 256 -p 16 -c -i addr.txt -o out.txt -s
     0000000000000000000000000000000000000000000000000000000000000001 -r 100000000000
 2. But I need 1 file with this name "addr.txt" and another with "out.txt" in the same folder, right?
 3. In the file "addr.txt" I need BTC addresses (1 per line), correct?
 4. what do I need in the "out.txt" file?
 Smiley

1. Yes, create .bat with this line
1.1. switch -s address from which to start checking;
       switch -r is the number of addresses to check starting from the -s parameter.
2. In the addr.txt file you insert the addresses you want to find, and the program will create the out.txt file when it finds a match.
3. Yes.
4. The out.txt file will be created by the program when a match is found.