Blockchain (database)

Network block formation
Cipher-block chaining operations

A blockchain[1][2][3] — originally block chain[4][5] — is a distributed database that maintains a continuously-growing list of ordered records called blocks.[1] Each block contains a timestamp and a link to a previous block.[6]:6 The data in a block cannot be altered retrospectively. Blockchains are secure by design and an example of a distributed computing system with high byzantine fault tolerance.

By design blockchains are inherently resistant to modification of the data. Decentralised consensus can therefore be achieved for the first time with a blockchain.[7] This makes blockchains suitable for the recording of events and other records management activities, identity management, transaction processing and proving provenance. This offers the potential of mass disintermediation and vast repercussions for how global trade is conducted.

The first blockchain was conceptualised by Satoshi Nakamoto in 2008 and implemented the following year as a core component of the digital currency bitcoin, where it serves as the public ledger for all transactions.[1] Through the use of a peer-to-peer network and a distributed timestamping server a blockchain database is managed autonomously. The invention of the blockchain for bitcoin made it the first digital currency to solve the double spending problem. The bitcoin design has been the inspiration for other applications.[1][3]

History

Bitcoin transactions (January 2009 - September 2015)

First work on cryptographically secured chain of blocks was described in 1991 by Stuart Haber and W. Scott Stornetta. Followed by publications in 1996 by Ross J. Anderson and 1998 by Bruce Schneier and John Kelsey.[8] In parallel there was work going on in 1998 by Nick Szabo working on a mechanism for a decentralized digital currency that he called bit gold.[9] In 2000 Stefan Konst published a general theory for cryptographic secured chains and suggested a set of solutions for implementation.[8]

The first blockchain was then conceptualised by Satoshi Nakamoto in 2008 and implemented the following year as a core component of the digital currency bitcoin, where it serves as the public ledger for all transactions.[1] Through the use of a peer-to-peer network and a distributed timestamping server a blockchain database is managed autonomously. The invention of the blockchain for bitcoin made it the first digital currency to solve the double spending problem. The bitcoin design has been the inspiration for other applications.[1][3]

The blockchain format was first used for bitcoin, as a solution to the problem of making a database both secure and not requiring a trusted administrator.[4] The words block and chain were used separately in Satoshi Nakamoto's original paper in October 2008,[10] and when the term moved into wider use it was originally block chain,[4][5] before becoming a single word, blockchain, by 2016. In August 2014, the bitcoin blockchain file size reached 20 gigabytes in size.[11]

As of 2014, "Blockchain 2.0" was a term referring to new applications of the distributed blockchain database.[12] The Economist described one implementation of this second-generation programmable blockchain as coming with "a programming language that allows users to write more sophisticated smart contracts, thus creating invoices that pay themselves when a shipment arrives or share certificates which automatically send their owners dividends if profits reach a certain level."[1]

In 2016, the central securities depository of the Russian Federation (NSD) announced a pilot project based on blockchain technology.[13] Various regulatory bodies in the music industry have started testing models that use blockchain technology for royalty collection and management of copyrights around the world.[14] IBM opened a blockchain innovation research centre in Singapore in July 2016.[15] A working group for the World Economic Forum met in November 2016 to discuss the development of governance models related to blockchain.[16] According to Accenture an application of the diffusion of innovations theory suggests that in 2016 blockchains attained a 13.5% adoption rate within financial services, therefore reaching the early adopters phase.[17]

Description

External video
A visual demonstration of the six key components in a blockchain

Blockchain is a secured way of online transaction.[18] A blockchain is a decentralized digital ledger that records transactions on thousands of computers globally in such a way that the registered transactions cannot be altered retrospectively.[19][1] They are authenticated by mass collaboration powered by collective self-interests.[20] The result is a robust workflow where participants' uncertainty regarding data security is marginal. The use of a blockchain removes the characteristic of infinite reproducibility from a digital asset. It confirms that each unit of digital cash was spent only once, solving the long-standing problem of double spending. Blockchains have been described as a value-exchange protocol.[12] This exchange of value can be completed more quickly, safely and cheaper with a blockchain.[21] A blockchain can assign title rights because it provides a record that compels offer and acceptance.[1]

