Post
Topic
Board Project Development
Merits 1 from 1 user
Re: List of all Bitcoin addresses ever used - currently available on temp location
by
naufragus
on 30/01/2021, 04:04:12 UTC
⭐ Merited by adaseb (1)
Just to let you guys know i updated my bitcoin-all-addresses list.
That is available in my github repo https://github.com/mountaineerbr/bitcoin-all-addresses
All addresses are uniquely printed in the order they first appeared in Blockchair output dumps.

I was able to reproduce my methodology after 6 moths from the first lists.
The methodology is described in the read me of the git repo
and some code i used here: https://github.com/mountaineerbr/bitcoin-all-addresses/blob/master/blockchair.btcoutputs.process.sh

If you export LANG=C and LC_ALL=C, that will speed up sorting and as we are dealing
with base58 and segwit base addresses, that should be OK.