Bitcoin Forum
July 16, 2024, 07:59:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 [11]  All
  Print  
Author Topic: List of all Bitcoin addresses with a balance  (Read 8484 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (13 posts by 3+ users deleted.)
Mek
Jr. Member
*
Offline Offline

Activity: 72
Merit: 6

mtc.mekweb.eu - mega transistor clock


View Profile WWW
June 02, 2024, 06:32:34 AM
 #201

The list is currently a few days behind again Sad

My Scrabble game: skrebl.eu
My database of electronic parts: elparts.mekweb.eu
My DIY electronic kit - mega transistor clock: mtc.mekweb.eu
LoyceV (OP)
Legendary
*
Offline Offline

Activity: 3374
Merit: 17031


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
June 02, 2024, 07:50:09 AM
 #202

The list is currently a few days behind again Sad
If blockchair's data source is outdated, my data is outdated too. Unfortunately I don't have the disk space anymore to scrape my own blockchain.

LoyceV (OP)
Legendary
*
Offline Offline

Activity: 3374
Merit: 17031


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
June 28, 2024, 06:22:23 AM
 #203

The list is currently a few days behind again Sad
It works again, since a week now. See addresses.loyce.club.

id104335409
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 29, 2024, 10:23:19 PM
 #204

Hey guys,
can we have a list of only addresses with more than 1 BTC - the so called Rich List.
I need one because the full list is more than 2GB now and that tends to slow some programs down. A lightweight version would be really nice, but I can't find any.
Much appreciated.
LoyceV (OP)
Legendary
*
Offline Offline

Activity: 3374
Merit: 17031


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
June 30, 2024, 06:53:42 AM
Merited by vapourminer (1), JayJuanGee (1), citb0in (1), pbies (1)
 #205

can we have a list of only addresses with more than 1 BTC - the so called Rich List.
I need one because the full list is more than 2GB now and that tends to slow some programs down.
So you want to steal millions by brute-forcing Bitcoin addresses, but you can't figure out how to download blockchair_bitcoin_addresses_and_balance_LATEST.tsv.gz (which is sorted by highest balance first) and use only the top of this file?

bitmover
Legendary
*
Online Online

Activity: 2366
Merit: 6121


bitcoindata.science


View Profile WWW
June 30, 2024, 11:08:57 AM
Last edit: June 30, 2024, 02:00:07 PM by bitmover
 #206

Hey guys,
can we have a list of only addresses with more than 1 BTC - the so called Rich List.
I need one because the full list is more than 2GB now and that tends to slow some programs down. A lightweight version would be really nice, but I can't find any.
Much appreciated.

You can use python and the pandas library. It will open files of any size and sort and slice them data easily.
Ask chatpgpt for help , it is east. But you won't make any money brute forcing them.

AGG2017
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 30, 2024, 04:34:23 PM
 #207

It should be something like this (not tested):

Quote
awk -F'\t' 'NR>1 && $2>=100000000{print $1}' blockchair_bitcoin_addresses_and_balance_LATEST.tsv > blockchair_bitcoin_addresses_selected.txt

The probability to match by brute force so small number of addresses from the entire set is so small that you should be extremely lucky if you can find even an address with 1 satoshi in it. Asking for reduced number of addresses is telling me you have a weak hardware. This is not what you need for this task. You may need the entire calculating power available on Earth for many years.
LoyceV (OP)
Legendary
*
Offline Offline

Activity: 3374
Merit: 17031


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
June 30, 2024, 06:44:45 PM
Merited by vapourminer (1)
 #208

It should be something like this (not tested):
I would wget the .gz file, pipe it through gunzip, and go from there. That way you only need to download a fraction of the file if you kill it once you reach amounts lower than the desired minimum.

Pages: « 1 2 3 4 5 6 7 8 9 10 [11]  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!