Bitcoin Forum
May 07, 2024, 09:28:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 [70] 71 72 73 74 75 76 77 78 »
1381  Alternate cryptocurrencies / Altcoin Discussion / VANITYCREATOR 2.1.0 | Generate Vanity Addresses with ease - 7 CURRENCIES on: June 17, 2014, 05:44:56 PM
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

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
1382  Economy / Digital goods / Re: MICROSOFT Volume Keys for BTC/LTC/DOGE/RINGO on: June 16, 2014, 06:57:49 AM
Bumping just for the sake of my business.
1383  Economy / Services / Re: NEWBIES & JR MEMBERS Signature PAYMENT - NEW RATES! on: June 15, 2014, 01:05:22 PM
Hello,
Nice to hear that there is a real signature campaign for newbies and jr members. BTW is the newbie signature must not have any functional link in it? 2 cents per pot is not very low for newbie. There is a lot of offers on the net to be paid for posting, but they pay about 5-10 cents per post for something you really dont care.
If you need someone to help you with the watching for spam or trollling with their posts I can help!
BR
Gondel

Newbies don't have permission to use link based signatures. Hope you know about it dear sr.member.
1384  Economy / Services / Re: ▶▶ Luckyb.it = SELL YOUR SIGNATURE = Open Enrollment NOW = up to 0.1 BTC A MONTH on: June 13, 2014, 07:28:15 PM
Pay date and cutoff is 30 days from signup? or 30 days from when the promo was announced? thx

It is always from the date of signup.
1385  Economy / Games and rounds / Re: Celebrate World Cup and get your FREE BTC HERE on: June 13, 2014, 07:26:12 PM
1BSSSGnCZTyCJaArdQg5iQJ9SvqKjHRiJY
PM sent.
1386  Economy / Gambling / Re: LuckyBit - putting suspense back into gambling on: June 13, 2014, 10:03:08 AM
Surprise prize??  hey crack, let us know what you got from them.
1387  Economy / Gambling / Re: LuckyBit - putting suspense back into gambling on: June 13, 2014, 03:21:05 AM

Award this guy a amount of a whole bitcoin for the milestone.
1388  Economy / Digital goods / Re: MICROSOFT Volume Keys for BTC/LTC/DOGE/RINGO on: June 12, 2014, 11:51:10 AM
I would like to get a 15 activation volume key for Microsoft Office 2013 Pro Plus how much would it cost me?

It would cost 0.05 btc but as I am away from my computer,  i will send you the key on 15th... Please wait for me cause I don't want to lose my customers. Anyways please sure that you send the payment to the address on the first page.
1389  Economy / Digital goods / Re: MICROSOFT Volume Keys for BTC/LTC/DOGE/RINGO on: June 08, 2014, 05:26:29 AM
The minimum no. Of Activations to be purchased is 5. Anyway it would cost 0.05 BTC  for windows 8.1 key with 5 Activations..
1390  Economy / Digital goods / Re: MICROSOFT Volume Keys for BTC/LTC/DOGE/RINGO on: June 07, 2014, 04:47:45 PM
Once I get enough from my sig campaign yes. But not right now.

Okay, will wait for you eagerly.
1391  Economy / Digital goods / Re: MICROSOFT Volume Keys for BTC/LTC/DOGE/RINGO on: June 07, 2014, 04:43:48 PM
Smiley nothing terrible just not the best way to advertise.

Anyways would you like to buy any ??
1392  Economy / Digital goods / Re: MICROSOFT Volume Keys for BTC/LTC/DOGE/RINGO on: June 07, 2014, 04:38:04 PM
You sent me a private message linking me here.
Being a full member doesn't mean shit.

Okay calm down baby, take a chill pill. I just asked you if you would like to buy any, I didn't force you or abuse you.
1393  Economy / Digital goods / Re: MICROSOFT Volume Keys for BTC/LTC/DOGE/RINGO on: June 07, 2014, 04:25:17 PM
Who else got spam PM'd and got a link here?

No one. This is not a place for spam. And everyone here gets a legit key. So, being a Jr.Member don't say that I spam because you are given low priority.
1394  Economy / Digital goods / Re: [WTB] Pokemon X or Y [EUR] [DIGITAL CODE] on: June 07, 2014, 09:27:05 AM
Sent you PM with the links in it.

Payments be sent to : 1BSSSGnCZTyCJaArdQg5iQJ9SvqKjHRiJY
1395  Economy / Digital goods / Re: MICROSOFT Volume Keys for BTC/LTC/DOGE/RINGO on: June 07, 2014, 06:13:52 AM
Bought some Win 7 and server 2012 key. Very fast service.
Will check the keys and update this after installation in some days

Thank you sir. Just waiting for your further response.
1396  Economy / Digital goods / Re: MICROSOFT Volume Keys for BTC/LTC/DOGE/RINGO on: June 07, 2014, 05:39:36 AM
Another successful deal with shkbits. He bought Windows 8 Activation Key with 5 activations for 0.005 BTC.
1397  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [RIN] ♥ Ringo ♥ | PoS | Difficulty Reward | update v1.0.4.1 on: June 07, 2014, 05:16:49 AM
The new announcement thread looks nice.
Thanks!!
It was supported  by  @badon_420

Good looking design. Just waiting for it to become more popular among the btc,ltc and doge community.
1398  Economy / Gambling / Re: LuckyBit - putting suspense back into gambling on: June 07, 2014, 12:01:05 AM
It would be nice to have a list of the biggest losers and amount bet each day
Someone lost 500BTC on JD today

In that case, the JD operator earned a lot of profit today. He's a lucky guy with a  lot of BTC in his cold storage. My brain just freezes when I see the JD cold storage addy.
1399  Economy / Digital goods / Re: private keys on: June 06, 2014, 11:58:33 PM
I want to correct one more bit of bad information from your OP for anyone else reading this thread.
There is only one very simple rule for creating a good private key and it is:
Generate a cryptographically secure 256 bit random number between 1 and the maximum possible private key.
That is it, there aint no more.

I don't think he would like to mess with a Hero Member like you who has been in this field since a long time... LOL Chirag, you are just fucked up.
1400  Economy / Gambling / Re: LuckyBit - putting suspense back into gambling on: June 06, 2014, 04:56:00 PM
I am next. My tune "SOULJA BOY TELL'EM - CRANK THAT"

SOULJA BOY TELL'EM - CRANK THAT

http://www.youtube.com/watch?v=8UFIYGkROII
Pages: « 1 ... 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 [70] 71 72 73 74 75 76 77 78 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!