Post
Topic
Board Development & Technical Discussion
Re: Get list of all addresses with a balance over x?
by
QRC
on 24/05/2018, 05:15:57 UTC
Hello!

Can you parse Bitcoin Private (btcprivate.org)?
You can parse almost any coin very easily, because most of them using level db for keeping their utxo,
Just use python plyvel module to read db data.

Actually, bitcoin private used the same technique to get bitcoin utxo.