Post
Topic
Board Bitcoin Discussion
Re: == Bitcoin challenge transaction: ~100 BTC total bounty to solvers! ==UPDATED==
by
NotATether
on 27/09/2021, 11:41:51 UTC
This python code tries to solve 64, 66, 67, 68, 69, 71, 72 puzzles at the same time.; outputs the screen if the addresses match the first four characters.

https://github.com/enfarktus/puzzle64-72

It's inefficient to search all of them at once because they reside in different ranges. That's why every single existing tool only supports searching one at a time.