Pages:
Author

Topic: How to make a custom bitcoin adress? (Read 1534 times)

sr. member
Activity: 448
Merit: 250
It's Money 2.0| It’s gold for nerds | It's Bitcoin
June 14, 2014, 01:26:11 PM
#22
There are a multitude of programs for generating vanity addresses but you should definitely do your research on how they work and their authors before you use them.
What could go wrong for example?

If the program creates a private key, uses a hash to find the public key and make a mistake. It could potentially give you a public key and the incorrect private key.
full member
Activity: 208
Merit: 148
May 26, 2014, 04:07:59 AM
#21
Is there another way to create addresses programatically?

I am having a hell of a time trying to get vanitygen to work on RedHat. I just need to be able to produce addresses with private keys offline.

As it's just standard python, this should work under Linux as well and is extremely short to review:

https://bitcointalksearch.org/topic/private-key-to-bitcoina-ddress-on-windows-95-424691
legendary
Activity: 1008
Merit: 1001
Let the chips fall where they may.
May 26, 2014, 03:47:00 AM
#20
Is there another way to create addresses programatically?

I am having a hell of a time trying to get vanitygen to work on RedHat. I just need to be able to produce addresses with private keys offline.

Sounds like you may be interesting in the sx command line utilities

legendary
Activity: 3598
Merit: 2386
Viva Ut Vivas
May 25, 2014, 05:53:00 AM
#19
There are a multitude of programs for generating vanity addresses but you should definitely do your research on how they work and their authors before you use them.
What could go wrong for example?

Someone writes a program that creates a public and private key for you, but is easily replicated. All they have to do is run their program to obtain your public key and they then have your private key.

Or something to that affect.
sr. member
Activity: 392
Merit: 250
May 25, 2014, 04:33:46 AM
#18
There are a multitude of programs for generating vanity addresses but you should definitely do your research on how they work and their authors before you use them.
What could go wrong for example?
sr. member
Activity: 938
Merit: 255
SmartFi - EARN, LEND & TRADE
May 25, 2014, 03:01:56 AM
#17
There are a multitude of programs for generating vanity addresses but you should definitely do your research on how they work and their authors before you use them.
legendary
Activity: 1302
Merit: 1004
Core dev leaves me neg feedback #abuse #political
May 25, 2014, 02:40:29 AM
#16
if you have any questions dont hesitate to send me a pm
legendary
Activity: 3598
Merit: 2386
Viva Ut Vivas
May 25, 2014, 02:38:46 AM
#15
Is there another way to create addresses programatically?

I am having a hell of a time trying to get vanitygen to work on RedHat. I just need to be able to produce addresses with private keys offline.

Have you seen my python script built from the electrum codebase?

https://bitcointalksearch.org/topic/electrum-seed-recovery-stand-alone-python-script-612143

(just make sure to get a new random seed, dont use the default!)

Thanks for the info. I'll check it out.
legendary
Activity: 1302
Merit: 1004
Core dev leaves me neg feedback #abuse #political
May 25, 2014, 02:36:56 AM
#14
Is there another way to create addresses programatically?

I am having a hell of a time trying to get vanitygen to work on RedHat. I just need to be able to produce addresses with private keys offline.

Have you seen my python script built from the electrum codebase?

https://bitcointalksearch.org/topic/electrum-seed-recovery-stand-alone-python-script-612143

(just make sure to get a new random seed, dont use the default!)
legendary
Activity: 3598
Merit: 2386
Viva Ut Vivas
May 25, 2014, 02:34:27 AM
#13
Is there another way to create addresses programatically?

I am having a hell of a time trying to get vanitygen to work on RedHat. I just need to be able to produce addresses with private keys offline.
hero member
Activity: 742
Merit: 502
Circa 2010
May 24, 2014, 11:55:46 PM
#12
I know people use vanity generators for addresses like it's no big deal to make millions of addresses,
But at some point if BTC gets mass adored wouldn't we run out of addresses?

Trust me, the sheer keyspace is far larger than that.

Quote
Generating an address doesn't touch the network at all. You'd only be wasting your CPU resources and disk space.

Also, a collision is highly unlikely.

Keys are 256 bit in length and are hashed in a 160 bit address.(2^160th power) Divide it by the world population and you have about 215,000,000,000,000,000,000,000,000,000,000,000,000 addresses per capita.

@OP: I would advise oclvanitygen (try the updated lifeboat one) rather than just pure vanitygen as GPUs will work more efficiently at finding addresses than CPUs.
legendary
Activity: 1302
Merit: 1004
Core dev leaves me neg feedback #abuse #political
May 24, 2014, 11:35:26 PM
#11
I know people use vanity generators for addresses like it's no big deal to make millions of addresses,
But at some point if BTC gets mass adored wouldn't we run out of addresses?

I sure hope it gets mass adored.  Smiley
legendary
Activity: 1176
Merit: 1018
May 24, 2014, 11:29:56 PM
#10
I know people use vanity generators for addresses like it's no big deal to make millions of addresses,
But at some point if BTC gets mass adored wouldn't we run out of addresses?

No.  Never.
hero member
Activity: 546
Merit: 500
Carpe Diem
May 24, 2014, 09:22:21 PM
#9
I know people use vanity generators for addresses like it's no big deal to make millions of addresses,
But at some point if BTC gets mass adored wouldn't we run out of addresses?
legendary
Activity: 1008
Merit: 1001
Let the chips fall where they may.
May 24, 2014, 06:09:49 PM
#8
Well I thought there was a more clever way, but bruteforce it is.

Vanitygen actually avoids redoing expensive calculations over and over again (mainly doing additions as I understand it). So it is a little clever.
legendary
Activity: 1106
Merit: 1005
May 24, 2014, 05:43:33 PM
#7
thanks for all the replies!

These are the vanity addresses that the people make using the brute force. it requires some kind of software and generation of these addresses takes time.
Well I thought there was a more clever way, but bruteforce it is.

if there was a more clever way it wouldn't be very well encrypted.
sr. member
Activity: 392
Merit: 250
May 24, 2014, 03:40:38 PM
#6
thanks for all the replies!

These are the vanity addresses that the people make using the brute force. it requires some kind of software and generation of these addresses takes time.
Well I thought there was a more clever way, but bruteforce it is.
full member
Activity: 182
Merit: 100
HEy Hey HEY??
May 24, 2014, 02:51:59 PM
#5
These are the vanity addresses that the people make using the brute force. it requires some kind of software and generation of these addresses takes time.
hero member
Activity: 910
Merit: 1000
May 24, 2014, 01:34:12 PM
#4
This article on the Bitcoin FAQ is pretty straight-forward: https://en.bitcoin.it/wiki/Vanitygen
legendary
Activity: 1008
Merit: 1001
Let the chips fall where they may.
May 24, 2014, 01:31:03 PM
#3
Vanitygen: Vanity bitcoin address generator/miner [v0.22].

Note that address re-use has severe privacy implication.

I have been using single-use vanity addresses myself.

Edit: Real life example of somebody regretting vanity addresses.
Pages:
Jump to: