Forgive my stupidity, but I don't understand this statement by Ben (Stratechery): "In practice, it is much more complicated: while a limited set of “validators” — aka miners — share a history of transactions in (individual) blocks that are chained together (i.e. a blockchain), what Libra actually exposes is the current state of the ledger. In practice this means that adding new transactions can be much quicker and mo…
Bitcoin uses Proof of Work. Consensus is decentralized. Anyone can do some "work" (hashing in this case). If they find the magic number to get the right hash, they get rewarded by the Bitcoin protocol itself. This is also the only way new Bitcoins are created. It is only when one of these magic numbers gets found that transactions get added to the Bitcoin ledger (every 10 minutes). The rule is that the longest ledger chain wins so everyone is running in parallel. You don't need to own any Bitcoin to do mining to get "free" Bitcoin. The trust is decentralized (in terms of control) and no one can prevent anyone else from validating Bitcoin transactions as long as you follow the same rules as everyone else.