A blockchain database consists of two kinds of records: transactions and blocks.[1] Blocks hold batches of valid transactions that are hashed and encoded into a Merkle tree.[1] Each block includes the hash of the prior block in the blockchain, linking the two. The linked blocks form a chain.[1] This iterative process confirms the integrity of the previous block, all the way back to the original genesis block.[22] Variants of this format were used previously, for example in Git, and it is not by itself sufficient to qualify as a blockchain.[23]

Sometimes separate blocks can be validated concurrently, creating a temporary fork. In addition to a secure hash based history, any blockchain has a specified algorithm for scoring different versions of the history so that one with a higher value can be selected over others. Blocks which are not selected for inclusion in the chain are called orphan blocks.[22] Peers supporting the database don't have exactly the same version of the history at all times, rather they keep the highest scoring version of the database that they currently know of. Whenever a peer receives a higher scoring version (usually the old version with a single new block added) they extend or overwrite their own database and retransmit the improvement to their peers. There is never an absolute guarantee that any particular entry will remain in the best version of the history forever, but because blockchains are typically built to add the score of new blocks onto old blocks and there are incentives to only work on extending with new blocks rather than overwriting old blocks, the probability of an entry becoming superseded goes down exponentially,[24] as more blocks are built on top of it, eventually becoming very low.[1][25]:ch. 08[26] For example, in a blockchain using the proof-of-work system, the chain with the most cumulative proof-of-work is always considered the valid one by the network. In practice there are a number of methods that can demonstrate a sufficient level of computation. Within a blockchain the computation is carried out redundantly rather than in the traditional segregated and parallel manner.[27]

The blockchain is parsed by software to extract relevant information.[28] The Nxt cryptocurrency community considered and dismissed a blockchain rollback in 2014 after a theft at a major exchange.[29]

Decentralization

Blockchain secure workflow
Step Activity
1 Digitally signed transaction initiation
2 Transaction is sent to miner who verifies transaction
3 Transaction is broadcast to all connected nodes as block
4 Network accepts transaction if data is valid
5 Receiver receives the transaction
Source: iFour Technolab[18]

By storing data across its network, the blockchain eliminates the risks that come with data being held centrally.[1] Its network lacks centralized points of vulnerability that computer hackers can exploit or any central point of failure. Blockchain security methods include the use of public-key cryptography.[4]:5 A public key (a long, randomly-generated string of numbers) is an address on the blockchain. Bitcoins sent across the network are recorded as belonging to that address. A private key is like a password that gives its owner access to their digital assets or otherwise interact with the various capabilities that blockchains now support. Data stored on the blockchain is generally considered incorruptible.[1]

Every node or miner in a decentralized system has a copy of the blockchain. Data quality is maintained by massive database replication[7] and computational trust. No centralized "official" copy exists and no user is "trusted" more than any other.[4] Transactions are broadcast to the network using software. Messages are delivered on a best effort basis. Mining nodes validate transactions,[22] add them to the block they’re creating, and then broadcast the completed block to other nodes.[25]:ch. 08 Blockchains use various time-stamping schemes, such as proof-of-work to serialize changes.[30] Alternate consensus methods include proof-of-stake and proof of burn.[22]

Openness

Blockchain data

Since all early blockchains were permissionless, controversy has arisen over whether permissioned databases of chained blocks of data should even be considered blockchains. An issue in this ongoing debate is whether a private system with verifiers tasked and authorized (permissioned) by a central authority should be considered a blockchain.[31][32][33][34][35]

Proponents of permissioned or private chains argue that the term "blockchain" may be applied to any data structure that batches data into time-stamped blocks. These blockchains serve as a distributed version of multiversion concurrency control (MVCC) in databases.[36] Just as MVCC prevents two transactions from concurrently modifying a single object in a database, blockchains prevent two transactions from spending the same single output in a blockchain.[37]:30–31

