Post
Topic
Board Project Development
Re: List of all Bitcoin addresses with a balance
by
DeepComplex
on 16/04/2022, 01:30:25 UTC
@LoyceV,

The only method I've found that gives me something close to the aforementioned is on Blockchair.com. Can you export that dataset to a  tsv/csv  file? The option "Get this dataset in .tsv format" on the site takes you to the Database Dumps.

I have no idea how to extract the data in that format from the outputs dump files. If you know some linux commands to parse them and give a similar output, that would be appreciated.

Regards,

Hi @LoyceV,

I've perused your dump and indeed that info cannot be generated from them. Nevertheless, your blockchain dumps are cool and useful. Thanks again for that!

I was hoping that @albert0bsd or @TheArchaeologist could help with a script that can parse the blockchain.

I'll check the rusty-blockparser. If I do get something I'll share the same here.

Regards,

How could I generate a dump like this from the blockchain?
I don't know how to do this. I don't think this data has the information, so you'll really have to get it from your own blockchain. If rusty-blockparser (see 2 posts up) can do it, I might be able to add it to my daily updates. Let me know if you find a way, I'm not checking it myself.