Questions tagged [vanitygen]

vanitygen allows you to specify part of your bitcoin address.

Vanitygen allows you to specify part of your bitcoin address. It does this by repeatedly generating new addresses, and throwing away the ones that don't match. It has a companion program called oclvanitygen which achieves a massive speedup by using your graphics card instead of your CPU.

vanitygenminer connects to various vanity address pools and earns bitcoins by generating addresses and claiming bounties for them.

56 questions
9
votes
2 answers

Is a bitcoin address collision possible if generating 90 million addresses every 4 hours?

I am running a test to see if I can obtain a successful bitcoin address collision after generating billions of addresses. I am not entirely sure how I would check them yet. Basically I have an extra 10TB hard drive and am running supervanitygen on…
7
votes
2 answers

Best way to calculate difficulty of generating specific vanity address?

I'm now working at small tool, which purpose is to calculate difficulty (like number of attempts) of getting vanity address, like vanitygen (https://github.com/samr7/vanitygen) does. I've read some materials…
mikebutrimov
  • 221
  • 1
  • 5
7
votes
1 answer

Is it really safe to use vanitygen to generate your unique bitcoin address?

I've been wondering if using vanitygen to create your own bitcoin address with a unique prefix, is safe from being compromise by others? I'm currently using a shared wallet address from a trusted website and I'm targeting now to create my own…
6
votes
3 answers

How to pre-generate 100M bitcoin addresses?

What is the best method to generate large numbers of bitcoin addresses? I imagine something like the following would break bitcoind in some fashion: ./bitcoind keypool=100000000
user3145
  • 867
  • 1
  • 8
  • 17
5
votes
2 answers

Is it possible to create an address from a predefined private key?

I was not sure how to formulate the question title. What I want to achieve is the same as VanityGen and many other tools do to create an address starting with a predefined part, but with private keys. So basically I want to create a Bitcoin…
Steven Roose
  • 11,473
  • 8
  • 44
  • 71
5
votes
2 answers

How easy is finding related vanity addresses?

Is it easy to find out related vanity address '1googlex' if we already know '1google' vanity address pair, than through usual vanitygen iteration process? if yes, can this be extended further, like, '1googlexx', without exponentially increasing…
vi.su.
  • 1,842
  • 5
  • 23
  • 41
5
votes
3 answers

Use multiple GPU's with oclvanitygen

Does anyone know how to use multiple GPU's with oclvanitygen? I have these two: Available OpenCL platforms: 0: [Intel(R) Corporation] Intel(R) OpenCL 0: [Intel(R) Corporation] Intel(R) 1: [Intel(R) Corporation] Intel(R) HD Gra 1: [NVIDIA…
rahulgarg12342
  • 247
  • 1
  • 5
  • 10
5
votes
2 answers

Vanitygen: Why is it easier to generate an address that starts with a capital letter?

I get a much lower length of time if i make the first character a capital letter instead of a lowercase letter, when trying to generate a public key with Vanitygen. Shouldn't it be the same? Has anyone else experienced this? What is the math / logic…
deweydb
  • 247
  • 1
  • 3
  • 13
4
votes
2 answers

How does vanitygen calculate difficulty?

It seems really random. 1d is 1353, 1L is 22, 11 is 256, 11L is 78508, 11x is 78508, 111 is 65536, 112 is is 1335, 113 is 1330, 114 is 1330, 1L1 is 1330. I thought it was 58 to the power of the number of digits. Why isn't it?
lurf jurv
  • 2,704
  • 4
  • 22
  • 28
4
votes
3 answers

what are the chances of vanitygen address - private key pair collision?

With no random number seed specified, assuming all vanitygen runs start with specific chunk for iteration, what are the possibilities of two different vanitygen runs to end up with the same address - private key pair?
vi.su.
  • 1,842
  • 5
  • 23
  • 41
4
votes
4 answers

How can I test and verify a vanity key before I send coins to it?

I ran vanitygen and oclvanitygen on the same machine, and realized after my run that both exe's share the same output file. I've had experience in the past where many programs append to the same TXT file that corruption might happen. Regardless of…
makerofthings7
  • 12,656
  • 11
  • 60
  • 129
4
votes
2 answers

OSX Vanitygen error: pattern.c:32:10: fatal error: 'pcre.h' file not found

I get the error below when I try to make vanitygen according to the instructions listed in "install" Error from make (short version) 27 warnings generated. cc -ggdb -O3 -Wall -c -o pattern.o pattern.c pattern.c:32:10: fatal error: 'pcre.h' file…
makerofthings7
  • 12,656
  • 11
  • 60
  • 129
4
votes
1 answer

How to generate a zcash vanity address?

Is the main network address version for zcash already known? Is it possible to generate a mainnet address already? This could allow miners to start from minute 0 to mine on a anonymous pool. The addresses can exist without the network as they are…
q9f
  • 1,444
  • 3
  • 22
  • 46
3
votes
1 answer

Are vanity addresses Vanitygen generated really safe to use?

I’m not talking about whether Vanitygen can crack an any existing wallet or not. I know it is practically impossible, considering the computational resources required. But what if, it’s to crack vanity addresses generated by itself, Vanitygen? If…
3
votes
0 answers

Is anyone mathematically adding a Brain Wallet key with a hosted wallet (like vanitygen) for extra security?

This question is inspired by how the Vanity Gen pool operates. Basically there are two sets of keys and addresses: one that is stored at the Wallet hosting provider, the other set is derived from a Brain wallet. In order to sign the transaction,…
makerofthings7
  • 12,656
  • 11
  • 60
  • 129
1
2 3 4