Qwedcxza1 (OP)
Newbie
Offline
Activity: 43
Merit: 0
|
 |
April 28, 2013, 10:55:50 AM |
|
i saw somewhere else in the forum a post about mining pool for vanity addresses. is this done just by brute force until you hit a combination of letters that you want? if somebody mines a vanity address for you then won't they know the private key and the security will be compromised?
|
|
|
|
cypher1024
Newbie
Offline
Activity: 17
Merit: 0
|
 |
April 28, 2013, 10:57:14 AM |
|
There's some fancy math involved, but the miner who finds your vanity address doesn't get the private key.
|
|
|
|
Qwedcxza1 (OP)
Newbie
Offline
Activity: 43
Merit: 0
|
 |
April 28, 2013, 11:03:03 AM |
|
any links to the fancy maths? i don't get how a miner can give you the ability to generate a private key if he doesn't have the ability to do it himself and might already have done it.
|
|
|
|
Pzi4nk
Member

Offline
Activity: 70
Merit: 10
Move over clarinets, I'm getting on the band wagon
|
 |
April 28, 2013, 11:07:12 AM |
|
I haven't seen a "vanity" address. What would an example of that look like?
|
|
|
|
Qwedcxza1 (OP)
Newbie
Offline
Activity: 43
Merit: 0
|
 |
April 28, 2013, 11:12:44 AM |
|
i think yours might be something like Pzi4nknewbie8s878d578hwehj7hj76kxg6g
|
|
|
|
JompinDox
Member

Offline
Activity: 107
Merit: 10
|
 |
April 28, 2013, 11:12:54 AM |
|
I haven't seen a "vanity" address. What would an example of that look like?
Look at mine for instance 
|
Tips? 1ELECeJompinDox61L73eAUyaWpe3Q5HZB Down with socks!
|
|
|
cypher1024
Newbie
Offline
Activity: 17
Merit: 0
|
 |
April 28, 2013, 11:16:30 AM |
|
any links to the fancy maths? i don't get how a miner can give you the ability to generate a private key if he doesn't have the ability to do it himself and might already have done it.
It's actually pretty cool. From StackExchange: Bitcoin addresses are created from ECDSA keypairs. Their property is that if you take two private keys and add them together (with appropriate modulo operations), the sum will map to a public key that is the same one as one would obtain by adding the two public keys corresponding to the private keys.
This means that in order to outsource vanity key generation, one can create an ECDSA keypair, store the private key safely, and give out the public key to other people. They would then proceed to generate ECDSA keypairs, summing the generated public keys to the one provided by you, and checking whether they map to the appropriate vanity address. If it does, they need only to give you the appropriate private key, which you then need to add to your secret private key in order to obtain the private key that maps itself to the vanity address.
|
|
|
|
Pzi4nk
Member

Offline
Activity: 70
Merit: 10
Move over clarinets, I'm getting on the band wagon
|
 |
April 28, 2013, 11:37:29 AM |
|
i think yours might be something like Pzi4nknewbie8s878d578hwehj7hj76kxg6g
Gotcha. I was envisioning the whole string being customized. Thanks.
|
|
|
|
Pzi4nk
Member

Offline
Activity: 70
Merit: 10
Move over clarinets, I'm getting on the band wagon
|
 |
April 28, 2013, 11:39:19 AM |
|
I haven't seen a "vanity" address. What would an example of that look like?
Look at mine for instance  I see. Thanks for pointing that out. Somewhat cool. Kind of like when the first three letters of your randomly generated license plate number turns out to be your initials.
|
|
|
|
Qwedcxza1 (OP)
Newbie
Offline
Activity: 43
Merit: 0
|
 |
April 28, 2013, 11:59:10 AM |
|
any links to the fancy maths? i don't get how a miner can give you the ability to generate a private key if he doesn't have the ability to do it himself and might already have done it.
It's actually pretty cool. From StackExchange: Bitcoin addresses are created from ECDSA keypairs. Their property is that if you take two private keys and add them together (with appropriate modulo operations), the sum will map to a public key that is the same one as one would obtain by adding the two public keys corresponding to the private keys.
This means that in order to outsource vanity key generation, one can create an ECDSA keypair, store the private key safely, and give out the public key to other people. They would then proceed to generate ECDSA keypairs, summing the generated public keys to the one provided by you, and checking whether they map to the appropriate vanity address. If it does, they need only to give you the appropriate private key, which you then need to add to your secret private key in order to obtain the private key that maps itself to the vanity address. that is pretty cool
|
|
|
|
roozifus
|
 |
April 28, 2013, 12:09:24 PM |
|
any links to the fancy maths? i don't get how a miner can give you the ability to generate a private key if he doesn't have the ability to do it himself and might already have done it.
It's actually pretty cool. From StackExchange: Bitcoin addresses are created from ECDSA keypairs. Their property is that if you take two private keys and add them together (with appropriate modulo operations), the sum will map to a public key that is the same one as one would obtain by adding the two public keys corresponding to the private keys.
This means that in order to outsource vanity key generation, one can create an ECDSA keypair, store the private key safely, and give out the public key to other people. They would then proceed to generate ECDSA keypairs, summing the generated public keys to the one provided by you, and checking whether they map to the appropriate vanity address. If it does, they need only to give you the appropriate private key, which you then need to add to your secret private key in order to obtain the private key that maps itself to the vanity address. man i did two semesters of cryptography and it still trips me out sometimes :S
|
|
|
|
robin0van0der0vliet
Newbie
Offline
Activity: 17
Merit: 0
|
 |
April 28, 2013, 12:14:05 PM |
|
i saw somewhere else in the forum a post about mining pool for vanity addresses. is this done just by brute force until you hit a combination of letters that you want? if somebody mines a vanity address for you then won't they know the private key and the security will be compromised?
Yes, it just brute forces it, I waited a night for mine vanity address (see signature). 
|
|
|
|
tiktoc
|
 |
April 28, 2013, 12:15:05 PM |
|
There are two major topics on this in the technical and development forum if you want to read more about including information on the vanity pool.
|
|
|
|
|