Bitcoin Forum
April 23, 2024, 03:10:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4]  All
  Print  
Author Topic: [Guide] How to create your customized Bitcoin-Address (vanitygen) – step by step  (Read 3074 times)
nc50lc
Legendary
*
Offline Offline

Activity: 2394
Merit: 5526


Self-proclaimed Genius


View Profile
September 24, 2020, 07:56:51 AM
Merited by 1miau (4)
 #61

Question, Is it possible to get a private key of other btc address holding huge btc by using the program searching the btc public address?
Here's an analogy, or straight comparison to lottery rather:

  • The chance that you'll hit a jackpot of a 6-digit 42-balls lottery is 1 out of 42^6
    = 1 out of 5,489,031,744
  • The chance that Vanitysearch/gen will hit the private key of your target address is 1 out of 2^256 (minus one Duodecillion approx)
    = 1 out of 115,792,089,237,316,195,423,570,985,008,687,907,852,837,564,279,074,904,382,605,163,141,518,161,494,336

Even though a lottery only takes place 1-7 times a week while tools like this can search millions of keys per second,
the difference is still a lot compared to your chances of hitting a jackpot, just look at the numbers.

I used the private key instead of the address for the "chance formula" because you can't search for the address private key without generating a random/sequence of private key first.

Here's a real-world example:


With a speed of 9.12 million keys per second, I'll be able to "hack" the funds of address 1BitcoinEaterAddressDontSendf59kuE in about 3.52425e+33 years.
That's equivalent to 3,524,250,000,000,000,000,000,000,000,000,000 years  Smiley

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713885034
Hero Member
*
Offline Offline

Posts: 1713885034

View Profile Personal Message (Offline)

Ignore
1713885034
Reply with quote  #2

1713885034
Report to moderator
1713885034
Hero Member
*
Offline Offline

Posts: 1713885034

View Profile Personal Message (Offline)

Ignore
1713885034
Reply with quote  #2

1713885034
Report to moderator
1miau (OP)
Legendary
*
Offline Offline

Activity: 2128
Merit: 6733


Currently not much available - see my websitelink


View Profile WWW
September 25, 2020, 01:11:02 AM
 #62

[4] You can totally disregard #3 and the directory selection by opening the command prompt directly from where Vanitygen is stored.
  • Browse to the folder where vanitygen/oclvanitygen is.
  • Press CTRL+SHIFT+RightClick on an empty space within the folder (not on the executable/files), click "Open command window here".
Quoting myself here for an update:
New Windows10 builds replaced the "Open command window here" with "Open PowerShell window here",
it'll work just fine but needs a slight modification in the command to launch/open executables.
Additionally, now holding Shift will trigger that right-click menu instead of Ctrl+Shift.

After opening the PowerShell directly from the directory of Vanitygen/search, start the command with .\
Example:
Code:
.\vanitysearch.exe -stop 1test
Added to my OP accordingly:

1. Go to the folder where vanitygen/oclvanitygen is stored.
2. Using Command Prompt: Press CTRL+SHIFT+Right Click on an empty space within the folder (not on the executable/files), click "Open command window here". Now the Command Prompt opens. [1]
2. Using Power Shell: Press SHIFT+Right Click on an empty space within the folder (not on the executable/files), click "Open PowerShell window here". Now PowerShell (Command Prompt) opens. [2]
3. You can start directly to enter the details you want, like described in step 5.

(source: nc50lc [1], nc50lc [2])

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Synchronice
Hero Member
*****
Offline Offline

Activity: 840
Merit: 757


Watch Bitcoin Documentary - https://t.ly/v0Nim


View Profile
February 18, 2023, 07:49:02 PM
Merited by 1miau (1)
 #63

I was looking for customized bitcoin-address generation through this website and just right now discovered this article, it's phenomenal but there is slight correction from me:
When I clicked on original address to download from github, https://github.com/samr7/vanitygen/downloads showed me 404 error page. As it seems, correct url at the moment is without the addition of /downloads, i.e. https://github.com/samr7/vanitygen is a right one that directly connects you to page.

