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

推荐订阅源

U
Unit 42
博客园 - Franky
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
人人都是产品经理
人人都是产品经理
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
有赞技术团队
有赞技术团队
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
C
Check Point Blog
爱范儿
爱范儿
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
L
LangChain Blog
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
Microsoft Security Blog
Microsoft Security Blog
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)

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
Thoughts on Bitcoin
Ashish Bhatia · 2014-01-07 · via ashishb.net

A short summary of bitcoin

Electronic money is all about ledger (transactions) which tells who sent money to whom, in standard financial system, central/federal/reserve bank (different nations have different names for these) and by extension, financial institutions are “trusted” to maintain that ledger. Any work which requires a “trusted” party can in principle, be done using cryptography without requiring a “trusted” party and bitcoin is manifestation of that applied to ledger. For more thorough treatment have a look at original paper or this blog post.

Objections to current status

Let’s look at some of the most touted aspects of bitcoin

  1. Anonymity - By using bitcoin mixers (mixing bitcoins from different sources)
  2. Decentralized - Since no single entity controls it, any fiscal or monetary modifications are practically impossible, so, no more central control over money

Now lets see few recent news about bitcoins

  1. Chinese bitcoin exchange disappears with $4.1 million
  2. Man says he lost $500,000 in virtual currency heist (probably to windows malware)
  3. Bitcoin Payment Processor BIPS Attacked, Over $1m stolen
  4. Hackers steal $1.2m of bitcoins from Inputs.io, a supposedly secure wallet service
  5. Bitcoin Worth £4.6 Million Is Buried Under A Landfill In South Wales
  6. A big chunk of bitcoins seems to be lost forever

Does there seem any relation? In standard financial world, someone who steals electronic money from (say) a bank account has to transfer it to somewhere (via Western Union) or for buying something like charge cards or goods with good resale value. Whatever happens is not anonymous, and it leaves a trail behind, these trails are useful sometimes for catching the thieves but more often than not to detect potential fraudulent transactions. Of course, the anonymity and decentralization implies that neither a transaction cancellation nor the trail finding will work as expected. Similarly, losing bank account password does not imply losing access to money, worst case, there will be a long phone call with customer care but losing bitcoin wallet implies that bitcoins are permanently lost.

So, where does this leave a common man holding cryptocurrency with? What’s the assurance that they won’t suddenly disappear ? or will be traced if stolen? Rather than making it easier to manage money, the whole burden of protecting the money has been moved from financial institutions to individuals.

Of course, the bitcoin is currently evolving and things might change in future but if the techno-libertarians start focusing on making a better product out of bitcoins which can guarantee fraud protection and recoverability of money, then only we can expect bitcoin to reach common man. While I strongly believe, the tech community can solve or find work around these issues, they just does not seem to be high enough on their priority list.