Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Fast parallel block validation without UTXO-index
by
gmaxwell
on 11/04/2017, 16:28:52 UTC
⭐ Merited by ETFbitcoin (1)
This in contrast to Core's model which needs sequential reads and writes to the UTXO index, even if all scripts are already verified.
This is not how Bitcoin Core works. No access to the disk normally at all happens when a block is verified except for transactions that have not yet been seen, reading or writing.
I am not talking about disk reads and writes, I am talking about UTXO index reads and writes.
There are no UTXO index reads or writes in the normal case (transaction recently seen.) in Bitcoin Core.