.freebitcoin.       ▄▄▄█▀▀██▄▄▄
   ▄▄██████▄▄█  █▀▀█▄▄
  ███  █▀▀███████▄▄██▀
   ▀▀▀██▄▄█  ████▀▀  ▄██
▄███▄▄  ▀▀▀▀▀▀▀  ▄▄██████
██▀▀█████▄     ▄██▀█ ▀▀██
██▄▄███▀▀██   ███▀ ▄▄  ▀█
███████▄▄███ ███▄▄ ▀▀▄  █
██▀▀████████ █████  █▀▄██
 █▄▄████████ █████   ███
  ▀████  ███ ████▄▄███▀
     ▀▀████   ████▀▀
BITCOIN
DICE
EVENT
BETTING
WIN A LAMBO !

.
            ▄▄▄▄▄▄▄▄▄▄███████████▄▄▄▄▄
▄▄▄▄▄██████████████████████████████████▄▄▄▄
▀██████████████████████████████████████████████▄▄▄
▄▄████▄█████▄████████████████████████████▄█████▄████▄▄
▀████████▀▀▀████████████████████████████████▀▀▀██████████▄
  ▀▀▀████▄▄▄███████████████████████████████▄▄▄██████████
       ▀█████▀  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  ▀█████▀▀▀▀▀▀▀▀▀▀
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.PLAY NOW.
1miau (OP)
Legendary
*
Offline Offline

Activity: 2128
Merit: 6733


Currently not much available - see my websitelink


View Profile WWW
February 18, 2023, 09:01:02 PM
 #64

I was looking for customized bitcoin-address generation through this website and just right now discovered this article, it's phenomenal but there is slight correction from me:
When I clicked on original address to download from github, https://github.com/samr7/vanitygen/downloads showed me 404 error page. As it seems, correct url at the moment is without the addition of /downloads, i.e. https://github.com/samr7/vanitygen is a right one that directly connects you to page.
Yes, you are right. Obviously, GitHub has changed a bit and my current link is not supported anymore...
I've added it in my OP and replaced the link.
Many thanks for pointing it out.  Smiley

If you need a customized SegWit-Address generator, you might also be interested in VanitySearch from Jean_Luc.
He's even active on Bitcointalk: https://bitcointalk.org/index.php?topic=5112311.0

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Synchronice
Hero Member
*****
Offline Offline

Activity: 840
Merit: 757


Watch Bitcoin Documentary - https://t.ly/v0Nim


View Profile
February 19, 2023, 07:53:43 AM
Last edit: February 19, 2023, 08:49:56 AM by Synchronice
Merited by Halab (2), 1miau (2)
 #65

I was looking for customized bitcoin-address generation through this website and just right now discovered this article, it's phenomenal but there is slight correction from me:
When I clicked on original address to download from github, https://github.com/samr7/vanitygen/downloads showed me 404 error page. As it seems, correct url at the moment is without the addition of /downloads, i.e. https://github.com/samr7/vanitygen is a right one that directly connects you to page.
Yes, you are right. Obviously, GitHub has changed a bit and my current link is not supported anymore...
I've added it in my OP and replaced the link.
Many thanks for pointing it out.  Smiley

If you need a customized SegWit-Address generator, you might also be interested in VanitySearch from Jean_Luc.
He's even active on Bitcointalk: https://bitcointalk.org/index.php?topic=5112311.0
Wait wait, there is still something wrong there. I can't download windows executable files from that URL. Somehow, I found a valid url on Bitcoin wiki and changed version from 0.20 to 0.22 (the latest one I assume) - https://github.com/downloads/samr7/vanitygen/vanitygen-0.21-win.zip

Otherwise, every step works correctly, tried and generated wallet successfully. Danke sehr Smiley


I successfully generated address via CPU but I want to generate it via GPU. Followed the steps but then I got this error.



.freebitcoin.       ▄▄▄█▀▀██▄▄▄
   ▄▄██████▄▄█  █▀▀█▄▄
  ███  █▀▀███████▄▄██▀
   ▀▀▀██▄▄█  ████▀▀  ▄██
