惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog RSS Feed
量子位
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
B
Blog
U
Unit 42
C
Check Point Blog
I
InfoQ
aimingoo的专栏
aimingoo的专栏
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 【当耐特】
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
H
Help Net Security
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
云风的 BLOG
云风的 BLOG
宝玉的分享
宝玉的分享
爱范儿
爱范儿

ashishb.net

A day in Luxembourg - the richest country in the world I was asked to install malware during a fake interview Book summary: Breakneck - China's quest to engineer the future by Dan Wang Book summary: How to Teach Your Baby to Read Book Summary: The Discontented Little Baby Book by Pamela Douglas Introducing Amazing Sandbox - run third-party tools and AI agents securely on your machine Why software outsourcing gets a bad reputation? Book summary: The Natural Baby Sleep Solution by Polly Moore A day in Antwerp, Belgium Journey of online influencers Two days in Brussels, Belgium Shortcuts - when we love them and when we don't A visit to Rakhigarhi Three days in overhyped Paris Empty Japan, crowded Tokyo The real lock-in in GitHub is not the code, but the stars 11-day Norwegian Breakaway East Caribbean cruise Sanskrit and Sri Lankan Air Force Use REST with Open API The Achilles heel of American capitalism Costa Rica in 4 days At a juice stall in Sri Lanka A short stay at Warsaw, Poland Best practices for using Python & uv inside Docker Two days in Vilnius, Lithuania How IntelliJ IDEs waste disk space Pregnancy Why there aren't many digital nomads from India Two days in Riga, Latvia To keep your machine secure, run third-party tools inside Docker
Stanford CS251: Lecture 7
Ashish Bhatia · 2019-04-01 · via ashishb.net

Lecture 7: Community, Economics, and Politics

  1. David Chaum - digital cash in 1981
  2. Satoshi Nakamoto - Oct 2008, bitcoin.org was registered in Aug 2008
  3. Genesis block was mined in Jan 2009
  4. First BTC payment - Feb 2010
  5. First online exchange - July 2010, the price went up 10x by then
  6. First GPU miner - Aug 2010
  7. First mining pool - Sep 2010, Satoshi disappeared at this point
  8. Silk road launched - Jan 2011
  9. First BTC conference - Nov 2011

Bitcoin requires three levels of consensus

  1. Consensus on blockchain - transaction history
  2. Consensus on validity rules
  3. The consensus that BTC is valuable

A soft-fork happens when a certain miners start accepting a newer version of the transactions which is backward-compatible. This incentivizes other miners to move to that as well or else their mined blocks might not become part of the longest chain. Some examples of soft-fork are P2SH, Segwit, CLTV, CSTV. Such changes are made via Bitcoin Improvement Proposals (BIP).

A hard-fork happens where there is a disagreement on the blockchain rules. For example, bug fixes, crypto upgrades, Simplified Payment Verification (SPV).

Bitcoin block size is limited to 1 MB => 1 MB/10 mins => 1.7 KB/sec ~ 7 transactions per second are the system limits. Visa does ~20K transactions per second by comparison. In 2015, a hard-fork was tried to increase the block-size limit to 10 MB. Bitcoin community was split between Bitcoin core and Bitcoin XT. Bitcoin core wants to do nothing, they were supported by the miners. Bitcoin XT which wants to increase block size to 8 MB and double every year after that. XT lost. An accidental hard-fork happened in March 2013.

Economics

  1. Divisibility - 21M ~ 225 Bitcoins. 1 Bitcoin = 108 Satoshi ~ 227 Satoshi => 252 Satoshi units to trade
  2. Mining reward schedule has a deflationary impact on Bitcoin creation
  3. Tinkerbell effect - Everyone believes in something because everyone else does as well

Money is a means of exchange, a unit of account, and a store of value. Bitcoin is definitely a means of exchange, the other two questions are yet to be answered.