Bitcoin Forum
May 05, 2024, 01:45:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How can we tell if a Bitcoin public address is in a Bitcoin Core Desktop Wallet?  (Read 115 times)
Some Guy: (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
August 24, 2018, 11:51:22 AM
 #1

How can we tell if a Bitcoin public address is for a wallet in the Bitcoin Core Desktop Wallet program?
1714916752
Hero Member
*
Offline Offline

Posts: 1714916752

View Profile Personal Message (Offline)

Ignore
1714916752
Reply with quote  #2

1714916752
Report to moderator
1714916752
Hero Member
*
Offline Offline

Posts: 1714916752

View Profile Personal Message (Offline)

Ignore
1714916752
Reply with quote  #2

1714916752
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
OmegaStarScream
Staff
Legendary
*
Offline Offline

Activity: 3472
Merit: 6122



View Profile
August 24, 2018, 02:48:50 PM
 #2

I believe you can't. As far as I know, addresses are generated the same way, except for the randomness part maybe.

█▀▀▀











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











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

Activity: 2114
Merit: 1292


There is trouble abrewing


View Profile
August 24, 2018, 03:02:52 PM
Last edit: August 24, 2018, 03:14:21 PM by BrewMaster
 #3

bitcoin core like any other wallet program is creating a "bitcoin address" and that has a clear definition. it is simply hash of a public key with a specific formatting that makes the result be a string starting with 1, 3 or bc1. it doesn't matter what the wallet program is, they all do the same encoding.

imagine it like this:
you have a number that you want to represent. you have many ways.
decimal: 255
binary: 11111111
hexadeciman: FF
Base58: 5Q
Base58 with checksum: VrZDWwe

and this last way of encoding is what the bitcoin address version 1 uses. and it is shared among all the different implementation of bitcoin protocol including bitcoin core, Armory, Electrum, blockchain.info,...

There is a FOMO brewing...
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!