Would it work if we place offsets of all puzzles converted to addresses? That way even if 1 key is found then at least 1 puzzle could be solved.
There will be 2 Problems if we do this.
- Decrease in performance. Speed<1/10. As we are not stopping till privatekey but instead reaching till Address. Also we have to derive all unsolved 85 puzzles derivation path. currently we are checking collision with 11 privatkeys only
- We have to rely on a partial collision of masked Key of some other seed with same address but exactly at the same derivation path level. First is still possible but 2nd is very improbable