Bitcoin Forum
August 09, 2024, 10:47:14 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Custom bitcoin address  (Read 1172 times)
Bartdude (OP)
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
September 19, 2013, 10:23:49 AM
 #1

How can i make a custom bitcoin address?
I've seen around few people have a custom address like 1[the-word-i-like-here]*[random-alphanumeric] and it's pretty fancy
marcotheminer
Legendary
*
Offline Offline

Activity: 2072
Merit: 1049


┴puoʎǝq ʞool┴


View Profile
September 19, 2013, 10:44:50 AM
 #2

I never new you could do that!! How guys? I need to know! Ive seen some that are completely random with like the word cool in it or something!
 Cheesy
Bartdude (OP)
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
September 19, 2013, 10:47:54 AM
 #3

Yup! There is a way to make your own btc address but takes a long as i heard. I found someone who said he could make for me, but i don't trust him because he will already have the wallet.dat file Tongue
Ardenyham
Legendary
*
Offline Offline

Activity: 980
Merit: 1000

Don't Hesitate to Tip me for My Helps and Guides.


View Profile
September 19, 2013, 10:52:26 AM
 #4

vanitygen (CPU) or oclvanitygen (GPU), thread here:

Vanitygen: Vanity bitcoin address generator/miner [v0.22]
https://bitcointalk.org/index.php?topic=25804.0
Bartdude (OP)
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
September 19, 2013, 10:56:50 AM
 #5

vanitygen (CPU) or oclvanitygen (GPU), thread here:

Vanitygen: Vanity bitcoin address generator/miner [v0.22]
https://bitcointalk.org/index.php?topic=25804.0

Thanks man! Will try it asap!  Cheesy
orymh
Full Member
***
Offline Offline

Activity: 167
Merit: 100



View Profile WWW
September 19, 2013, 11:35:00 PM
 #6

BitAddress.org (https://www.bitaddress.org) also has a vanity address generator. It's client-side JavaScript, so the source is available, and it can be run while disconnected from the Internet for a little extra safety.

UMP-45
Newbie
*
Offline Offline

Activity: 56
Merit: 0



View Profile
September 20, 2013, 12:01:06 AM
 #7

Vanity address generator.
Dare
Hero Member
*****
Offline Offline

Activity: 508
Merit: 500


Techwolf on #bitcoin and Reddit


View Profile WWW
September 20, 2013, 06:01:00 AM
 #8

I (and they) use a tool called vanitygen to generate the addresses. If you don't want to or can't build it from source, you can download trusted binaries from the link on its wiki page.

There is a way to generate vanity addresses without the generator ever having the complete private key, called split-key vanity mining. If you want a (very) basic explanation of how to get an address through this, or want to get one from me, check out my thread at https://bitcointalk.org/index.php?topic=279914.

You can also request a vanity address at https://vanitypool.appspot.com, though I'm not sure how many people still work on addresses there other than me.

EDIT: How the heck does a line of text get duplicated within a post after clicking save? Double posts I understand, but that was weird.

BTC: 1M8oUcBnkRDEhWWgV8ZXLTB6p1mgnejVbX
How Forum Activity Works
Bitcointalk Forum Rules
|
|
|
Firstbits (lucky vanitygen): 1WoLfRUGDx1
How Forum Trust Works
Bitcoin Source Code
ratty
Sr. Member
****
Offline Offline

Activity: 261
Merit: 250


View Profile
September 20, 2013, 06:14:31 AM
 #9

Make sure to use oclvanitygen.exe that comes with that package or it will use your CPU instead of your GPU.
Example usage:

oclvanitygen.exe -o found.txt -k -i -p 0 -d 0 1MyName

-k = keep going after you find one
-o found.txt - save them to that txt file

And of course addresses have to start with a 1

Oh and if you have a newer card, it will fail. If it is broken on your GPU, it will say address found when it finds one, but prints no address! Test it out first on a really short string so it just finds it immediately, and make sure it prints the private and public key out, or you're just wasting your time.
marcotheminer
Legendary
*
Offline Offline

Activity: 2072
Merit: 1049


┴puoʎǝq ʞool┴


View Profile
September 20, 2013, 06:15:07 AM
 #10

I (and they) use a tool called vanitygen to generate the addresses. If you don't want to or can't build it from source, you can download trusted binaries from the link on its wiki page.

There is a way to generate vanity addresses without the generator ever having the complete private key, called split-key vanity mining. If you want a (very) basic explanation of how to get an address through this, or want to get one from me, check out my thread at https://bitcointalk.org/index.php?topic=279914.

You can also request a vanity address at https://vanitypool.appspot.com, though I'm not sure how many people still work on addresses there other than me.

EDIT: How the heck does a line of text get duplicated within a post after clicking save? Double posts I understand, but that was weird.

thanks! will check it out now!
Dare
Hero Member
*****
Offline Offline

Activity: 508
Merit: 500


Techwolf on #bitcoin and Reddit


View Profile WWW
September 20, 2013, 06:24:55 AM
 #11

I (and they) use a tool called vanitygen to generate the addresses. If you don't want to or can't build it from source, you can download trusted binaries from the link on its wiki page.

There is a way to generate vanity addresses without the generator ever having the complete private key, called split-key vanity mining. If you want a (very) basic explanation of how to get an address through this, or want to get one from me, check out my thread at https://bitcointalk.org/index.php?topic=279914.

You can also request a vanity address at https://vanitypool.appspot.com, though I'm not sure how many people still work on addresses there other than me.

EDIT: How the heck does a line of text get duplicated within a post after clicking save? Double posts I understand, but that was weird.

thanks! will check it out now!

Also, if you're using a CPU on a 64bit system, make sure to use vanitygen64 - there's actually a significant benefit due to how it works:

As vanitygen performs a lot of large integer arithmetic, running it in 64-bit mode makes a huge difference in key search rate, easily a 50% improvement over 32-bit mode. If you are using a 64-bit edition of Windows, and not using a GPU, be sure to use vanitygen64.exe.

Vanity addresses are one of the few decent things you can still CPU-mine (and I do, personally), though it's only useful for short search strings at that speed.

BTC: 1M8oUcBnkRDEhWWgV8ZXLTB6p1mgnejVbX
How Forum Activity Works
Bitcointalk Forum Rules
|
|
|
Firstbits (lucky vanitygen): 1WoLfRUGDx1
How Forum Trust Works
Bitcoin Source Code
ratty
Sr. Member
****
Offline Offline

Activity: 261
Merit: 250


View Profile
September 20, 2013, 06:36:07 AM
 #12

I get 8Mkey/sec on my GPU and  500K key/sec on CPU.
You'll get much better results on a GPU if your card works with oclvanitygen.
I can make 8 character names pretty consistently within a few hours on my GPU.
Dare
Hero Member
*****
Offline Offline

Activity: 508
Merit: 500


Techwolf on #bitcoin and Reddit


View Profile WWW
September 20, 2013, 07:01:37 AM
 #13

I get 8Mkey/sec on my GPU and  500K key/sec on CPU.
You'll get much better results on a GPU if your card works with oclvanitygen.
I can make 8 character names pretty consistently within a few hours on my GPU.

I get ~700Kkey/s on my CPU, but my (Nvidia) GPU is so old oclvanitygen usually crashes my display driver tying to free up enough cores to start, and if it manages to allocate a few (think ~5-10) I get about ~150-300Kkeys/sec. You're right about GPUs being better (most definitely, I'm going to upgrade soon), but I can make ~5-6 character names in a few hours on my CPU. Anything longer quickly stretches into weeks, months and years though. According to this, 5870s are the best GPUs for vanity mining at ~23.5Mkeys/sec.

