Post
Topic
Board Development & Technical Discussion
Merits 2 from 1 user
Re: Improving confirmation time
by
achow101
on 26/12/2017, 01:36:08 UTC
⭐ Merited by ETFbitcoin (2)
Figure 2 — Coordinated ordered transaction mempool
The blockchain's sole purpose is to establish transaction ordering; if we can do that in the mempool (i.e. without the blockchain), then there's no need for the blockchain! This is effectively impossible to do though because Bitcoin is an asynchronous system; my node's mempool will be different from your node's mempool and, because of network latency, I will receive transactions in different orders than you do.