So I want to check bitcoin addresses on my server app, and I don’t want to rely on third parties like blockchain.info.
What I want is a list of all bitcoin addresses ever used, and if not possible, a list of all addresses with balance.
I don’t need to know the balance, it’s just to not test them all in the blockchain, wich I think thats like 10 seconds.
Is there anywhere I can download a list like this?
Somebody said “Probably you can get them by modifying bitcoinrpc source code”, but I don’t know how to do that.
This graphic
https://blockchain.info/charts/n-unique-addresses What is showing? the number goes up and down so I guess is the number of addressees with balance? Or is it the number of addresses per block?
How many addresses ever used do you think there are in the blockchain?