Opponents say that permissioned systems resemble traditional corporate databases, not supporting decentralized data verification, and that such systems are not hardened against operator tampering and revision.[31][33] The Harvard Business Review defines blockchain as a distributed ledger or database open to anyone,[38] and Computerworld claims that "much of [blockchain hype] is nothing more than snake oil and spin".[39]

Permissionless

The great advantage to an open, permissionless network is that guarding against bad actors is not required and no access control is needed.[24] Gatekeeping is not possible. This means that applications can be added to the edge of the network without the approval or trust of others, using the blockchain as a transport layer.[24] This openness allows researchers to examine real-time transaction data in a closed economic system.

Bitcoin and Ethereum currently secure their blockchain by requiring new entries including a proof of work. To prolong the blockchain, bitcoin uses Hashcash puzzles developed by Adam Back in the 1990s.[40] Ethereum plans to switch to a proof-of-stake system in the future.[41]

Market capitalization

Bitcoin and Ethereum use open (public) blockchains. As of September 2016, bitcoin has the highest market capitalization while Ethereum is second.[42]

Permissioned

Permissioned blockchains have the ability to restrict who can participate in the consensus processes as well as who can transact.[27] These private blockchains lack transparency. They do not rely on anonymous miners to validate transactions nor do they benefit from the network effect.[43] Miners are vetted. The New York Times notes that many corporations are using blockchain networks "with private blockchains, independent of the public system."[3]

Disadvantages

Nikolai Hampton pointed out in Computerworld that

Applications

The use of blockchains promises to be able to bring significant efficiencies to global supply chains although many observers remain skeptical. Some analysts, such as Steve Wilson from Constellation Research believe the technology has been hyped with unrealistic claims.[44] In order to mitigate risk businesses are reluctant to place blockchain at the core of the business structure.[45] Blockchains are a technology that may be integrated into multiple areas. It is a disruptive innovation because it allows businesses to use to new methods of processing digital transactions.[46] Examples include a payment system and digital currency, facilitating crowdsales, or implementing prediction markets and generic governance tools. Blockchains are expected to disrupt the cloud computing industry although practical technical issues remain as obstacles.[47]

Major applications of blockchain include cryptocurrencies—including bitcoin, BlackCoin, Dash, and Nxt—and blockchain platforms—Factom as a distributed registry, Gems for decentralized messaging, MaidSafe for decentralized applications, Storj for a distributed cloud, and Tezos for decentralized voting.[37]:94 Frameworks and trials such as the one at the Sweden Land Registry aim to demonstrate the effectiveness of the blockchain at speeding land sale deals.[48] The Republic of Georgia is piloting a blockchain-based property registry.[49]The Ethical and Fair Creators Association uses blockchain to help startups protect their authentic ideas.[50]

New distribution methods for the insurance industry such as peer-to-peer insurance, parametric insurance and microinsurance following the adoption of blockchain.[46] Banks are interested in this technology because it has potential to speed up back office settlement systems.[51] The sharing economy and IoT are also set to benefit from blockchains because they involve many collaborating peers.[52]

Smart contracts

Blockchain-based smart contracts are currently in development. One of the main objectives of a smart contract is automated escrow. The IMF believes blockchains could reduce moral hazards and optimize the use of contracts in general.[53] Due to the lack of widespread use their legal status is unclear.[53]

Some blockchain implementations could enable the coding of contracts that will execute when specified conditions are met. A blockchain smart contract would be enabled by extensible programming instructions which both define and execute an agreement.[54] For example, Ethereum is an open source blockchain project that was built specifically to realize this possibility by implementing a Turing-complete programming language capability to implement such contracts.[37]:ch. 11 As of January 2016, smart contract systems are not being used for ether.[55]

Applications

The Harvard Business Review conducted a two-year research project exploring how blockchain technology can securely move and store host "money, titles, deeds, music, art, scientific discoveries, intellectual property, and even votes".[38] Furthermore, major portions of the financial industry are implementing distributed ledgers for use in banking[56][57], and according to a September 2016 IBM study, this is occurring faster than expected.[58] The credit and debits payments company MasterCard has added three blockchain-based APIs for programmers to use in developing both P2P and B2B payment systems.[59]

