Do you know Vanitygen address of bitcoin?

Job ID: 31588388

Budget: $12 – $100 SGD

I think it is comfortable to update some code of the open-source "https://github.com/exploitagency/vanitygen-plus"
----------------------------------------------------
We are working with the split key function of Vanitygen.

For creating split keys, Vanitygen needs the base public key in the command line which is taken from the base key pair which can be any private key/public key pair.

Vanitygen then calculates the privkeypart and the address.

In order for it to do this, it MUST know what the starting point is and also the end point to be able to calculate the privkeypart.

So, if
(a) is the base key (this is a fixed number)
(b) is the privkeypart
(c) is the final result privkey/address

It has to know (a), (b) and (c) in order to calculate the problem. It cannot possibly find (b) if it does not know (a) and (c)

So what we are trying to do here is tell the program/code (Vanitygen) to output/display (c) as well as (b).

I hope that is clear.