Post
Topic
Board Development & Technical Discussion
Re: All used addresses
by
LoyceV
on 03/08/2020, 08:27:11 UTC
I made List of all Bitcoin addresses ever used.

one feature of my lists is i tried to keep the original order in which addresses first appeared in the blockchair dumps..
I tried to find a way to do this, but I gave up. It works with (awk):
Code:
awk '!a[$0]++'
But this requires far too much memory. I can use this on data per day, but still won't be able to do it on all data.