Bitcoin Forum
May 28, 2024, 09:09:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How does custom built Bitcoin Address ?  (Read 248 times)
DigitalMonk (OP)
Jr. Member
*
Offline Offline

Activity: 56
Merit: 7


View Profile
August 21, 2022, 11:54:58 AM
 #1

* How does custom built  Bitcoin work ?

* Can you receive and spent from a custom built BTC Address ?  

* Can you Sign a a message from Custom built Address ?

Is Bitcoin QT compatible and accept custom built Bitcoin Address ?
PrivacyG
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1744


Crypto Swap Exchange


View Profile
August 21, 2022, 12:00:01 PM
 #2

There is no such thing as 'custom built address'.  What they do is they use a software to generate as many private keys as possible until one of them fits their initial request.  For example, you could request the software to generate private keys until one of them leads to an address containing 'BTCTalk'.  But of course, it gets harder the more specific you are and the more characters you use.  For example, it could be easier to generate an address containing the characters 'btctalk' without caring about the case sensitivity.  That might generate you a sequence such as 'bTctaLK' which is not ideal, but it should take way less time and the characters you wanted are still there so basically the software did the job.

-
Regards,
PrivacyG

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
OmegaStarScream
Staff
Legendary
*
Offline Offline

Activity: 3486
Merit: 6150



View Profile
August 21, 2022, 12:09:44 PM
 #3

You can use the addresses just like any other address and you can also use them with any wallet you want, as long as the wallet supports importing private keys. Check these projects if you're interested in making one[1][2]

[1] https://github.com/JeanLucPons/VanitySearch
[2] https://github.com/samr7/vanitygen

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
DigitalMonk (OP)
Jr. Member
*
Offline Offline

Activity: 56
Merit: 7


View Profile
August 21, 2022, 12:41:50 PM
 #4

Can I create a private key out of a custombult  Bitcoin address ?

How generate private key out of public key ? 
pooya87
Legendary
*
Offline Offline

Activity: 3458
Merit: 10600



View Profile
August 21, 2022, 12:51:29 PM
 #5

Can I create a private key out of a custombult  Bitcoin address ?

How generate private key out of public key ? 
You can not do that since both operations are one way operations. Meaning you can compute public key from private key but not the other way around.
Code:
private key -> public key -> hash <-> address (human readable encoding)

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
franky1
Legendary
*
Offline Offline

Activity: 4228
Merit: 4501



View Profile
August 21, 2022, 12:58:42 PM
Last edit: August 21, 2022, 01:09:27 PM by franky1
Merited by ABCbits (1)
 #6

no..
trying to start with a public address and work backwards to get a private key doesnt work. thats the beauty of cryptography security. you cant just pick a public address and find the private key
(unless the target/victim used a broken/weak generator that had no randomiser* and you want to find the private key of their weak vanity gen/brainwallet)

plus why would you want to.. nothing special about a private key that needs a trendy recognised sequence. because no one should be viewing the private key

..
vanitygen is about trying thousands of random private keys until it finds a public address that meets a character set someone wants

vanity address works by finding a sequence where the first few characters of the address are what someone wants

EG
1f.....  can be found in a nearly/below hundred tries
1fr.... can be found in a several thousand tries
1fra.. can be found in a over a couple hundred thousand tries
1fran. can be found in over a dozen million tries
the more characters at the start(prefix) you want a certain way the more magnitude of tries are required

one major thing to suggest if you genuinely want a vanity address
is use a vanity generator that starts with a random number as the private key from the start of the process, then tries X attempts forward from that point.

because if you try from 0 first.. so can someone else and thus in whatever time it took you to get a few prefix letter in your desired format. would take someone else that same time

thus your key is WEAK
but starting from a random number no one can guess and then move forward means although many people could have a prefix the same as your prefix, but the other 20+characters suffix(end) would be different thus not the same address thus they cant steal things from you


