Post
Topic
Board Development & Technical Discussion
Re: Get list of all addresses with a balance over x?
by
bigman3912
on 20/03/2018, 07:41:18 UTC
starmyc, your chainstate parser can make all transactions db ? Or maybe you already have one?

The chainstate DB in Bitcoin Core only list the unspent transactions outputs (not even full transactions). So, answer is no, it can't.
If you want to list all transactions from a blockchain, you need a block parser (and I've mine too, but it is closed source).

Do you need something in particular ?

Yes, you right. I mean all unspent transactions, of course.

The chainstate parser I wrote works fine with Bitcoin Core & Dash databases, as I tested them. It should work with Litecoin too. I didn't test any other chains.
If you need a dump for a particular chain, feel free to ask and I may work on it in exchange of a small donation.

Can we talk privately? If you PM me, it would be great.