zoukankan      html  css  js  c++  java
  • Bitcoin A First Assessment

    1. What is Bitcoin
    Bitcoin is a digital currency designed by Satoshi Nakamoto. Bitcoin allows users to send payments within a decentralized,peer-to-peer network, and is unique in that it does not require a central clearing house of financial institution clearing transactions. Users must have an internet connection and Bitcoin software to make payments to another public account/address.
    2. Satoshi is the smallest unit of Bitcoin; 1 Bitcoin contains 100 million Satoshi. By design, the supply of Bitcoins cannot exceed 21 million Bitcoins(2,100 trillion Satoshi). The total amount of Bitcpin in circulation will increase predictably, based on its underlying code, until reaching the cap in 2140.
    3. A public history of all transactions is continuously updated and verified by "miners" who gather batches of new transactions into blocks and attach these blocks to the end of "Blockchain".
    4. Bitcoin supply is increased with every new block of transactions added to the public history.
    5. Money/currencies are generally thought to have three distinct roles: as a unit of account, medium of exchange, and store of value.
    6. as a medium of exchange, Bitcoin is attractive as it offers low transaction costs.
    7. Bitcoin offers an attractive alternative to cash in terms of security, transparency of transactions, and counterfeiting.
    8. Bitcon's role as a store of value is seriously compromised by its elevated price volatility.
    9.

  • 相关阅读:
    layout_weight使用
    Android sdk manager 下载速度慢的问题
    详谈OC(object-c)深浅复制/拷贝-什么情况下用retain和copy
    object-c(oc)内存管理机制详解
    xmpp实现的即时通讯聊天(二)
    xmpp实现的即时通讯聊天(一)
    iOS开发消息推送原理
    指定的转换无效。
    Oracle11g +Win 64+PLSQL9.0
    数据库连接字符串
  • 原文地址:https://www.cnblogs.com/bluescorpio/p/3532790.html
Copyright © 2011-2022 走看看