CLS Group is using blockchain technology to expand the number of currency trade deals it can settle.[45]

Alternative blockchains

Alternative blockchains, known as altchains, are based on bitcoin technology in concept and/or code.[6] These designs generally add functionality to the blockchain design. Altchains can provide solutions including other digital currencies, although tokens used in these designs are not always considered to be such. Altchains target performance, anonymity, storage and applications such as smart contracts.[60] Starting with a strong focus on financial applications, blockchain technology is extending to activities including decentralized applications and collaborative organizations that eliminate a middleman.[61] Notable designs include:

Other uses

Blockchain technology can be used to create a permanent, public, transparent ledger system for compiling data on sales, storing rights data by authenticating copyright registration,[65] and tracking digital use and payments to content creators, such as musicians.[66] Imogen Heap's Mycelia[67] service allowing managers to use a blockchain for tracking high-value parts moving through a supply chain was launched as a concept in July 2016. Everledger, "building systems to record the movement of diamonds from mines to jewelry stores", is one of the inaugural clients of IBM's blockchain-based tracking service.[68]

Commercial offerings

Distributed ledgers and other blockchain inspired software are being developed by commercial organizations for various applications:

In August 2016 a research team at the University of Munich published a research document about how blockchains may disrupt industries. They analyzed the venture funding that went into blockchain ventures. Their research shows that $1.55 Billion went into startups with an industry focus on finance and insurance, information and communication, and professional services. High startup density was found in the USA, UK and Canada.[74]

See also

