How is UTXO tracked?

2

What is the best way to compute UTXO of any address? Do I have to traverse whole block chain each time? Is there a efficient way to compute it?

Curious

Posted 2015-02-18T06:51:21.407

Reputation: 275

possible duplicate: How to index the UTXO set efficiently?

Murch 2016-04-26T06:41:51.523

Answers

1

You can parse blockchain only once and save all utxo into database. I am not sure that it is best way because I do not know the target of your efforts

amaclin

Posted 2015-02-18T06:51:21.407

Reputation: 5 763