Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
pacnload
on 04/04/2021, 03:51:22 UTC
example you want to solve puzzle #96 addresss 15ANYzzCp5BFHcCnVFzXqyibpzgPLWaD8b 

puzzle #96 is high 2**96   (2 Exponent  96)  2^96 = 79228162514264337593543950336
this rank is number between  2^95 - 2^96 =  39614081257132168796771975168 - 79228162514264337593543950336

that mean key is 1 of  39614081257132168796771975168  number between  39614081257132168796771975168 to 79228162514264337593543950336

bitcrack using number in HEX
when you config use number in hex format not number decimal

convert number decimal to hex
https://www.rapidtables.com/convert/number/decimal-to-hex.html
39614081257132168796771975168 = 800000000000000000000000
79228162514264337593543950336-1 = FFFFFFFFFFFFFFFFFFFFFFFF

you need to start from 39614081257132168796771975168 = 800000000000000000000000
don't start from 000001

Thank you very mutch, i never will under stand without this.
But i dont understand the -1 from 79228162514264337593543950336-1
if i convert 79228162514264337593543950336 from decimal to hex it says 1000000000000000000000000???

for the range i must set the command then like this correct? --keyspace 800000000000000000000000:FFFFFFFFFFFFFFFFFFFFFFFF

And if i have the key for example from puzzle #60 is 0000000000000000000000000000000000000000000000000fc07a1825367bbe how can i access with this the wallet?

example you want to solve puzzle #96 addresss 15ANYzzCp5BFHcCnVFzXqyibpzgPLWaD8b 

With bitcrack sp-mod I believe it is bether to search for more puzzles at the same time because it doesn't slow down the search. You can add 64 puzzle adresses increase the range and the search speed will increase. Well, not really increasing, but you are increasing your probability 64 times to find a solution.

how does sp-mod works? i mean how can i set the keyspace for each?