I DO NOT TRADE OR ACT AS ESCROW ON THIS FORUM EVER.
Please do your own research & respect what is written here as both opinion & information gleaned from experience. many people replying with insults but no on-topic content substance, automatically are 'facepalmed' and yawned at
OcTradism
Hero Member
*****
Offline Offline

Activity: 1750
Merit: 807



View Profile WWW
August 21, 2022, 01:24:55 PM
 #7

* Can you receive and spent from a custom built BTC Address ?  
I guess what you asked is Vanity address.

Three topics to learn and create Vanity address and how to use it.

[Guide] How to create your customized Bitcoin-Address (vanitygen) – step by step
[GUIDE] How To Create Vanity Address (Segwit)
Pretty Addy Giveaway - part 2

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
..........UNLEASH..........
THE ULTIMATE
GAMING EXPERIENCE
DUELBITS
FANTASY
SPORTS
████▄▄█████▄▄
░▄████
███████████▄
▐███
███████████████▄
███
████████████████
███
████████████████▌
███
██████████████████
████████████████▀▀▀
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
.
▬▬
VS
▬▬
████▄▄▄█████▄▄▄
░▄████████████████▄
▐██████████████████▄
████████████████████
████████████████████▌
█████████████████████
███████████████████
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
/// PLAY FOR  FREE  ///
WIN FOR REAL
..PLAY NOW..
PrivacyG
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1744


Crypto Swap Exchange


View Profile
August 21, 2022, 02:17:54 PM
 #8

Can I create a private key out of a custombult  Bitcoin address ?

How generate private key out of public key ? 
The point of a private key is that it is something the public can not find.  It is something private that has only been generated by yourself.  If anyone could find the private key of my address, bc1q76xwrcslun45tt8trlklpec8kywg7f4qznwdmh, then Bitcoin's purpose would be nonexistent because everyone would have access to everyone's coins.

So the answer is no.  You can not get the private key from the public address, whether 'custom' or not.

-
Regards,
PrivacyG

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
2stout
Hero Member
*****
Offline Offline

Activity: 2366
Merit: 586


View Profile
August 21, 2022, 08:17:58 PM
 #9

Also, if you decide to do this, for security purposes, please make sure you use an air gapped computer, meaning no internet connection and no open connections/ports/communications when generating a vanity address.
PrivacyG
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1744


Crypto Swap Exchange


View Profile
August 21, 2022, 09:07:07 PM
Merited by 2stout (1)
 #10

Also, if you decide to do this, for security purposes, please make sure you use an air gapped computer, meaning no internet connection and no open connections/ports/communications when generating a vanity address.
And make sure you know what the hell you are running.  Do not download a random software promising to get you some vanity addresses.  Do your research.  I would give you a link to a legitimate one, although why would you trust me?

And no way should you ever run an online vanity address generator.  It might generate one for you, but chances are you will not be the only owner of the private key.

-
Regards,
PrivacyG

█▀▀▀











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











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

Activity: 3164
Merit: 2958


Top Crypto Casino


View Profile
August 21, 2022, 09:42:01 PM
 #11

Vanity gen is the right way to go. But is important to mention the limitations. While more chars you look for your address the complexity will be bigger, and it will tame more tame to generate. It's easy to create a wallet starting with 1BTC, but is complex to generate a 7 chars address.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
Jemzx00
Hero Member
*****
Offline Offline

Activity: 1470
Merit: 546


Be nice!


View Profile WWW
August 21, 2022, 09:54:03 PM
 #12

I guess you're thinking about vanity generated address which can customized on the second to more digits of your bitcoin address. Yes, you can sign thru these kind of address and pretty much do things like what any other address do.

You can try and check this thread from LoyceV about Pretty Addy Giveaway which has all the process on doing so and information about vanity address and he can also provide you some help providing your desired address.

Note that the longer your desired custom address you want the longer it take to generate.