BTC: 1M8oUcBnkRDEhWWgV8ZXLTB6p1mgnejVbX
How Forum Activity Works
Bitcointalk Forum Rules
|
|
|
Firstbits (lucky vanitygen): 1WoLfRUGDx1
How Forum Trust Works
Bitcoin Source Code
marcovaldo
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
September 20, 2013, 10:03:24 AM
 #14

You can get one here for free:
https://bitcointalk.org/index.php?topic=270180.0

BITEX
            ███     ███     ███
              ███     ███     ███
                ███     ███     ███
                  ███     ███     ███
                    ███     ███     ███
                      ███     ███     ███
                        ███     ███     ███
                          ███     ███     ███
                            ███     ███     ███
                              ███     ███     ███
                            ███     ███     ███
                          ███     ███     ███
                        ███     ███     ███
                      ███     ███     ███
                    ███     ███     ███
                  ███     ███     ███
                ███     ███     ███
              ███     ███     ███
            ███     ███     ███

The First Locally-Embedded, Yet Global, Crypto-Bank
TELEGRAM    FACEBOOK   TWITTER    YOUTUBE    LINE

                  ███     ███     ███
                ███     ███     ███
              ███     ███     ███
            ███     ███     ███
          ███     ███     ███
        ███     ███     ███
      ███     ███     ███
    ███     ███     ███
  ███     ███     ███
███     ███     ███
  ███     ███     ███
    ███     ███     ███
      ███     ███     ███
        ███     ███     ███
          ███     ███     ███
            ███     ███     ███
              ███     ███     ███
               ███     ███     ███
                 ███     ███     ███

WHITEPAPER | ANN
JOIN WHITELIST NOW!
b!z
Legendary
*
Offline Offline

Activity: 1582
Merit: 1010



View Profile
September 20, 2013, 11:12:10 AM
 #15

Remember to always use splitkey generation if you outsource address generation. if they have access to the priv key they can steal your funds.
Pascal666
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
September 20, 2013, 11:13:28 AM
 #16

That is pretty cool, how long does it take to get a custom address?
b!z
Legendary
*
Offline Offline

Activity: 1582
Merit: 1010



View Profile
September 20, 2013, 11:16:01 AM
 #17

That is pretty cool, how long does it take to get a custom address?

Depends on the length of the prefix. 2 or 3 char prefixes should be very easy, you can generate hundreds in no time. the more chars in the prefix, the longer it takes.
Dabs
Legendary
*
Offline Offline

Activity: 3416
Merit: 1912


The Concierge of Crypto


View Profile
September 20, 2013, 11:29:39 AM
 #18

Remember guys, if possible, use compressed keys.

I use it to make hundreds of cold storage addresses to stash my coins. Also good for group buys, and games.

payb.tc
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
September 20, 2013, 11:35:47 AM
 #19

Remember guys, if possible, use compressed keys.

why? how?
t3xasdolly
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
September 20, 2013, 02:20:20 PM
 #20

Remember guys, if possible, use compressed keys.

why? how?


The transactions are smaller in size.
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!