On 02/14/2014 04:20 AM, Denis Andrejew wrote:By the way, bitcoind keeps this information in a special LevelDB
> What I'm trying to do is read the blockchain in order to find all
> unspent outputs. I'm using bitcoind via rpc as my source of
> information about the blockchain.
database in the chainstate directory. It would be rather simple to
iterate over the database for the list of al unspent outputs.