Video link - https://youtu.be/5ITn7_kGb8c
screen link
https://ibb.co/qpz15HG
https://ibb.co/9wzzVDZ
https://ibb.co/Dpc0HxR
https://ibb.co/YWQcqtM
https://ibb.co/rZ1XPT8
It's VanitySearch...
But you need to understand the BIG differences between this 2 programs :
VanitySearch : Search patern of bitcoin address with random search.
It's use the symetrie of the elliptic curve. Ex :
privKey "1" -> Calc puKey = X, Y -> Sha256 -> Ripemd160 -> found ? no : puKey for "-1" = X, -Y -> Sha256 -> Ripemd160 -> found ?
privKey "2" -> Calc puKey = X, Y -> Sha256 -> Ripemd160 -> found ? no : puKey for "-2" = X, -Y -> Sha256 -> Ripemd160 -> found ?
...
So the speed is highter than Bitcrack because for 1 pubKey calc you have 2 result.
But if you search in a specific range like "BitcoinChallenge", 50% of the search no use...
BitCrack : Specific bitcoin address in specific range with ordered search.
It don't use the symetrie of the elliptic curve. Ex :
privKey "1" -> Calc puKey = X, Y -> Sha256 -> Ripemd160 -> it's equal ?
privKey "2" -> Calc puKey = X, Y -> Sha256 -> Ripemd160 -> it's equal ?
...
So the speed is hight for specifique range. But you need to know your graphic card to configure the program.
For exemple, with a gtx 1066, the SM count is 10 so the param should be : -b 10 -t 256 -p 1024 or -b 20 -t 256 -p 768 or -b 100 -t 256 -p 512