From 1814437049cbf177299c0f31dcec435d14725911 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Tue, 5 Jan 2021 21:17:08 -0600 Subject: [PATCH] Update lexicon.md --- lexicon.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lexicon.md b/lexicon.md index 5daf559..b866769 100644 --- a/lexicon.md +++ b/lexicon.md @@ -26,8 +26,10 @@ Bitcoins are sent to and from bitcoin addresses, which are essentially random nu ## Banks +### [Re: Bitcoin open source implementation of P2P currency](/docs/emails/p2p-research/1/) + The central bank must be trusted not to debase the currency, but the history of fiat currencies is full of breaches of that trust. Banks must be trusted to hold our money and transfer it electronically, but they lend it out in waves of credit bubbles with barely a fraction in reserve. We have to trust them with our privacy, trust them not to let identity thieves drain our accounts. Their massive overhead costs make micropayments impossible.
-[Re: Bitcoin open source implementation of P2P currency](/docs/emails/p2p-research/1/) + ## Scaling @@ -37,5 +39,5 @@ At first, most users would run network nodes, but as the network grows beyond a The bandwidth might not be as prohibitive as you think. A typical transaction would be about 400 bytes (ECC is nicely compact). Each transaction has to be broadcast twice, so lets say 1KB per transaction. Visa processed 37 billion transactions in FY2008, or an average of 100 million transactions per day. That many transactions would take 100GB of bandwidth, or the size of 12 DVD or 2 HD quality movies, or about $18 worth of bandwidth at current prices.
[Bitcoin P2P e-cash paper](/docs/emails/cryptography/2) -The existing Visa credit card network processes about 15 million Internet purchases per day worldwide. Bitcoin can already scale much larger than that with existing hardware for a fraction of the cost. It never really hits a scale ceiling. +The existing Visa credit card network processes about 15 million Internet purchases per day worldwide. Bitcoin can already scale much larger than that with existing hardware for a fraction of the cost. It never really hits a scale ceiling.
[Re: Questions about BitCoin](/docs/emails/mike-hearn/1)