You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One major feature of utreexo is allowing parallel sync efficiently. Parallel sync means that we can validate multiple blocks at the same time. This allows better usage of available resources, if compared to the usual linear syncing.
Partial chainstate: We could just use the normal chainstate, but locking would take much of the CPU time anyways. To avoid that, we'll use a smaller, application-specific chainstate, called PartialChain
One major feature of utreexo is allowing parallel sync efficiently. Parallel sync means that we can validate multiple blocks at the same time. This allows better usage of available resources, if compared to the usual linear syncing.
PartialChain
Open Questions:
The text was updated successfully, but these errors were encountered: