grtthegreat (OP)
Legendary
Offline
Activity: 1246
Merit: 1029
|
|
June 17, 2014, 05:44:56 PM Last edit: June 26, 2014, 08:43:44 AM by grtthegreat |
|
Hello guys, its me grtth3gr3at. I have developed a batch file which can use 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. As of now there are only four coins supported. 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 :
- Bitcoin
- Litecoin
- Dogecoin
- Ringo
- MetalCoin
- CryptoBuck
- TacoCoin
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.1.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 @echo off TITLE VanityCreator 2.1.0 - grtth3gr3at
CALL :GETINPUT
:GETINPUT cls echo BTCTalk Thread : http://goo.gl/xsPjsS echo. echo ============================================================== echo Please Note that the BTC addresses always start with 1 echo LTC addresses always start with L echo DOGE addresses always start with D echo RINGO addresses always start with R echo MTC addresses always start with L echo CRYPTOBUCK addresses always start with 3 echo TACO addresses always start with L echo ============================================================== echo. echo and 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 RINGO Address. echo Press 5 to create vanity METAL COIN Address. echo Press 6 to create vanity CRYPTOBUCK Address. echo Press 7 to create vanity TACOCOIN Address. echo Press 8 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 RINGO) if "%Entry%"=="5" (GOTO LTC) if "%Entry%"=="6" (GOTO BUCK) if "%Entry%"=="7" (GOTO LTC) if "%Entry%"=="8" (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
:RINGO echo. set /p Patt=Enter your vanity pattern : R vanitygen.exe -X 60 R%Patt% GOTO SAFETY
:BUCK echo. set /p Patt=Enter your vanity pattern : 3 vanitygen.exe -X 5 3%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.1.0 echo Dated : 26/6/2014 echo. pause EXIT 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. All Tips maybe sent to : 1GRT8aK2wBGPnUGx7BdAPHwGsHqtDjfTBo
|
|
|
|
jebus911
|
|
June 18, 2014, 06:17:12 AM |
|
ok, I gotta ask. Why ringo?
|
|
|
|
grtthegreat (OP)
Legendary
Offline
Activity: 1246
Merit: 1029
|
|
June 18, 2014, 06:34:28 AM |
|
ok, I gotta ask. Why ringo?
Its a new good coin I just love. You can suggest some more coins. They should be of the format Name : Public Key Version : and that's it, I will add it within 24 hours or so.
|
|
|
|
Collegestudent
|
|
June 18, 2014, 06:34:58 AM |
|
What is a vanity address and what will it do to the coin
|
|
|
|
grtthegreat (OP)
Legendary
Offline
Activity: 1246
Merit: 1029
|
|
June 18, 2014, 06:42:29 AM |
|
What is a vanity address and what will it do to the coin
Vanity address is a stylish address with your name or so in it. People like creating vanity addresses. This address 1GRT8aK2wBGPnUGx7BdAPHwGsHqtDjfTBo seems better than my normal address : 1BSSSGnCZTyCJaArdQg5iQJ9SvqKjHRiJY
|
|
|
|
Collegestudent
|
|
June 18, 2014, 07:00:30 AM |
|
What is a vanity address and what will it do to the coin
Vanity address is a stylish address with your name or so in it. People like creating vanity addresses. This address 1GRT8aK2wBGPnUGx7BdAPHwGsHqtDjfTBo seems better than my normal address : 1BSSSGnCZTyCJaArdQg5iQJ9SvqKjHRiJYWhats the difference and why does it matter..lol
|
|
|
|
grtthegreat (OP)
Legendary
Offline
Activity: 1246
Merit: 1029
|
|
June 18, 2014, 07:17:44 AM |
|
Whats the difference and why does it matter..lol
People like their names in their bitcoin addies, its their mindset. It looks good to use a vanity address. Its free ofcourse, why are you asking so many questions ?
|
|
|
|
jebus911
|
|
June 18, 2014, 07:48:28 AM |
|
ok, I gotta ask. Why ringo?
Its a new good coin I just love. You can suggest some more coins. They should be of the format Name : Public Key Version : and that's it, I will add it within 24 hours or so. Haha, I feel you dude, I actually picked up a good deal of it really low to sit on because the dev seems super committed. Idk why he's that committed... Fucker must love apples something fierce
|
|
|
|
grtthegreat (OP)
Legendary
Offline
Activity: 1246
Merit: 1029
|
|
June 26, 2014, 08:45:22 AM |
|
Added support for three more currencies. 1. MetalCoin 2. CryptoBuck 3. TacoCoin. And current version is 2.1.0. Download it here
|
|
|
|
FredDag
|
|
July 09, 2014, 04:02:47 AM |
|
Sorry if this is a stupid question, but where would one find a coins " Public Key Version (i.e. -X ??) " I'm guessing it's specified in one of the source files, but haven't had any luck finding which yet.
|
|
|
|
grtthegreat (OP)
Legendary
Offline
Activity: 1246
Merit: 1029
|
|
July 09, 2014, 08:06:39 AM |
|
Sorry if this is a stupid question, but where would one find a coins " Public Key Version (i.e. -X ??) " I'm guessing it's specified in one of the source files, but haven't had any luck finding which yet. Its actually located in base58.h file and usually in line 279. Anyways please go to the thread : https://bitcointalk.org/index.php?topic=655908.0. The thread there is updated to version 2.5.0.
|
|
|
|
|