Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: == Bitcoin challenge Puzzle : Seed bruteforce attemps
by
iceland2k14
on 24/03/2024, 13:59:55 UTC
⭐ Merited by vapourminer (1)
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