pull down to refresh
What would be the advantage of using utreexo without pruning?
reply
That advantage is that you don't have to store the UTXO set. This could improve validation performance if you are RAM constrained, since you don't have to access the disk to load some part of the UTXO set you don't currently have cached in RAM.
reply
You don't have to prune the chain to use Utreexo.