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?
Asked
Active
Viewed 421 times
2
-
possible duplicate: How to index the UTXO set efficiently? – Murch Apr 26 '16 at 06:41
1 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
- 6,760
- 1
- 21
- 32