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

推荐订阅源

博客园 - 叶小钗
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
T
Tailwind CSS Blog
博客园 - 三生石上(FineUI控件)
量子位
月光博客
月光博客
人人都是产品经理
人人都是产品经理
U
Unit 42
S
SegmentFault 最新的问题
M
MIT News - Artificial intelligence
H
Help Net Security
aimingoo的专栏
aimingoo的专栏
Microsoft Security Blog
Microsoft Security Blog
MyScale Blog
MyScale Blog
美团技术团队
P
Proofpoint News Feed
Apple Machine Learning Research
Apple Machine Learning Research
D
Docker
B
Blog
大猫的无限游戏
大猫的无限游戏
V
Visual Studio Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers 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.