How to create a beautiful BTC address

Father

Professional
Messages
2,602
Reaction score
800
Points
113
Today I will tell you how to generate a beautiful bitcoin address for yourself.

For example:
1337nNS92kmWwQkj7nhW4tbq3ATWGo3jFs
13Durex37ihmKKbxe1yArTeo6r565oRCoZ
1DoxEReRyR9NScZGr9XUKfZ7Qp8ikCtSj4

1pepsi5vWXE5HPSxRFuHLugezBhpKo1gf

And so on, I think you get the idea.

Let me clarify right away that the unit at the beginning of the address is required. Let's start.
Downloading this from github> https://github.com/samr7/vanitygen/downloads (first from the top)

Further, you must take into account that your address CANNOT BE these letters (and one number):

l - lowercase L
0 - zero

I - uppercase i
O - capital o

When we have already downloaded our archive from the github, open the console, first unpack the archive to the desktop into the btc folder

In the console we write:
Code:
cd Desktop \ btc

Next, we write to the console:
Code:
vanitygen.exe -i 1scammer

This option if you want to generate on the CPU. And yes, instead of 1scammer, you can write anything you want, for example 1pidor, etc.

-i indicates that case is not strict. those. if -i is spelled out it can generate both 1ScAmMEr and 1scAMMeR, I think you get the idea.

with this parameter, generate much faster, but if you need caps / lowercase (by the way, lowercase generates 58 times slower), then just remove -i and forget about characters that cannot be in your wallet (above).

To generate MILLIONS times faster (yes, yes), we need to generate through the GPU
Code:
oclvanitygen.exe -i 1scammer

Further in the console we will have this:
83be66d6902b874f503cc.png


Where Difficulty is the complexity of the generation.

MKeys / s - the number of MILLIONS of keys per second (with CPU it will be just keys),

total - how many keys were generated in total,

75% in 4.8 means that your probability of finding a public key with 1pepsi in the next 4.8 minutes is 75%.
63.1% is the probability of finding in already generated keys.

After generation, we get this:
8562a642779145e921cc6.png


Where:
Pattern - what is generated at our request.

Address is our full BTC address.
Privkey is a key to fully use the wallet.

Well generated, and then what?
And then download Electrum or another wallet. Why exactly he? It is time-tested and I have not seen any other wallets with the function of using my addresses.

Official website: https://electrum.org/#download

Further:
1. Install, when we get to the choice of the wallet, select.
2. Next, insert the Private Key here.
3. Rejoice
 
Top