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?
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?
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
possible duplicate: How to index the UTXO set efficiently?
– Murch – 2016-04-26T06:41:51.523