pull down to refresh

What would be the advantage of using utreexo without pruning?

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