▄███▄▄  ▀▀▀▀▀▀▀  ▄▄██████
██▀▀█████▄     ▄██▀█ ▀▀██
██▄▄███▀▀██   ███▀ ▄▄  ▀█
███████▄▄███ ███▄▄ ▀▀▄  █
██▀▀████████ █████  █▀▄██
 █▄▄████████ █████   ███
  ▀████  ███ ████▄▄███▀
     ▀▀████   ████▀▀
BITCOIN
DICE
EVENT
BETTING
WIN A LAMBO !

.
            ▄▄▄▄▄▄▄▄▄▄███████████▄▄▄▄▄
▄▄▄▄▄██████████████████████████████████▄▄▄▄
▀██████████████████████████████████████████████▄▄▄
▄▄████▄█████▄████████████████████████████▄█████▄████▄▄
▀████████▀▀▀████████████████████████████████▀▀▀██████████▄
  ▀▀▀████▄▄▄███████████████████████████████▄▄▄██████████
       ▀█████▀  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀  ▀█████▀▀▀▀▀▀▀▀▀▀
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.PLAY NOW.
1miau (OP)
Legendary
*
Offline Offline

Activity: 2128
Merit: 6733


Currently not much available - see my websitelink


View Profile WWW
February 19, 2023, 06:38:55 PM
Merited by Synchronice (1)
 #66

Wait wait, there is still something wrong there. I can't download windows executable files from that URL. Somehow, I found a valid url on Bitcoin wiki and changed version from 0.20 to 0.22 (the latest one I assume) - https://github.com/downloads/samr7/vanitygen/vanitygen-0.21-win.zip
Yeah, I've added the right link for download accordingly.

Otherwise, every step works correctly, tried and generated wallet successfully. Danke sehr Smiley
Nice to hear, I hope you found some nice vanity addresses.  Smiley

I successfully generated address via CPU but I want to generate it via GPU. Followed the steps but then I got this error.
I've tried it as well, I don't get such an error but doesn't work for me as well because it depends on your device. Maybe that's a good question for the original topic and someon can help you for your question.
The original topic is in Development and Technical Discussion, so someone probably has a valid answer.  Smiley
Vanitygen: Vanity bitcoin address generator/miner [v0.22]

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
nc50lc
Legendary
*
Offline Offline

Activity: 2394
Merit: 5526


Self-proclaimed Genius


View Profile
February 20, 2023, 04:18:24 AM
Merited by 1miau (1), Synchronice (1)
 #67

-snip-
I successfully generated address via CPU but I want to generate it via GPU. Followed the steps but then I got this error.
Try VanitySearch, Vanitygen may be too outdated for your new generation RTX Nvidia GPU.

VanitySearch Bitcointalk Thread: https://bitcointalk.org/index.php?topic=5112311.0
VanitySearch GitHub Repository: https://github.com/JeanLucPons/VanitySearch

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
1miau (OP)
Legendary
*
Offline Offline

Activity: 2128
Merit: 6733


Currently not much available - see my websitelink


View Profile WWW
May 16, 2023, 11:37:00 PM
Merited by Tytanowy Janusz (1)
 #68

After all images are inaccessible on imgur right now, all pictures are available again for this topic.  Smiley



In addition, I've added all known translations in my OP:


Translations

Languagetranslated byTitle
_______________________________________________________________________________________________________________________
Română (Romanian)GazetaBitcoin[GHID] Cum îți creezi o adresă Bitcoin personalizată (vanitygen) – pas cu pas
Deutsch (German)1miauSo legt ihr euch eine persönliche Bitcoin-Adresse an (vanitygen)
中文 (Chinese)ericz一步步创建个性化BTC地址
PilipinasWintersoldier[Guide] Paaano bumuo ng customized Bitcoin-Address (vanitygen) – step by step
PolskiTytanowy Janusz[TUTORIAL] Spersonalizowany adres Bitcoina
العربية (Arabic)khaled0111كيفية الحصول على عنوان بيتكوين مميز


If I've missed any of your translations, please let me know.  Smiley

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Chilwell
Sr. Member
****
Offline Offline

