Bitcoin Forum

Economy => Service Announcements => Topic started by: eckmar on November 24, 2016, 05:05:31 PM



Title: Bitcoin Address Vanity Generator
Post by: eckmar on November 24, 2016, 05:05:31 PM
Almost every online vanity address generator is a scam. They all steal your wallet private keys. There is a way to generate vanity address from command line but some people just don't want to mess with that so i created Vanity Generator with GUI. App is build using electron and code is free for everyone on GitHub (https://github.com/eckmar/btcvanitygen).

How to use it:

There is passphrase input box. You can enter there whatever you want and that is what's your address going to look like (Please note that all addresses start with 1, you don't need to include 1 !)

Case Sensitive

There is Case Sensitive checkbox. If you select it that means generator will search only for address with exact match. For example if your passphrase is "TeSt" BTC address is goin to start with 1TeSt, if you leave it unchecked your address can be 1TEST or 1TeST or 1test and so on...
This feature greatly impact on general speed of the app.

How fast it is ?

Speed of generation depends on your CPU specs !

You are scammer you just want to steal my bitcoins !

Code is publicly available, you can check it here (https://github.com/eckmar/btcvanitygen)

Download link

This is download of already packaged installation for the app: Download now (https://mega.nz/#!wU4h3QZC!eXudxxhq-LUMYlm_T1bjgzdi4so7NWqpSBMcvVYgGg0)

If you got any questions post here or pm me ! :)

Please note that there are better alternatives, this is not meant to be consumer product, it was my weekend project and i want to share it with everyone


Title: Re: Bitcoin Address Vanity Generator
Post by: achow101 on November 24, 2016, 05:11:25 PM
Why should we use this instead of the long-standing tried and true Vanitygen: https://bitcointalk.org/index.php?topic=25804.0 ?


Title: Re: Bitcoin Address Vanity Generator
Post by: eckmar on November 24, 2016, 05:15:44 PM
Why should we use this instead of the long-standing tried and true Vanitygen: https://bitcointalk.org/index.php?topic=25804.0 ?

it has GUI :) You can read up there... I don't want this to be consumer product or anything. This was just my weekend practice and i thought it would be cool to share it with everyone :)


Title: Re: Bitcoin Address Vanity Generator
Post by: newIndia on November 24, 2016, 06:48:34 PM
How fast it is ?

Speed of generation depends on your CPU specs !
I think, instead of giving time estimation as Short/Medium/Long, it is good if you can put in some estimated figure in second/minute/hour. I understand, those wont be accurate, but still an estimation is better than some Short/Medium/Long.


Title: Re: Bitcoin Address Vanity Generator
Post by: eckmar on November 24, 2016, 07:44:05 PM
How fast it is ?

Speed of generation depends on your CPU specs !
I think, instead of giving time estimation as Short/Medium/Long, it is good if you can put in some estimated figure in second/minute/hour. I understand, those wont be accurate, but still an estimation is better than some Short/Medium/Long.

That would be a cool feature but it require some work. I can try to do it next week but what i'm working on right now is improving general speed of the app, as that is something that everyone wants i think :)


Title: Re: Bitcoin Address Vanity Generator
Post by: coinableS on November 25, 2016, 03:46:34 AM
I like it!
Also wanted to say that electron looks really fun to play with. Desktop apps from nodejs code - very cool.


Title: Re: Bitcoin Address Vanity Generator
Post by: eckmar on November 25, 2016, 06:06:10 PM
I like it!
Also wanted to say that electron looks really fun to play with. Desktop apps from nodejs code - very cool.

Yeah i like it too ! Electron is great tool overall. Only (but major) disadvantage is speed of created apps. C++ and C# are much better and faster languages for desktop app development