███▄▀██▄▄
░░▄████▄▀████ ▄▄▄
░░████▄▄▄▄░░█▀▀
███ ██████▄▄▀█▌
░▄░░███▀████
░▐█░░███░██▄▄
░░▄▀░████▄▄▄▀█
░█░▄███▀████ ▐█
▀▄▄███▀▄██▄
░░▄██▌░░██▀
░▐█▀████ ▀██
░░█▌██████ ▀▀██▄
░░▀███
▄▄██▀▄███
▄▄▄████▀▄████▄░░
▀▀█░░▄▄▄▄████░░
▐█▀▄▄█████████
████▀███░░▄░
▄▄██░███░░█▌░
█▀▄▄▄████░▀▄░░
█▌████▀███▄░█░
▄██▄▀███▄▄▀
▀██░░▐██▄░░
██▀████▀█▌░
▄██▀▀██████▐█░░
███▀░░
2stout
Hero Member
*****
Offline Offline

Activity: 2366
Merit: 586


View Profile
August 21, 2022, 10:46:25 PM
 #13

Also, if you decide to do this, for security purposes, please make sure you use an air gapped computer, meaning no internet connection and no open connections/ports/communications when generating a vanity address.
And make sure you know what the hell you are running.  Do not download a random software promising to get you some vanity addresses.  Do your research.  I would give you a link to a legitimate one, although why would you trust me?

And no way should you ever run an online vanity address generator.  It might generate one for you, but chances are you will not be the only owner of the private key.

-
Regards,
PrivacyG

100% totally agree.  I remember one of those online vanity generators pulled a long con and then swept all the funds.  A quick search on vanity gen  scam on the forum will show how rife the scam is.
DigitalMonk (OP)
Jr. Member
*
Offline Offline

Activity: 56
Merit: 7


View Profile
August 22, 2022, 08:41:38 AM
 #14

I think Theymos can answer my question, how to get a private key from a custom built Public Key ?
witcher_sense
Legendary
*
Offline Offline

Activity: 2352
Merit: 4372


🔐BitcoinMessage.Tools🔑


View Profile WWW
August 22, 2022, 10:07:34 AM
 #15

I think Theymos can answer my question, how to get a private key from a custom built Public Key ?
What is a custom public key, anyway? The public key is essentially a concatenation of an index that describes what we are looking at (either compressed or uncompressed public key) and, depending on this index, a concatenation of X-coordinate and Y-coordinate. There is nothing particularly interesting or "custom" about these coordinates because these are only numbers expressed in a certain format. Humans can't read these numbers easily, let alone they can comprehend how big they are. You are probably talking about public addresses, not public keys, but a public address is a derivative, it is an unpredictable output of using a public key as an input in two one-way hash functions, namely sha256 and RIPED160. You can't know in advance what a public address will be, you must first generate a random number (aka a private key), then calculate the coordinates using a previously generated private key, and only then can you start calculating your desired public address. Given that hash functions are one-way (you can't figure out input from output unless by brute-forcing all possible input values, which is practically impossible), you can't calculate the corresponding public key from your address, and, therefore, you also can't start to brute force corresponding private key.

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
DigitalMonk (OP)
Jr. Member
*
Offline Offline

Activity: 56
Merit: 7


View Profile
August 22, 2022, 12:31:21 PM
 #16

When Bitcoin was invented, a public key or address were created first without using the SHA-256 then the first 50 Bitcoin was mined by the Bitcoin inventor the enigmatic Satoshi Nakamoto.

There after he mined block 9 and made the first transaction. Now he must have created private keys for making transaction. Otherwise it is impossible to make transaction on the Blockchain.

* Now, I am simply want to know how can create a customised public address and link a private key to it to make transaction ?
PrivacyG
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1744


Crypto Swap Exchange


View Profile
August 22, 2022, 08:50:26 PM
 #17

* Now, I am simply want to know how can create a customised public address and link a private key to it to make transaction ?
Do you even try to read our posts or are you going to keep your own way?

There is no way to get a custom public address and link a private key to it.  You get a private key and turn it into a private key.  No way me, you, Theymos or even Nakamoto himself can generate a private key out of a public address for you.

Read all the replies above, they are more than enough to answer your question.

-
Regards,
PrivacyG

█▀▀▀











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











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