References

  1. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Economist Staff (2015-10-31). "Blockchains: The great chain of being sure about things". The Economist. Retrieved 18 June 2016. [Subtitle] The technology behind bitcoin lets people who do not know or trust each other build a dependable ledger. This has implications far beyond the crypto currency.
  2. Morris, David Z. (2016-05-15). "Leaderless, Blockchain-Based Venture Capital Fund Raises $100 Million, And Counting". Fortune (magazine). Retrieved 2016-05-23.
  3. 1 2 3 4 Popper, Nathan (2016-05-21). "A Venture Fund With Plenty of Virtual Capital, but No Capitalist". New York Times. Retrieved 2016-05-23.
  4. 1 2 3 4 5 Brito, Jerry & Castillo, Andrea (2013). "Bitcoin: A Primer for Policymakers" (PDF). Fairfax, VA: Mercatus Center, George Mason University. Retrieved 22 October 2013.
  5. 1 2 Trottier, Leo (2016-06-18). "original-bitcoin" (self-published code collection). github. Retrieved 2016-06-18. This is a historical repository of Satoshi Nakamoto's original bit coin sourcecode.
  6. 1 2 "Blockchain". Investopedia. Retrieved 19 March 2016. Based on the Bitcoin protocol, the blockchain database is shared by all nodes participating in a system.
  7. 1 2 Raval, Siraj (2016). Decentralized Applications: Harnessing Bitcoin's Blockchain Technology. O'Reilly Media, Inc. pp. 1, 2. ISBN 1491924527. Retrieved 6 November 2016.
  8. 1 2 Konst, Stefan (2000-08-09). "Sichere Log-Dateien auf Grundlage kryptographisch verketteter Eintraege" (PDF). konst.de (in German). Retrieved 2016-11-29.
  9. POPPER, NATHANIEL (2015-05-15). "Decoding the Enigma of Satoshi Nakamoto and the Birth of Bitcoin". nytimes.com. New York Times. Retrieved 2016-11-29.
  10. http://article.gmane.org/gmane.comp.encryption.general/12588/
  11. Chuen, David Lee Kuo (2015). Handbook of Digital Currency: Bitcoin, Innovation, Financial Instruments, and Big Data. Academic Press. p. 319. ISBN 9780128023518. Retrieved 6 November 2016.
  12. 1 2 Kariappa Bheemaiah (January 2015). "Block Chain 2.0: The Renaissance of Money". Wired. Retrieved 13 November 2016.
  13. Yakovlev, Alexander [interviewee] & Kovlyagina, Tatiana [interviewer] (2016-04-15). "НРД проголосовал за блокчейн" [NSD blockchain vote]. Bankir.ru (in Russian). Retrieved 18 June 2016. "Национальный расчетный депозитарий запустил пилотный проект на основе технологии распределенного реестра. Создание прототипа системы электронного голосования владельцев облигаций на блокчейне анонсировал на Биржевом форуме председатель правления НРД Эдди Астанин [The National Settlement Depository started the pilot project based on the technology of the distributed register. Creation of the prototype system of electronic voting for owners of bonds based on blockchain was announced at the Exchange forum by the chairman of the board of NSD, Eddie Astanin.]
  14. Aitken, Roger. "MUSE: Leveraging Blockchain Technology To Revolutionize Music Industry". forbes.com. Retrieved 18 June 2016.
  15. Ann Williams (12 July 2016). "IBM to open first blockchain innovation centre in Singapore, to create applications and grow new markets in finance and trade". The Straits Times. Singapore Press Holdings Ltd. Co. Retrieved 13 November 2016.
  16. Stan Higgins (9 November 2016). "Former Estonian President to Lead World Economic Forum Blockchain Group". Coindesk. Retrieved 13 November 2016.
  17. "The future of blockchain in 8 charts". Raconteur. Raconteur Media. 27 June 2016. Retrieved 3 December 2016.
  18. 1 2 "Blockchain - Secured way of transaction". iFour Technolab Pvt. Ltd. Retrieved 2016-11-15.
  19. Armstrong, Stephen (2016-11-07). "Move over Bitcoin, the blockchain is only just getting started". Wired (magazine). Retrieved 2016-11-09.
  20. Don Tapscott; Alex Tapscott (8 May 2016). "Here's Why Blockchains Will Change the World". Fortune. Retrieved 16 November 2016.
  21. Michele Tucci (29 November 2015). "Can blockchain help the cards and payments industry?". TechinAsia. Retrieved 16 November 2016.
  22. 1 2 3 4 Bhaskar, Nirupama Devi; David LEE Kuo Chuen (2015). "3 – Bitcoin Mining Technology". Handbook of Digital Currency: Bitcoin, Innovation, Financial Instruments, and Big Data. Academic Press. p. 47-51. ISBN 978-0-12-802117-0. Retrieved 2 December 2016.
  23. Linus Torvalds (2007-05-03). Google tech talk: Linus Torvalds on git. Event occurs at 02:30. Retrieved 2007-05-16.
  24. 1 2 3 Andreas Antonopoulos (20 February 2014). "Bitcoin security model: trust by computation". Radar. O'Reilly. Retrieved 19 November 2016.
  25. 1 2 Antonopoulos, Andreas M. (2014). Mastering Bitcoin. Unlocking Digital Cryptocurrencies. Sebastopol, CA: O'Reilly Media. ISBN 1449374034. Retrieved 3 November 2015.
  26. Nakamoto, Satoshi (October 2008). "Bitcoin: A Peer-to-Peer Electronic Cash System" (PDF). bitcoin.org. Retrieved 28 April 2014.
  27. 1 2 "Permissioned Blockchains". Explainer. Monax. Retrieved 20 November 2016.
  28. Franco, Pedro (2014). Understanding Bitcoin: Cryptography, Engineering and Economics. John Wiley & Sons. p. 95. ISBN 9781119019145. Retrieved 6 November 2016.
  29. Clay Michael Gillespie (15 August 2014). "Official NXT Decision: No Blockchain Rollback". cryptocoin news. Retrieved 13 November 2016.
  30. Kopstein, Joshua (2013-12-12). "The Mission to Decentralize the Internet". The New Yorker. Retrieved 30 December 2014. The network's 'nodes'—users running the bitcoin software on their computers—collectively check the integrity of other nodes to ensure that no one spends the same coins twice. All transactions are published on a shared public ledger, called the 'block chain'
  31. 1 2 Voorhees, Erik (2015-10-30). "It's All About the Blockchain". Money and State. Retrieved 2015-11-02.
  32. Reutzel, Bailey (2015-07-13). "A Very Public Conflict Over Private Blockchains". PaymentsSource. New York, NY: SourceMedia, Inc. Retrieved 18 June 2016.
  33. 1 2 Casey, Michael J. (2015-04-15). "Moneybeat/BitBeat: Blockchains Without Coins Stir Tensions in Bitcoin Community". The Wall Street Journal. Retrieved 18 June 2016.
  34. dinbits Staff (2015-11-03). "The "Blockchain Technology" Bandwagon Has A Lesson Left To Learn". dinbits.com. Retrieved 2016-06-18.
  35. DeRose, Chris (2015-06-26). "Why the Bitcoin Blockchain Beats Out Competitors". American Banker. Retrieved 18 June 2016.
  36. Greenspan, Gideon (2015-07-19). "Ending the bitcoin vs blockchain debate". multichain.com. Retrieved 2016-06-18.
  37. 1 2 3 Tapscott, Don; Tapscott, Alex (May 2016). The Blockchain Revolution: How the Technology Behind Bitcoin is Changing Money, Business, and the World. ISBN 978-0670069972.
  38. 1 2 Tapscott, Don (10 May 2016). "The Impact of the Blockchain Goes Beyond Financial Services". Harvard Business Review. Retrieved 16 May 2016.
  39. 1 2 3 4 Hampton, Nikolai (2016-09-05). "Understanding the blockchain hype: Why much of it is nothing more than snake oil and spin". Computerworld. IDG. Retrieved 2016-09-05.
  40. Blocki, Jeremiah Blocki (2016-08-24). "Designing Proof of Human-work Puzzles for Cryptocurrency and Beyond∗" (PDF). iacr.org. International Association for Cryptologic Research (IACR). Retrieved 2016-11-20.
  41. "Ethereum's Gold Rush is Drawing Bitcoin Miners to Ethereum". Bitcoin Mining. 2016-06-20. Retrieved 2016-09-17.
  42. "Crypto-Currency Market Capitalizations". CoinMarketCap. Retrieved 2016-09-17.
  43. Giulio Prisco (25 August 2016). "Sandia National Laboratories Joins the War on Bitcoin Anonymity". Bitcoin Magazine. BTC Inc. Retrieved 21 November 2016.
  44. Steve Wilson (3 May 2016). "Blockchain: Almost Everything You Read Is Wrong". Constellation Research Inc. Retrieved 13 November 2016.
  45. 1 2 Katie Martin (27 September 2016). "CLS dips into blockchain to net new currencies". The Financial Times. Retrieved 7 November 2016.
  46. 1 2 Kevin Wang, Ali Safavi (29 October 2016). "Blockchain is empowering the future of insurance". Tech Crunch. AOL Inc. Retrieved 7 November 2016.
  47. Joe McKendrick (22 July 2016). "Cloud Vendors, The Great Disruptors, Face Disruption From Blockchain". forbes.com. Retrieved 13 November 2016.
  48. Gertrude Chavez-Dreyfuss (16 June 2016). "Sweden tests blockchain technology for land registry". Reuters. Retrieved 7 November 2016.
  49. Laura Shin (21 April 2016). "Republic Of Georgia To Pilot Land Titling On Blockchain With Economist Hernando De Soto, BitFury". forbes.com. Retrieved 13 November 2016.
  50. "The Ethical and Fair Creators Association". Retrieved 2 December 2016.
  51. Martin Arnold (23 September 2013). "IBM in blockchain project with China UnionPay". The Financial Times. Retrieved 7 November 2016.
  52. "Blockchain reaction: Tech companies plan for critical mass" (PDF). EYGM. p. 5. Retrieved 13 November 2016.
  53. 1 2 International Monetary Fund (2016). Virtual Currencies and Beyond: Initial Considerations IMF Discussion Note. International Monetary Fund. p. 23. ISBN 9781513552972. Retrieved 12 November 2016.
  54. Swan, Melanie (2015). Blockchain: Blueprint for a New Economy. O'Reilly Media, Inc. p. 16. ISBN 1491920475. Retrieved 12 November 2016.
  55. https://www.imf.org/external/pubs/ft/sdn/2016/sdn1603.pdf Retrieved November-2016
  56. Epstein, Jim (2016-05-06). "Is Blockchain Technology a Trojan Horse Behind Wall Street's Walled Garden?". Reason. Retrieved 2016-06-29. mainstream misgivings about working with a system that's open for anyone to use. Many banks are partnering with companies building so-called private blockchains that mimic some aspects of Bitcoin's architecture except they're designed to be closed off and accessible only to chosen parties. ... [but some believe] that open and permission-less blockchains will ultimately prevail even in the banking sector simply because they're more efficient.
  57. Redrup, Yolanda (2016-06-29). "ANZ backs private blockchain, but won't go public". Australia Financial Review. Retrieved 2016-07-07. Blockchain networks can be either public or private. Public blockchains have many users and there are no controls over who can read, upload or delete the data and there are an unknown number of pseudonymous participants. In comparison, private blockchains also have multiple data sets, but there are controls in place over who can edit data and there are a known number of participants.
  58. Kelly, Jemima (2016-09-28). "Banks adopting blockchain 'dramatically faster' than expected: IBM". Reuters. Retrieved 2016-09-28.
  59. "MasterCard pushes ahead into blockchain tech". Business Insider. 2016-11-02. Retrieved 2016-11-04.
  60. "Why Bitcoin may herald a new era in finance". www.economistinsights.com. The Economist Group. Retrieved 9 June 2015.
  61. De Filippi, Primavera. From competition to cooperation. TEDxCambridge. Retrieved 8 October 2015.
  62. Coppola, Gabrielle & Benmeleh, Yaacov. "This Israeli Ride-Sharing App Is the Utopian, Hippie Uber". Bloomberg. Retrieved 27 January 2016.
  63. Ayral, Sandrine. "Bitcoin 2.0 Crowdfunding Is Real Crowdfunding". Techcrunch. Retrieved 27 January 2016.
  64. Miller, Carl. "In 2015 social media companies strengthened their rule. In 2016 they will face rebellion". The Telegraph. Retrieved 27 January 2016.
  65. Jean-Pierre Buntinx (4 August 2015). "Future Use Cases for Blockchain Technology: Copyright Registration". bitcoin.com. Saint Bitts. Retrieved 5 November 2016.
  66. "Blockchain Could Be Music's Next Disruptor". 22 September 2016.
  67. Bartlett, Jamie (6 September 2015). "Imogen Heap: saviour of the music industry?". theguardian.com. Retrieved 18 June 2016.
  68. Nash, Kim S. (2016-07-14). "IBM Pushes Blockchain into the Supply Chain". Wall Street Journal. Retrieved 2016-07-24.
  69. Allison, Ian (2016-05-03). "Deloitte to build Ethereum-based 'digital bank' with New York City's ConsenSys". International Business Times.
  70. Allison, Ian (2016-01-20). "R3 completes trial of five cloud-based blockchain technologies at 40 banks". International Business Times.
  71. "Hyperledger blockchain code almost comes together for IoT". rethink-iot.com. 1 April 2016. Retrieved 18 June 2016.
  72. "SafeShare Releases First Blockchain Insurance Solution For Sharing Economy". EconoTimes. 2016-03-18. Retrieved 2016-06-15.
  73. Andrew Quentson (11 September 2016). Swiss Industry Consortium to Use Ethereum’s Blockchain. cryptocoins news. Retrieved 6 November 2016.
  74. Friedlmaier, Maximilian; Tumasjan, Andranik; Welpe, Isabell (2016-08-26). "Disrupting industries with blockchain: The industry, venture capital funding, and regional distribution of blockchain ventures". Retrieved 2016-11-29.

Further reading

External links

This article is issued from Wikipedia - version of the 12/3/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.