pull down to refresh

Libbitcoin has no utxo set. It doesn't have a mempool either. It just has a transaction table, a headers table, and a relationship table that links the two.
I've heard others say that libbitcoin's design prioritizes ibd and synching while core's design prioritizes block relay and propagation.
I would love to read a comparison of the two written for laymen.
102 sats \ 0 replies \ @anon 1h
Big picture: libbitcoin utilizes hardware in parallel to enable wayyy faster download, validation, and confirmation times
Core does everything sequentially, thus is much slower
reply