grtthegreat (OP)
Legendary
Offline
Activity: 1246
Merit: 1029
|
|
June 17, 2014, 06:07:50 PM Last edit: April 03, 2015, 05:47:26 AM by grtthegreat |
|
Hello guys, its me grtth3gr3at. I have developed a batch file which uses VanityGen to create vanity addresses of different cryptocurrencies.
Whats new is that ? It is a many-in-one batch file with a good menu to select from. Since the development is still on and I will surely be updating the thread, people can suggest me to add more coins.
The coins supported are: Coins Discontinued From Version 2.6.0 are:NOTE: The coins which are losing potential on all grounds are being discontinued. The development is still on and I am looking for more comments and suggestions from the community.The code is open and surely people can edit and modify it and add more features. But any addition may please be notified to me beforehand. Current Version : 2.7.0 The zip file contains the batch files (vancreate.bat, ver.bat) and vanitygen.exe (the original vanitygen application).HASHES The original vanitygen.exe contains the following hashes :
MD5 : 0C160140E4A7E781DD3D4F28212549B1 SHA-1 : 1430F22FE51D2DCA0A12CCA53BD69BB150B90B3E SHA-256 : 7D39134985A71212EF10D2FC3130C17D9C432F9A7450B75130BA1C96B3BDD364
The vanitygen.exe included in my zip contains the following hashes :
MD5 : 0C160140E4A7E781DD3D4F28212549B1 SHA-1 : 1430F22FE51D2DCA0A12CCA53BD69BB150B90B3E SHA-256 : 7D39134985A71212EF10D2FC3130C17D9C432F9A7450B75130BA1C96B3BDD364
Now hope, senior members believe me.SOURCE CODE vancreate.bat @echo off TITLE VanityCreator 2.6.0 - grtth3gr3at
CALL :GETINPUT
:GETINPUT cls echo BTCTalk Thread : http://goo.gl/xsPjsS echo. echo. echo NOTE : All the prefix letters have been added for your convenience. echo. echo ============================================================== echo Press 1 to create vanity BTC Address. echo Press 2 to create vanity LTC Address. echo Press 3 to create vanity DOGE Address. echo Press 4 to create vanity AERO Address. echo Press 5 to create vanity VOOT Address. echo Press 6 to create vanity SYNC Address. echo Press 7 to create vanity FIRE Address. echo Press 8 to create vanity WEB Address. echo Press 9 to view Version Information. echo ============================================================== echo. set /p Entry=Enter your choice : if "%Entry%"=="1" (GOTO BTC) if "%Entry%"=="2" (GOTO LTC) if "%Entry%"=="3" (GOTO DOGE) if "%Entry%"=="4" (GOTO AERO) if "%Entry%"=="5" (GOTO VOOT) if "%Entry%"=="6" (GOTO SYNC) if "%Entry%"=="7" (GOTO FIRE) if "%Entry%"=="8" (GOTO WEB) if "%Entry%"=="9" (CALL VER.BAT) if "%Entry%"=="" (GOTO GETINPUT)
:BTC echo. set /p Patt=Enter your vanity pattern : 1 echo. vanitygen.exe 1%Patt% GOTO SAFETY
:LTC echo. set /p Patt=Enter your vanity pattern : L echo. vanitygen.exe -X 48 L%Patt% GOTO SAFETY
:DOGE echo. set /p Patt=Enter your vanity pattern : D vanitygen.exe -X 30 D%Patt% GOTO SAFETY
:AERO echo. set /p Patt=Enter your vanity pattern : A vanitygen.exe -X 23 A%Patt% GOTO SAFETY
:VOOT echo. set /p Patt=Enter your vanity pattern : V vanitygen.exe -X 70 V%Patt% GOTO SAFETY
:SYNC echo. set /p Patt=Enter your vanity pattern : S vanitygen.exe -X 63 S%Patt% GOTO SAFETY
:FIRE echo. set /p Patt=Enter your vanity pattern : F vanitygen.exe -X 35 F%Patt% GOTO SAFETY
:WEB echo. set /p Patt=Enter your vanity pattern : W vanitygen.exe -X 73 W%Patt% GOTO SAFETY
:SAFETY echo. echo. echo ============================================================== echo Please save your Private Key and Address safely. echo. echo Getting the Priv Key and Address printed is recommended. echo ============================================================== echo. echo.
set /p a=Do you want to exit ? (y/n) : echo. if "%a%"=="y" (GOTO GATE) if "%a%"=="n" (GOTO GETINPUT)
:GATE echo Created By : grtth3gr3at echo Version 2.7.0 echo Dated : 21/7/2014 echo. pause EXIT ARCHIVE Version 2.5.0: http://www.datafilehost.com/d/59ee624bVersion 2.6.0: http://www.datafilehost.com/d/269f07d6SUGGESTIONS & OTHER INFO All suggestions are welcome. But if people want me to add more coins, they can just post the following info and I will surely update them within 24 hours.
- Name of the coin
- Its Public Key Version (i.e. -X ??)
My goal is straight. No hard work. Easy things are most preferred by me and one day this tool will create vanity addresses for all the crypocurrencies.Tips are accepted and appreciated. Just contact/PM me if you want to tip me.
|
|
|
|
devthedev
Legendary
Offline
Activity: 1050
Merit: 1004
|
|
June 17, 2014, 06:54:40 PM |
|
Nobody open this unless you're doing so in a sandbox or we see the source.
|
|
|
|
rarkenin
|
|
June 17, 2014, 11:16:04 PM |
|
Nobody open this unless you're doing so in a sandbox or we see the source.
Well, the suspicious bit is the vanitygen.exe. OP: Show that its cryptographic hashes match an official build. The batch file is plain-text.
|
|
|
|
grtthegreat (OP)
Legendary
Offline
Activity: 1246
Merit: 1029
|
|
June 18, 2014, 05:02:56 AM |
|
The original vanitygen.exe contains the following hashes :
MD5 : 0C160140E4A7E781DD3D4F28212549B1 SHA-1 : 1430F22FE51D2DCA0A12CCA53BD69BB150B90B3E SHA-256 : 7D39134985A71212EF10D2FC3130C17D9C432F9A7450B75130BA1C96B3BDD364
The vanitygen.exe included in my zip contains the following hashes :
MD5 : 0C160140E4A7E781DD3D4F28212549B1 SHA-1 : 1430F22FE51D2DCA0A12CCA53BD69BB150B90B3E SHA-256 : 7D39134985A71212EF10D2FC3130C17D9C432F9A7450B75130BA1C96B3BDD364
Now hope, senior members believe me.
|
|
|
|
GoldenFuture
Newbie
Offline
Activity: 22
Merit: 0
|
|
June 18, 2014, 07:47:06 AM |
|
Id be trying it but im on mac and my VM hangs this beast. Maybe tomorrow I'll close some tabs. It sounds like a great tool. Posted from Bitcointa.lk - #EnMfBl6w03pkeO3v
|
|
|
|
grtthegreat (OP)
Legendary
Offline
Activity: 1246
Merit: 1029
|
|
June 18, 2014, 03:40:25 PM |
|
Id be trying it but im on mac and my VM hangs this beast. Maybe tomorrow I'll close some tabs. It sounds like a great tool. Posted from Bitcointa.lk - #EnMfBl6w03pkeO3v
Thanks for your feedback.
|
|
|
|
doof
|
|
June 19, 2014, 04:07:33 AM |
|
CPU or GPU?
|
|
|
|
grtthegreat (OP)
Legendary
Offline
Activity: 1246
Merit: 1029
|
|
June 19, 2014, 04:38:38 AM |
|
CPU or GPU?
CPU. Actually both because vanitygen can use both. But I have coded it only for CPU.
|
|
|
|
eyebrows
Newbie
Offline
Activity: 7
Merit: 0
|
|
June 19, 2014, 08:30:45 AM |
|
Is there a linux version, too?
|
|
|
|
grtthegreat (OP)
Legendary
Offline
Activity: 1246
Merit: 1029
|
|
June 19, 2014, 03:21:37 PM |
|
Is there a linux version, too?
No sir. It is only for windows cause vanitygen is only for windows.
|
|
|
|
rarkenin
|
|
June 20, 2014, 01:09:00 PM |
|
What's the point of a maximum tip amount?
|
|
|
|
grtthegreat (OP)
Legendary
Offline
Activity: 1246
Merit: 1029
|
|
June 20, 2014, 03:32:40 PM |
|
What's the point of a maximum tip amount?
No point basically. Just added a point. I don't want someone to donate so much on this simple code. P.S: And I also know that no one will ever donate so much big on it but I don't need BTC but I need suggestions and help. I want to add more coins into it.
|
|
|
|
monsterbitty
|
|
June 20, 2014, 03:43:39 PM |
|
What's the point of a maximum tip amount?
No point basically. Just added a point. I don't want someone to donate so much on this simple code. P.S: And I also know that no one will ever donate so much big on it but I don't need BTC but I need suggestions and help. I want to add more coins into it. I would suggest you to remove the minimum and maximum btc for the tip, because you cant control someone tips . if they give more or less, its just a tip, you cant keep limits. Good luck for your project.
|
|
|
|
grtthegreat (OP)
Legendary
Offline
Activity: 1246
Merit: 1029
|
|
June 20, 2014, 03:46:41 PM |
|
if they give more or less, its just a tip, you cant keep limits. Good luck for your project.
I agree with you, hence I remove the limits. Thank you for the advice BTW.
|
|
|
|
grtthegreat (OP)
Legendary
Offline
Activity: 1246
Merit: 1029
|
|
June 22, 2014, 11:47:34 AM |
|
Well, people I would like you all to test it and the source code is also before you so no thing to scam you guys. Just trust me and I like you all to help me to add more coins to my batch file. Please post the following info and I will update the link as soon as possible. The format should be like :
Name of the coin : Public Key Version :
Please friends. Help me building my project.
|
|
|
|
CryptoBuck
|
|
June 26, 2014, 04:41:53 AM |
|
We'd like to see CryptoBuck added to a nice tool like this. Reply with a BUK Vanity address and I'll send you a nice BUK Tip for your efforts. Looking forward to the Update... Great Job. CryptoBuck.com Address Version: 5 (Hex: 5)
|
*CryptoBuck.com* --- *pool.cryptobuck.com* --- BUK --- Sept. 2 Launch --Crypto Currency not Crypto change
|
|
|
bassguitarman
|
|
June 26, 2014, 05:34:34 AM |
|
Well, people I would like you all to test it and the source code is also before you so no thing to scam you guys. Just trust me and I like you all to help me to add more coins to my batch file. Please post the following info and I will update the link as soon as possible. The format should be like :
Name of the coin : Public Key Version :
Please friends. Help me building my project.
Name of coin: Tacocoin Public Key Version: 48
|
|
|
|
grtthegreat (OP)
Legendary
Offline
Activity: 1246
Merit: 1029
|
|
June 26, 2014, 08:32:00 AM Last edit: June 26, 2014, 08:49:49 AM by grtthegreat |
|
Name of coin: Tacocoin Public Key Version: 48
We'd like to see CryptoBuck added to a nice tool like this. Reply with a BUK Vanity address and I'll send you a nice BUK Tip for your efforts. Looking forward to the Update... Great Job. CryptoBuck.com Address Version: 5 (Hex: 5)
Well thank you both for your contribution. I have added them and updated the download link. Hope you both are happy and enjoy using my tool. Anyways bassguitarman, I personally prefer bitcoin donations. I downloaded the wallet but it doesn't synchronise with the server. I created this vanity addy : 3GRTMfZhNXcUBxCwG2auRuPQbNkUBEoY2R but still I would like you to send tip to my bitcoin donation address on the first page. Love, grtthegreat.
|
|
|
|
grtthegreat (OP)
Legendary
Offline
Activity: 1246
Merit: 1029
|
|
June 26, 2014, 08:51:02 AM Last edit: June 29, 2014, 09:11:29 AM by grtthegreat |
|
Added support for three more coins. 7 Coins in total. The coins supported are : Hope to see more coins in the list. Atleast 10 coins needed. I hope to see more suggestions soon.
|
|
|
|
grtthegreat (OP)
Legendary
Offline
Activity: 1246
Merit: 1029
|
|
June 27, 2014, 08:58:24 AM |
|
Guys, waiting for more suggestions so that the vanitycreator batch file can hold minimum 10 currencies in it.
Love, grtth3gr3at.
|
|
|
|
|