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):
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.