Activity: 546
Merit: 408


The Alliance Of Bitcointalk Translators - ENG>PID


View Profile WWW
November 06, 2023, 08:04:58 AM
 #69

After all images are inaccessible on imgur right now, all pictures are available again for this topic.  Smiley



In addition, I've added all known translations in my OP:


Translations

Languagetranslated byTitle
_______________________________________________________________________________________________________________________
Română (Romanian)GazetaBitcoin[GHID] Cum îți creezi o adresă Bitcoin personalizată (vanitygen) – pas cu pas
Deutsch (German)1miauSo legt ihr euch eine persönliche Bitcoin-Adresse an (vanitygen)
中文 (Chinese)ericz一步步创建个性化BTC地址
PilipinasWintersoldier[Guide] Paaano bumuo ng customized Bitcoin-Address (vanitygen) – step by step
PolskiTytanowy Janusz[TUTORIAL] Spersonalizowany adres Bitcoina
العربية (Arabic)khaled0111كيفية الحصول على عنوان بيتكوين مميز


If I've missed any of your translations, please let me know.  Smiley

With your permission I will like to translate this topic to my local board naija "pidgin language". Thank you.

R


▀▀▀▀▀▀▀██████▄▄
████████████████
▀▀▀▀█████▀▀▀█████
████████▌███▐████
▄▄▄▄█████▄▄▄█████
████████████████
▄▄▄▄▄▄▄██████▀▀
LLBIT|
4,000+ GAMES
███████████████████
██████████▀▄▀▀▀████
████████▀▄▀██░░░███
██████▀▄███▄▀█▄▄▄██
███▀▀▀▀▀▀█▀▀▀▀▀▀███
██░░░░░░░░█░░░░░░██
██▄░░░░░░░█░░░░░▄██
███▄░░░░▄█▄▄▄▄▄████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█████████
▀████████
░░▀██████
░░░░▀████
░░░░░░███
▄░░░░░███
▀█▄▄▄████
░░▀▀█████
▀▀▀▀▀▀▀▀▀
█████████
░░░▀▀████
██▄▄▀░███
█░░█▄░░██
░████▀▀██
█░░█▀░░██
██▀▀▄░███
░░░▄▄████
▀▀▀▀▀▀▀▀▀
|
██░░░░░░░░░░░░░░░░░░░░░░██
▀█▄░▄▄░░░░░░░░░░░░▄▄░▄█▀
▄▄███░░░░░░░░░░░░░░███▄▄
▀░▀▄▀▄░░░░░▄▄░░░░░▄▀▄▀░▀
▄▄▄▄▄▀▀▄▄▀▀▄▄▄▄▄
█░▄▄▄██████▄▄▄░█
█░▀▀████████▀▀░█
█░█▀▄▄▄▄▄▄▄▄██░█
█░█▀████████░█
█░█░██████░█
▀▄▀▄███▀▄▀
▄▀▄
▀▄▄▄▄▀▄▀▄
██▀░░░░░░░░▀██
||.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
░▀▄░▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄░▄▀
███▀▄▀█████████████████▀▄▀
█████▀▄░▄▄▄▄▄███░▄▄▄▄▄▄▀
███████▀▄▀██████░█▄▄▄▄▄▄▄▄
█████████▀▄▄░███▄▄▄▄▄▄░▄▀
███████████░███████▀▄▀
███████████░██▀▄▄▄▄▀
███████████░▀▄▀
████████████▄▀
███████████
▄▄███████▄▄
▄████▀▀▀▀▀▀▀████▄
▄███▀▄▄███████▄▄▀███▄
▄██▀▄█▀▀▀█████▀▀▀█▄▀██▄
▄██▄██████▀████░███▄██▄
███░████████▀██░████░███
███░████░█▄████▀░████░███
███░████░███▄████████░███
▀██▄▀███░█████▄█████▀▄██▀
▀██▄▀█▄▄▄██████▄██▀▄██▀
▀███▄▀▀███████▀▀▄███▀
▀████▄▄▄▄▄▄▄████▀
▀▀███████▀▀
OFFICIAL PARTNERSHIP
FAZE CLAN
SSC NAPOLI
|
1miau (OP)
Legendary
*
Offline Offline

