Post
Topic
Board Project Development
Re: List of all Bitcoin addresses ever used
by
LoyceV
on 24/08/2020, 11:39:02 UTC
If someone has enough RAM to experiment, I'd love to see the result of this (on the 31 GB file):
This looks very promising:
Code:
cat -n input.txt | sort -uk2 | sort -nk1 | cut -f2- > output.txt