aboutsummaryrefslogtreecommitdiff
path: root/microposts/bitcoin-theory.org
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-02-06 21:25:01 +1100
committerYuchen Pei <hi@ypei.me>2022-02-06 21:25:01 +1100
commit2c422ce0a29154964cbb5011182711b1570541f9 (patch)
treebf363dcf1271ab7b2a36a34e2ca459f62b2849a0 /microposts/bitcoin-theory.org
parent292bab155170594932cc397683ba228fbc9791b9 (diff)
updated a bunch
Diffstat (limited to 'microposts/bitcoin-theory.org')
-rw-r--r--microposts/bitcoin-theory.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/microposts/bitcoin-theory.org b/microposts/bitcoin-theory.org
new file mode 100644
index 0000000..a9758d8
--- /dev/null
+++ b/microposts/bitcoin-theory.org
@@ -0,0 +1,7 @@
+#+title: Theory of Bitcoin
+
+#+date: <2021-12-23>
+
+The theoretical model of bitcoin is surprisingly simple. A transaction is a list of inputs and outputs, where the inputs trace to outputs of previous transactions. Transactions form blocks, and blocks form the blockchain with each block verifying the previous ones, going all the way back to the [[https://live.blockcypher.com/btc/block/000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f/][genesis block]]. Proof of work requires finding a nonce that hashes to a sufficiently small number. One new block every 10 minutes, transaction fees and award of 6.25BTC (halving every 210k blocks) goes to whoever created the block (aka miner). A total of 21mil BTC, running out by ~2140.
+
+By the way, the whitepaper is not very useful for understanding the theory of bitcoin, but Wikipedia and the [[https://en.bitcoin.it/wiki/Main_Page/][bitcoin wiki]] are far better resources IMO.