Mek
Member


Activity: 83
Merit: 11
mtc.mekweb.eu - mega transistor clock
|
 |
June 02, 2024, 06:32:34 AM |
|
The list is currently a few days behind again 
|
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

Activity: 4102
Merit: 22306
Thick-Skinned Gang Leader and Golden Feather 2021
|
 |
June 02, 2024, 07:50:09 AM |
|
The list is currently a few days behind again  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.
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
LoyceV (OP)
Legendary

Activity: 4102
Merit: 22306
Thick-Skinned Gang Leader and Golden Feather 2021
|
 |
June 28, 2024, 06:22:23 AM |
|
The list is currently a few days behind again  It works again, since a week now. See addresses.loyce.club.
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
id104335409
Newbie

Activity: 1
Merit: 0
|
 |
June 29, 2024, 10:23:19 PM |
|
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

Activity: 4102
Merit: 22306
Thick-Skinned Gang Leader and Golden Feather 2021
|
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?
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
bitmover
Legendary

Activity: 3094
Merit: 7625
Trêvoid █ No KYC-AML Crypto Swaps
|
 |
June 30, 2024, 11:08:57 AM Last edit: June 30, 2024, 02:00:07 PM by bitmover |
|
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.
|
| DΞX.fo | | | | | | ▄▄██████ █████████ ██████████ ██████████ ██████████ █████████ ▀▀██████
▄███████ ▄██████████ ████████████ █████████████ █████████████ | | | | ▄▄█ ▄████▀ ▄███▀█▄ ▄██▀█▄██ █████▀▀█ ████████ ████████ ▀██▄████ ▄████▄▄█ ▄█████▀███ ▄█████▀████▀ █████▀███████ ▀██▀█████████ | | | | | BTC XMR DAI LTC Fees 0.8% |
|
|
|
AGG2017
Newbie

Activity: 1
Merit: 0
|
 |
June 30, 2024, 04:34:23 PM |
|
It should be something like this (not tested): 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

Activity: 4102
Merit: 22306
Thick-Skinned Gang Leader and Golden Feather 2021
|
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.
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
|
albert0bsd
|
 |
November 26, 2024, 10:07:42 AM Merited by vapourminer (1) |
|
Bump
Hahaha, is this post something that really needs a BTCump? Always that a user ask me for a list of addresses with balance I always suggest them to search on google for "LoyceV addresses with balance" and it always works  After that users always ask about how to process/edit or manage those big files... most of them don't know any Linux environment or command  Anyway thanks for your contributions to this community.
|
|
|
|
|
LoyceV (OP)
Legendary

Activity: 4102
Merit: 22306
Thick-Skinned Gang Leader and Golden Feather 2021
|
 |
November 26, 2024, 10:20:13 AM |
|
Hahaha, is this post something that really needs a BTCump? I noticed my bandwidth consumption dropped from 20 to 14 TB/month  But now that I think about it, my memory may be incorrect. I think it used to be 10 TB/month, which means it increased. I'm not so sure anymore, I don't really keep track. After that users always ask about how to process/edit or manage those big files... most of them don't know any Linux environment or command  If you know an equivalent that works in Windows, please post it. Anyway thanks for your contributions to this community. No problem 
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
Mek
Member


Activity: 83
Merit: 11
mtc.mekweb.eu - mega transistor clock
|
 |
November 26, 2024, 11:47:36 AM |
|
I noticed my bandwidth consumption dropped from 20 to 14 TB/month  But now that I think about it, my memory may be incorrect. I think it used to be 10 TB/month, which means it increased. I'm not so sure anymore, I don't really keep track. Possibly because there were many days without update. No need to redownload old files.
|
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

Activity: 4102
Merit: 22306
Thick-Skinned Gang Leader and Golden Feather 2021
|
 |
December 05, 2024, 09:49:39 AM |
|
It looks like my server is gone  I'm waiting for a response from my sponsor.
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
Vod
Legendary

Activity: 4480
Merit: 3699
Licking my boob since 1970
|
 |
