Current Version : 1.1.0
Last Updated : 01/07/2014
The zip file contains the batch files (vancreate.bat) and vanitygen.exe (the original vanitygen application).
@echo off
TITLE VanityFIRECreator 1.1.0 - grtth3gr3at
CALL :GETINPUT
:GETINPUT
cls
echo You can terminate the batch job anytime by pressing CTRL+C
echo.
echo.
echo Official FireCoin BTCTalk Thread : http://goo.gl/8RpwCj
echo.
echo ==============================================================
echo Please Note that the FIRECOIN addresses always start with F
echo ==============================================================
echo.
echo and the prefix letters have been added for your convenience.
echo.
echo.
echo ==============================================================
echo Press 1 to create vanity FireCoin Address.
echo Press 2 to exit.
echo ==============================================================
echo.
set /p Entry=Enter your choice :
if "%Entry%"=="1" (GOTO FIRE)
if "%Entry%"=="2" (EXIT)
if "%Entry%"=="" (GOTO GETINPUT)
:FIRE
echo.
set /p Patt=Enter your vanity pattern : F
vanitygen.exe -X 35 F%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 for FireCoin
echo Version 1.1.0
echo Dated : 01/07/2014
echo.
pause
EXIT
Tips are accepted and appreciated.
All Tips maybe sent to : FFFFFL5tBfDWWvvMwhN3jtXmrzF8MViLvz