Post
Topic
Board Development & Technical Discussion
Re: Vanity Pool - vanity address generator pool
by
WhyFhy
on 08/12/2024, 14:12:25 UTC
~~~
Which software do you use to find a work item solution (I might've missed it in case you already wrote about it)?

Did you modify the software in any way?


I can't remember having issues to submit the first hit of a work item solution many many years ago when vanitypool was rather new and there were plenty of not terribly hard work items available (GPUs back then weren't as powerful as today's and I only had a barely middle-class one).

It would be against all odds that I was purely lucky that my first found solution to a work item was just one that worked out fine, if there were detected "solutions" that won't spit out the correct public address prefix after combining the keys.

Why would there be something like "1 in 6" chance? That's nonsense in my opinion as I don't see any mathematical proof for such ambiguity. This sounds much like some strange bug in the software.

And I also can't remember any discussion about such an issue in this thread earlier (not that I've followed the many pages of it to the word).

I use VanitySearch for searching, with a special search scheme, for speeding up. This problem arose only when searching for a prefix with a public key, when searching for a prefix without it, 100% match of results. I also thought that when using a public key, the match should also be 100%, but it turns out that no, for what reason I can not answer exactly, maybe because elliptic curves are used for calculations or this is a bug in the program or memory without error correction, it is not clear yet why this happens, too little data and it takes months to accumulate it. Maybe there were no problems before because the prefixes were not complicated and it was possible to quickly find another option.
  I've gone through every inch of the SC of VS , his functions are incomplete when using a pub key with prefix.  Theres no discarding splitkeys in vs. if a function checks out .if it just so happens to find a child wallet it tells you that's fine. The other program doesn't. But it's nowhere near as complex as VS

The only question I really have is why does this happen with LEGACY wallets!  Why do legacy wallets have child keys?

There are more people who would probably know what's going on here  if they see the post. I didn't get into VS until 2019 or so.