I
I
iloyd2015-10-13 19:16:55
bitcoin
iloyd, 2015-10-13 19:16:55

How to get a list of all bitcoin addresses that have ever been involved in transactions?

Please tell me how, using the Blockchain API, I can get this very list of bitcoin addresses

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Moseychuk, 2015-10-13
@fshp

Handles to parse json responses from RPC. Then to consider the necessary statistics. But it's slow. Highly. I tried. It is possible to put answers in DB.
It's faster to parse the blockchain itself. It uses LevelDB.
There is a utility for this https://github.com/znort987/blockparser

I
Ivan Tikhonov, 2015-10-14
@polym0rph

I join the opinion that it is better and more reliable to pull everything from the network yourself. It is possible to look
towards Toshi and Abe .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question