Activity: 2128
Merit: 6733


Currently not much available - see my websitelink


View Profile WWW
November 06, 2023, 08:02:51 PM
 #70

With your permission I will like to translate this topic to my local board naija "pidgin language". Thank you.

Of course, it's a bit technical but you can try to translate it to your local board.
I've approved your request and it's now officially reserved:

Languagetranslated byTitle
_______________________________________________________________________________________________________________________
Nigeria (Naija)Chilwell (reserved)reserved

As always, you can link your translation here, when it's done, but no hurry.  Smiley

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Chilwell
Sr. Member
****
Offline Offline

Activity: 546
Merit: 408


The Alliance Of Bitcointalk Translators - ENG>PID


View Profile WWW
January 08, 2024, 07:06:21 AM
 #71

With your permission I will like to translate this topic to my local board naija "pidgin language". Thank you.

Of course, it's a bit technical but you can try to translate it to your local board.
I've approved your request and it's now officially reserved:

Languagetranslated byTitle
_______________________________________________________________________________________________________________________
Nigeria (Naija)Chilwell (reserved)reserved

As always, you can link your translation here, when it's done, but no hurry.  Smiley
Good day sir,
I want to let you know that I have translated this topic https://bitcointalk.org/index.php?topic=5096373.0 to my local board naija, here is the link to my translation https://bitcointalk.org/index.php?topic=5480793.msg63461147#msg63461147
Thanks for giving me the opportunity for the translation,

R


▀▀▀▀▀▀▀██████▄▄
████████████████
▀▀▀▀█████▀▀▀█████
████████▌███▐████
▄▄▄▄█████▄▄▄█████
████████████████
▄▄▄▄▄▄▄██████▀▀
LLBIT|
4,000+ GAMES
███████████████████
██████████▀▄▀▀▀████
████████▀▄▀██░░░███
██████▀▄███▄▀█▄▄▄██
███▀▀▀▀▀▀█▀▀▀▀▀▀███
██░░░░░░░░█░░░░░░██
██▄░░░░░░░█░░░░░▄██
███▄░░░░▄█▄▄▄▄▄████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█████████
▀████████
░░▀██████
░░░░▀████
░░░░░░███
▄░░░░░███
▀█▄▄▄████
░░▀▀█████
▀▀▀▀▀▀▀▀▀
█████████
░░░▀▀████
██▄▄▀░███
█░░█▄░░██
░████▀▀██
█░░█▀░░██
██▀▀▄░███
░░░▄▄████
▀▀▀▀▀▀▀▀▀
|
██░░░░░░░░░░░░░░░░░░░░░░██
▀█▄░▄▄░░░░░░░░░░░░▄▄░▄█▀
▄▄███░░░░░░░░░░░░░░███▄▄
▀░▀▄▀▄░░░░░▄▄░░░░░▄▀▄▀░▀
▄▄▄▄▄▀▀▄▄▀▀▄▄▄▄▄
█░▄▄▄██████▄▄▄░█
█░▀▀████████▀▀░█
█░█▀▄▄▄▄▄▄▄▄██░█
█░█▀████████░█
█░█░██████░█
▀▄▀▄███▀▄▀
▄▀▄
▀▄▄▄▄▀▄▀▄
██▀░░░░░░░░▀██
||.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
░▀▄░▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄░▄▀
███▀▄▀█████████████████▀▄▀
█████▀▄░▄▄▄▄▄███░▄▄▄▄▄▄▀
███████▀▄▀██████░█▄▄▄▄▄▄▄▄
█████████▀▄▄░███▄▄▄▄▄▄░▄▀
███████████░███████▀▄▀
███████████░██▀▄▄▄▄▀
███████████░▀▄▀
████████████▄▀
███████████
▄▄███████▄▄
▄████▀▀▀▀▀▀▀████▄
▄███▀▄▄███████▄▄▀███▄
▄██▀▄█▀▀▀█████▀▀▀█▄▀██▄
▄██▄██████▀████░███▄██▄
███░████████▀██░████░███
███░████░█▄████▀░████░███
███░████░███▄████████░███
▀██▄▀███░█████▄█████▀▄██▀
▀██▄▀█▄▄▄██████▄██▀▄██▀
▀███▄▀▀███████▀▀▄███▀
▀████▄▄▄▄▄▄▄████▀
▀▀███████▀▀
OFFICIAL PARTNERSHIP
FAZE CLAN
SSC NAPOLI
|
digaran
Copper Member
Hero Member
*****
Offline Offline

