Bitcoin Forum

Bitcoin => Project Development => Topic started by: ASICPool on April 21, 2013, 12:52:30 AM



Title: VanityGen GUI [Java]
Post by: ASICPool on April 21, 2013, 12:52:30 AM
Source: http://pastebin.com/0DuZmc48 (http://pastebin.com/0DuZmc48)
Just a frontend for the Windows VanityGen Bitcoin Address generator.

Download: http://www.mediafire.com/?la8bbdp76703b6c (http://www.mediafire.com/?la8bbdp76703b6c)

http://13h.imghost.us/Mp/vgen.png
Please let me know of any suggestions, comments, ideas you have


Title: Re: VanityGen GUI [Java]
Post by: OdinHephaestus on April 21, 2013, 01:12:06 AM
Source: http://pastebin.com/0DuZmc48 (http://pastebin.com/0DuZmc48)
Just a frontend for the Windows VanityGen Bitcoin Address generator.

Download: http://www.mediafire.com/?la8bbdp76703b6c (http://www.mediafire.com/?la8bbdp76703b6c)

http://13h.imghost.us/Mp/vgen.png
Please let me know of any suggestions, comments, ideas you have


Good work mate!

I highly suggest compiling from source, as you can not be sure how the source differs from the binary.  And as always, when dealing with vanity address generators, disconnect from your internet while using it, and make sure it's closed (CTL+SHIFT+ESC) before reconnecting.


Title: Re: VanityGen GUI [Java]
Post by: ASICPool on April 21, 2013, 01:28:14 AM
Source: http://pastebin.com/0DuZmc48 (http://pastebin.com/0DuZmc48)
Just a frontend for the Windows VanityGen Bitcoin Address generator.

Download: http://www.mediafire.com/?la8bbdp76703b6c (http://www.mediafire.com/?la8bbdp76703b6c)

http://13h.imghost.us/Mp/vgen.png
Please let me know of any suggestions, comments, ideas you have


Good work mate!

I highly suggest compiling from source, as you can not be sure how the source differs from the binary.  And as always, when dealing with vanity address generators, disconnect from your internet while using it, and make sure it's closed (CTL+SHIFT+ESC) before reconnecting.

Why disconnect from internet?


Title: Re: VanityGen GUI [Java]
Post by: OdinHephaestus on April 21, 2013, 01:45:55 AM
Source: http://pastebin.com/0DuZmc48 (http://pastebin.com/0DuZmc48)
Just a frontend for the Windows VanityGen Bitcoin Address generator.

Download: http://www.mediafire.com/?la8bbdp76703b6c (http://www.mediafire.com/?la8bbdp76703b6c)

http://13h.imghost.us/Mp/vgen.png
Please let me know of any suggestions, comments, ideas you have


Good work mate!

I highly suggest compiling from source, as you can not be sure how the source differs from the binary.  And as always, when dealing with vanity address generators, disconnect from your internet while using it, and make sure it's closed (CTL+SHIFT+ESC) before reconnecting.

Why disconnect from internet?

When dealing with any binary compiled by someone else that provides you with a key-pair, it's just safe practice to remove your PC from the net, in the case the binary tries to send the private key to someone else ;P

This isn't a reflection of you mate, good work on the GUI, it's just safe practice (like wearing a condom).


Title: Re: VanityGen GUI [Java]
Post by: ASICPool on April 21, 2013, 01:48:06 AM
Right!
I understand its just a precautionary thing!