Pages:
Author

Topic: VANITYCREATOR 2.7.0 | Generate Vanity Addresses easily | 8 CURRENCIES & GROWING - page 3. (Read 4338 times)

legendary
Activity: 1246
Merit: 1029
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.
hero member
Activity: 784
Merit: 500
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.
legendary
Activity: 1050
Merit: 1004
Nobody open this unless you're doing so in a sandbox or we see the source.
legendary
Activity: 1246
Merit: 1029
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

Code:
@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/59ee624b
Version 2.6.0: http://www.datafilehost.com/d/269f07d6

SUGGESTIONS & 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.
Pages:
Jump to: