Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Is it possible to generate public keys using public info and other public info?
by
hexafraction
on 23/08/2015, 20:07:16 UTC
⭐ Merited by ABCbits (1)
On this page:

https://gobittest.appspot.com/VanityMult

What does "modified base Point" mean? Anyone that have the exact mathematics involved?

Adding private keys is the same as point addition for public keys.

For vanity addresses, I generate pri1 and corresponding pub1. I provide pub1 to the vanity address search service. The service searches for a pri2 such that pub1+pub2 is an address that has the right prefix. Pri2 is returned to the requester.