Bitcoin Forum

Bitcoin => Project Development => Topic started by: ydavgonzalez on September 21, 2017, 05:21:36 AM



Title: Vanity Address Generator
Post by: ydavgonzalez on September 21, 2017, 05:21:36 AM
Good evening, then I present the address generator bitcoin and dogecoin in which I am working in  Java programming language, it includes a vanity address generator with which I could find  the following address:

1Davidi92Y3zTJ5Qm4TdPqBWSk8pgdUGHG

which refers to the first 5 letters of my second name which is "David", also includes a mouse movement reader to generate entropy and cryptographically secure private keys.

http://www.mediafire.com/file/j85g9sr6voow3v5/CriptoVanity_Beta.jar (http://www.mediafire.com/file/j85g9sr6voow3v5/CriptoVanity_Beta.jar)


Title: Re: Vanity Address Generator
Post by: tobi4255 on September 21, 2017, 03:38:19 PM
Good evening, then I present the address generator bitcoin and dogecoin in which I am working in  Java programming language, it includes a vanity address generator with which I could find  the following address:

1Davidi92Y3zTJ5Qm4TdPqBWSk8pgdUGHG

which refers to the first 5 letters of my second name which is "David", also includes a mouse movement reader to generate entropy and cryptographically secure private keys.

http://www.mediafire.com/file/j85g9sr6voow3v5/CriptoVanity_Beta.jar (http://www.mediafire.com/file/j85g9sr6voow3v5/CriptoVanity_Beta.jar)


Nice!
This is a great project.
Can it be more customized?

Can the whole btc address be a vanity one? not just the first letters?


Title: Re: Vanity Address Generator
Post by: BluRPie on September 21, 2017, 06:58:49 PM
Such type of generators can send your private keys to third party. It is highly unrecommended to use vanity gens for real used wallets


Title: Re: Vanity Address Generator
Post by: tobi4255 on September 21, 2017, 11:33:05 PM
Such type of generators can send your private keys to third party. It is highly unrecommended to use vanity gens for real used wallets

Thanks!
I will be cautious when using such Things.

If i use such a thing, ill only make it as a tipping address


Title: Re: Vanity Address Generator
Post by: ydavgonzalez on September 22, 2017, 04:20:55 AM
To generate addresses of vanity of 7 characters requires a computational effort too large, regarding the subject of security, the program also allows to enter the root private key in hexadecimal format and from there start to look for the vanity address adding one in each iteration, so the final private key will be very similar to the key entered by the user, also there is always the option to run offline.