Activity: 1330
Merit: 899

🖤😏


View Profile
January 08, 2024, 10:39:49 PM
 #72

Your guide is not complete 1meow, there are options to also generate vanity checksum for the address, it would be the last 6 characters of the address, you could also select any char position, something like second char to be hand picked, 5th char, 11th char etc, you could also set prefix and a few chars of checksum for the search.

🖤😏
1miau (OP)
Legendary
*
Offline Offline

Activity: 2128
Merit: 6733


Currently not much available - see my websitelink


View Profile WWW
January 08, 2024, 11:08:56 PM
Last edit: January 08, 2024, 11:24:16 PM by 1miau
 #73

Good day sir,
I want to let you know that I have translated this topic https://bitcointalk.org/index.php?topic=5096373.0 to my local board naija, here is the link to my translation https://bitcointalk.org/index.php?topic=5480793.msg63461147#msg63461147
Thanks for giving me the opportunity for the translation,
Hello, dear Chilwell  Smiley

Many thanks for providing a translation here, it's a very technical topic but I believe it can be interesting at least to know about the existence of such customized "vanity addresses".
I've added your translation to my list:

Languagetranslated byTitle
_______________________________________________________________________________________________________________________
Nigeria (Naija)Chilwell[Guide]How you go create your customized Bitcoin-Address (vanitygen)–stepbystep



Your guide is not complete 1meow, there are options to also generate vanity checksum for the address, it would be the last 6 characters of the address, you could also select any char position, something like second char to be hand picked, 5th char, 11th char etc, you could also set prefix and a few chars of checksum for the search.
There are various options for everything. If you want to start doing something useful, feel free to create an additional guide about it.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
digaran
Copper Member
Hero Member
*****
Offline Offline

Activity: 1330
Merit: 899

🖤😏


View Profile
January 09, 2024, 01:00:49 AM
 #74

Ok here is the guide:
Prefix 1miau*HitLer

Code:
1miauxxxxxxxxxxxxxxxxxxxHitLerKJYjJK
Or 1miauis*HitLer, which would result in the following address:
Code:
1miauisxxxxxxxxxxxxxxxxxHitLerNncRJa

Or 1TAGperweek*Doctorsorders, which would result in:
Code:
1TAGperweekxxxxxxDoctorsordersPQ1tZK



So that's called wild card "*", however I haven't seen any tool that can find chars other than prefix and suffix. The checksum can't be randomly manipulated, it would require so much computation power. But what we have right now is prefix and suffix as demonstrated above. Hope it's useful. 😉

🖤😏
1miau (OP)
Legendary
*
Offline Offline

Activity: 2128
Merit: 6733


Currently not much available - see my websitelink


View Profile WWW
January 09, 2024, 01:18:30 AM
 #75

Ok here is the guide:
Ok, now send some BTC to that address to demonstrate how to burn BTC.  Smiley

Prefix 1miau*HitLer
How about digaran*HitLer, since you are the one who has supported the far-right trolls and their enablers?
Or maybe your lack of knowledge about German history is the much bigger problem here?
Oh, I forgot, you are a troll  Smiley



So that's called wild card "*", however I haven't seen any tool that can find chars other than prefix and suffix. The checksum can't be randomly manipulated, it would require so much computation power. But what we have right now is prefix and suffix as demonstrated above. Hope it's useful. 😉
Try to get a cookie tonight (it's at least something since you are not eligible anymore to receive a weekly reward for your troll bullshit).  Cheesy


that's enough troll spam in my topic  Wink

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Pages: « 1 2 3 [4]  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!