Thank you WanderingPhilospher
BitCrack is fast to generate bitcoin address to brute-force fast
For solve puzzle, all leave address
Can possible Forked BitCrack to use Pollard's kangaroo pattern
but may be easy for you help modify Forked Pollard's kangaroo to brute-force from bitcoin key
if kangaroo require pubkey for calculate x y may be can apply using from private key generate by same rank (or give sample) but target check change to bitcoin address
may be need to add function covert private key to address for check
I don't know high technical and deep programming. it scan possible, just think idea for looking way better brute-force
because on leave of puzzle, many address not have pubkey for use reference to brute-force
I think for now use BitCrack for high bits may be use very long time for brute-force , should be have some strategy for attack
I think kangaroo method is good algorithm
You can use python and batch scripts, with BitCrack, to mimic what Kangaroo is doing, as far as jumps. But there is no way to make it look for pubkeys, it is a brute force program. I mean you could tweak it to a Kangaroo program but Jean Luc's Kangaroo would be much faster.