December 05, 2024, 01:47:52 PM |
|
It looks like my server is gone  I'm waiting for a response from my sponsor. Still working for me. https://loyce.club/
|
|
|
|
LoyceV (OP)
Legendary

Activity: 4102
Merit: 22306
Thick-Skinned Gang Leader and Golden Feather 2021
|
 |
December 05, 2024, 02:00:42 PM Last edit: December 05, 2024, 02:11:23 PM by LoyceV |
|
That's on AWS, still going strong. "This topic" is on my dedicated Xeon server:
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
LoyceV (OP)
Legendary

Activity: 4102
Merit: 22306
Thick-Skinned Gang Leader and Golden Feather 2021
|
 |
December 06, 2024, 08:38:25 PM |
|
Update:I have a new server for this project. But.... I didn't keep a backup of the actual data. There was just a lot of data, so I kinda skipped this one  I have my script to download and process it, but the page design is hard to find back, and my year of monthly snapshots is gone. To make matters worse, gz.blockchair.com where I get the data was last updated on November 30, and hasn't updated since. This has happened before and usually they come back, but for now I have no data. If it takes too long I'll have to figure out how to get this data from Bitcoin Core myself. If anyone happens to have some old backups, please let me know 
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
|
pbies
|
 |
December 10, 2024, 06:17:51 PM |
|
To get good list of addresses with balances, I used a script in python. It is very good to then check other addresses with this file if you need fast solution. Both files must be sorted, then use "comm -12" to find addresses that are in both files. #!/usr/bin/env bash # apt install aria2 echo Downloading... aria2c -x4 http://addresses.loyce.club/blockchair_bitcoin_addresses_and_balance_LATEST.tsv.gz echo Unpacking... pv blockchair_bitcoin_addresses_and_balance_LATEST.tsv.gz | gunzip > blockchair_bitcoin_addresses_and_balance_LATEST.tsv echo Sorting... pv -B 1M -cN input blockchair_bitcoin_addresses_and_balance_LATEST.tsv | cut -f 1 | sort -u --parallel=16 | pv -cN output > addrs-with-bal.txt echo Done! >&2 echo -ne "\a"
|
BTC: bc1qmrexlspd24kevspp42uvjg7sjwm8xcf9w86h5k
|
|
|
LoyceV (OP)
Legendary

Activity: 4102
Merit: 22306
Thick-Skinned Gang Leader and Golden Feather 2021
|
 |
December 10, 2024, 06:36:53 PM |
|
To get good list of addresses with balances, I used a script in python. That's a long way to turn the list with balances into the list without balances (which I had on my site already). But it doesn't fix the problem that they're still unavailable. I'm still adding data to my new server, when I'm done, I'll see if I can get this list from Bitcoin Core myself.
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
Mek
Member


Activity: 83
Merit: 11
mtc.mekweb.eu - mega transistor clock
|
 |
December 10, 2024, 06:53:16 PM Merited by JayJuanGee (1) |
|
I still have the "latest" txt file on my disk, list of addresses without balances. Date modified says 29 Nov 2024. Would that help?
|
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

Activity: 4102
Merit: 22306
Thick-Skinned Gang Leader and Golden Feather 2021
|
 |
December 10, 2024, 07:22:21 PM |
|
I still have the "latest" txt file on my disk, list of addresses without balances. Date modified says 29 Nov 2024. Would that help?
I'd appreciate having it. Any where to download it? In retrospect, I should have made backups of this too. I will next time, I now regret losing monthly snapshots from the past year.
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
Mek
Member


Activity: 83
Merit: 11
mtc.mekweb.eu - mega transistor clock
|
 |
December 10, 2024, 07:31:32 PM |
|
I still have the "latest" txt file on my disk, list of addresses without balances. Date modified says 29 Nov 2024. Would that help?
I'd appreciate having it. Any where to download it? In retrospect, I should have made backups of this too. I will next time, I now regret losing monthly snapshots from the past year. Sure, link sent via PM 
|
My Scrabble game: skrebl.eu My database of electronic parts: elparts.mekweb.eu My DIY electronic kit - mega transistor clock: mtc.mekweb.eu
|
|
|
|