Bitcoin Forum
May 24, 2024, 04:26:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Get bitcoin address with few characters  (Read 199 times)
Bch219 (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 30


View Profile
May 04, 2024, 01:39:09 AM
Merited by bitmover (1)
 #1

I've been exploring Bitcoin, though a bit late to the game, and I've been pondering how newcomers like myself can contribute in this space. Recently, while reading up on Bitcoin, I came across a post where the author obscured a few characters from their address but left the rest visible. This got me thinking: Is there a way to get the complete address from just the partial information? I've searched online for such a tool but haven't found one.

So, I'm considering whether to pursue the development of such a service myself. Do you know of any existing tools or services similar to this idea?



I'm aiming to develop a system that continuously scrapes all Bitcoin addresses used in at least one transaction and stores them (ensuring no duplicates). Then, I plan to create a user-friendly interface where individuals can input partial characters of a Bitcoin address. The system will then return all addresses containing those characters. The more characters provided, the more specific and faster the results.

This project is my current goal (unless one already exists), and I'm committed to seeing it through, regardless of the time it takes.  It will also serve as a form of motivation for me to continue my learning.

I'm grateful for any insights you can offer.
LoyceV
Legendary
*
Offline Offline

Activity: 3318
Merit: 16687


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
May 04, 2024, 05:55:14 AM
Merited by pooya87 (2), bitmover (2)
 #2

Is there a way to get the complete address from just the partial information?
If the address has been used, it's publicly visible on the blockchain. I use grep on this data to find an address:
List of all Bitcoin addresses with a balance
List of all Bitcoin addresses ever used

Quote
I plan to create a user-friendly interface where individuals can input partial characters of a Bitcoin address. The system will then return all addresses containing those characters.
Years ago, I found a site that does this, but I don't know any at the moment.

nc50lc
Legendary
*
Online Online

Activity: 2422
Merit: 5624


Self-proclaimed Genius


View Profile
May 04, 2024, 06:21:42 AM
 #3

This project is my current goal (unless one already exists), and I'm committed to seeing it through, regardless of the time it takes.  It will also serve as a form of motivation for me to continue my learning.
Walletexplorer does that but it's mainly for tracing linked addresses, searching with the first few characters of an address is just an added feature.
But for some reason, I can't access the site right now.

BTW, the more popular term for that is "firstbits".

█▀▀▀











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











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

Activity: 3318
Merit: 16687


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
May 04, 2024, 07:03:42 AM
Merited by ABCbits (2)
 #4

BTW, the more popular term for that is "firstbits".
Some people black out parts of their address on a screenshot, and only the first part isn't enough to find it: Example:
1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
To find all matching addresses:
Code:
grep 1NXY all_Bitcoin_addresses_ever_used_in_order_of_first_appearance.txt | grep fV | grep BoAD
1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD

ABCbits
Legendary
*
Offline Offline

Activity: 2884
Merit: 7516


Crypto Swap Exchange


View Profile
May 06, 2024, 09:32:29 AM
Merited by bitmover (1)
 #5

I've been exploring Bitcoin, though a bit late to the game, and I've been pondering how newcomers like myself can contribute in this space. Recently, while reading up on Bitcoin, I came across a post where the author obscured a few characters from their address but left the rest visible. This got me thinking: Is there a way to get the complete address from just the partial information? I've searched online for such a tool but haven't found one.

So, I'm considering whether to pursue the development of such a service myself. Do you know of any existing tools or services similar to this idea?

https://mempool.space/ might work if you know some character in the beginning.


█▀▀▀











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











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

Activity: 2310
Merit: 5960


bitcoindata.science


View Profile WWW
May 06, 2024, 05:07:24 PM
 #6

https://mempool.space/ might work if you know some character in the beginning.


This is basically what the OP is trying to do.

However,  mempool.space searches only for the first characters, not characters in the middle or in the end of the address.


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

Activity: 3402
Merit: 4656



View Profile
May 06, 2024, 07:01:14 PM
Merited by LoyceV (6)
 #7

To find all matching addresses:
Code:
grep 1NXY all_Bitcoin_addresses_ever_used_in_order_of_first_appearance.txt | grep fV | grep BoAD
1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD

Or, if you're willing to put a bit of effort into learning how to use Regular Expressions (regex):

Code:
grep -E "^1NXY.*fv.*BoAD$" all_Bitcoin_addresses_ever_used_in_order_of_first_appearance.txt

^ indicates the beginning of the line
.* is used to match any piece you're missing
$ indicates end of the line.
LoyceV
Legendary
*
Offline Offline

Activity: 3318
Merit: 16687


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
May 06, 2024, 07:42:14 PM
 #8

Code:
grep -E "^1NXY.*fv.*BoAD$" all_Bitcoin_addresses_ever_used_in_order_of_first_appearance.txt
That's better indeed. I use pipes because I'm too lazy to think about regexes.

IceLincoln
Newbie
*
Offline Offline

Activity: 28
Merit: 1


View Profile
May 09, 2024, 08:29:51 PM
 #9

I've been exploring Bitcoin, though a bit late to the game, and I've been pondering how newcomers like myself can contribute in this space. Recently, while reading up on Bitcoin, I came across a post where the author obscured a few characters from their address but left the rest visible. This got me thinking: Is there a way to get the complete address from just the partial information? I've searched online for such a tool but haven't found one.

I had no idea of this before now, good I came across this post now I’ll love to know more.
Is there a reason for obscuring the address, is it for security reasons or something else. And I’m seeing some of the legends post with something like a code I’ll like to know more.
Please can someone give me a detailed explanation
ranochigo
Legendary
*
Offline Offline

Activity: 2982
Merit: 4193



View Profile
May 10, 2024, 06:27:16 AM
 #10

I had no idea of this before now, good I came across this post now I’ll love to know more.
Is there a reason for obscuring the address, is it for security reasons or something else. And I’m seeing some of the legends post with something like a code I’ll like to know more.
Please can someone give me a detailed explanation
FirstBits was a method used to shorten the address, and you can give someone lets say the first 10 characters and they can identify your address. The way this works is that the service will label each address with its unique prefix; For example, if my address is 1abcdefg, and there is already 3 other addresses that is given the FirstBits of 1a, 1ab, 1abc then I'll get 1abcd as my first bits.

The caveat of this is that it'll still be pretty ambiguous as the number of unique addresses on the blockchain grows. In addition, this also encourages address reuse which is more than enough of a reason this doesn't have much utility nowadays. Note that it is never an official implementation but it was a nifty service back in the days.

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


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
nc50lc
Legendary
*
Online Online

Activity: 2422
Merit: 5624


Self-proclaimed Genius


View Profile
May 10, 2024, 07:39:45 AM
 #11

-snip- I came across a post where the author obscured a few characters from their address but left the rest visible.
-snip- Is there a reason for obscuring the address, is it for security reasons or something else.
No intelligible reasons to it.
I mean, if you want to show an address, display it without any obstruction and
if you don't want to show the address but you have to post an example, then just show another address or replace most of the characters.

There are scenarios like the user has to show a screenshot with the owner's address,
But in that case, just cover the whole address completely or just leave the first three characters to show that it's an address.

People who did that are probably thinking that it's doing something for their privacy.
Most of those posts with partially obscured address that I came across usually has replies hinting that they already knew the address despite the intention of the OP to hide it.

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Catenaccio
Full Member
***
Offline Offline

Activity: 406
Merit: 120



View Profile
May 10, 2024, 12:50:27 PM
 #12

Download list of Bitcoin addresses from blockchair.com and do your data filtering.

https://gz.blockchair.com/bitcoin/addresses/
https://gz.blockchair.com/bitcoin/addresses/blockchair_bitcoin_addresses_latest.tsv.gz

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!