Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
246 views22 pages

Blockchain - Wikipedia

blockchain

Uploaded by

Mehul Baid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
246 views22 pages

Blockchain - Wikipedia

blockchain

Uploaded by

Mehul Baid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 22

4/12/2018 Blockchain - Wikipedia

Blockchain
A blockchain,[1][2][3] originally block chain,[4][5] is a continuously growing list of records, called
blocks, which are linked and secured using cryptography.[1][6] Each block typically contains a
cryptographic hash of the previous block,[6] a timestamp and transaction data.[7] By design, a
blockchain is inherently resistant to modification of the data. It is "an open, distributed ledger
that can record transactions between two parties efficiently and in a verifiable and permanent
way".[8] For use as a distributed ledger, a blockchain is typically managed by a peer-to-peer
network collectively adhering to a protocol for inter-node communication and validating new
blocks. Once recorded, the data in any given block cannot be altered retroactively without the
alteration of all subsequent blocks, which requires collusion of the network majority.

Blockchains are secure by design and exemplify a distributed computing system with high
Byzantine fault tolerance. Decentralized consensus has therefore been achieved with a
blockchain.[9] This makes blockchains potentially suitable for the recording of events, medical
records,[10][11] and other records management activities, such as identity management,[12][13][14]
transaction processing, documenting provenance, food traceability[15] or voting.[16]

Blockchain was invented by Satoshi Nakamoto in 2008 for use in the cryptocurrency bitcoin, as
its public transaction ledger.[1] The invention of the blockchain for bitcoin made it the first digital
currency to solve the double-spending problem without the need of a trusted authority or central
server. The bitcoin design has been the inspiration for other applications.[1][3]

Blockchain formation.
The main chain (black)
Contents consists of the longest
series of blocks from the
History genesis block (green) to
the current block.
Structure
Blocks Orphan blocks (purple)
exist outside of the main
Decentralization
chain.
Openness
Uses
General potentials
Land registration
The Big Four
Smart contracts
Nonprofit organizations
Decentralized networks
Governments and national currencies
Banks
Other financial companies
Other uses
Bitcoin network data
Types of blockchains
Public blockchains
Private blockchains
Consortium blockchains
Academic research
Journals
Predictions
Working
Ownership integrity
Transaction integrity
Order integrity

https://en.wikipedia.org/wiki/Blockchain 1/22
4/12/2018 Blockchain - Wikipedia

See also
References
Further reading
External links

History
The first work on a cryptographically secured chain of blocks was described in 1991 by
Stuart Haber and W. Scott Stornetta.[17][6] In 1992, Bayer, Haber and Stornetta
incorporated Merkle trees to the design, which improved its efficiency by allowing
several documents to be collected into one block.[6][18]

The first blockchain was conceptualized by a person (or group of people) known as
Satoshi Nakamoto in 2008. It was implemented the following year by Nakamoto as a
Bitcoin transactions (January 2009 –
core component of the cryptocurrency bitcoin, where it serves as the public ledger for September 2017)
all transactions on the network.[1] Through the use of a blockchain, bitcoin became
the first digital currency to solve the double spending problem without requiring a
trusted authority and has been the inspiration for many additional applications.[1][3][4]

In August 2014, the bitcoin blockchain file size, containing records of all transactions that have occurred on the network, reached
20 GB (gigabytes).[19] In January 2015, the size had grown to almost 30 GB, and from January 2016 to January 2017, the bitcoin
blockchain grew from 50 GB to 100 GB in size.[20]

The words block and chain were used separately in Satoshi Nakamoto's original paper, but were eventually popularized as a
single word, blockchain, by 2016. The term blockchain 2.0 refers to new applications of the distributed blockchain database, first
emerging in 2014.[21] 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] Blockchain 2.0 technologies go beyond transactions and enable "exchange of value without powerful
intermediaries acting as arbiters of money and information." They are expected to enable excluded people to enter the global
economy, protect the privacy of participants, allow people to "monetize their own information," and provide the capability to
ensure creators are compensated for their intellectual property. Second-generation blockchain technology makes it possible to
store an individual's "persistent digital ID and persona" and provides an avenue to help solve the problem of social inequality by
"potentially changing the way wealth is distributed".[22]:14–15 As of 2016, blockchain 2.0 implementations continue to require an
off-chain oracle to access any "external data or events based on time or market conditions [that need] to interact with the
blockchain."[23]

In 2016, the central securities depository of the Russian Federation (NSD) announced a pilot project, based on the Nxt
blockchain 2.0 platform, that would explore the use of blockchain-based automated voting systems.[24] IBM opened a blockchain
innovation research center in Singapore in July 2016.[25] A working group for the World Economic Forum met in November 2016
to discuss the development of governance models related to blockchain.[26] According to Accenture, an application of the
diffusion of innovations theory suggests that blockchains attained a 13.5% adoption rate within financial services in 2016,
therefore reaching the early adopters phase.[27] Industry trade groups joined to create the Global Blockchain Forum in 2016, an
initiative of the Chamber of Digital Commerce.[28]

Structure
A blockchain is a decentralized, distributed and public digital ledger that is used to record transactions across many computers so
that the record cannot be altered retroactively without the alteration of all subsequent blocks and the collusion of the
network.[1][29] This allows the participants to verify and audit transactions inexpensively.[30] A blockchain database is managed
autonomously using a peer-to-peer network and a distributed timestamping server. They are authenticated by mass collaboration
powered by collective self-interests.[31] 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 value was transferred only once, solving the long-standing problem of double spending. Blockchains have been described

https://en.wikipedia.org/wiki/Blockchain 2/22
4/12/2018 Blockchain - Wikipedia

as a value-exchange protocol.[21] This blockchain-based exchange of value can be completed more quickly, more safely and more
cheaply than with traditional systems.[32] A blockchain can assign title rights because it provides a record that compels offer and
acceptance.[1]

Blocks
Blocks hold batches of valid transactions that are hashed and encoded into a Merkle tree.[1] Each block includes the
cryptographic 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.[33]

Sometimes separate blocks can be produced 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 not selected for inclusion in the chain are called orphan blocks.[33] Peers supporting the database
have different versions of the history from time to time. They keep only the highest-scoring version of the database known to
them. 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. Because blockchains are typically built to add the score of
new blocks onto old blocks and because there are incentives to work only on extending with new blocks rather than overwriting
old blocks, the probability of an entry becoming superseded goes down exponentially[34] as more blocks are built on top of it,
eventually becoming very low.[1][35]:ch. 08[36] 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. There are a number of methods that can be
used to demonstrate a sufficient level of computation. Within a blockchain the computation is carried out redundantly rather
than in the traditional segregated and parallel manner.[37]

Block time
The block time is the average time it takes for the network to generate one extra block in the blockchain.[38] Some blockchains
create a new block as frequently as every five seconds.[39] By the time of block completion, the included data becomes verifiable.
In cryptocurrency, this is practically when the money transaction takes place, so a shorter block time means faster transactions.
The block time for Ethereum is set to between 14 and 15 seconds, while for bitcoin it is 10 minutes.[40]

Hard forks
A hard fork is a rule change such that the software validating according to the old rules will see the blocks produced according to
the new rules as invalid. In case of a hard fork, all nodes meant to work in accordance with the new rules need to upgrade their
software.[41]

If one group of nodes continues to use the old software while the other nodes use the new software, a split can occur. For
example, Ethereum has hard-forked to "make whole" the investors in The DAO, which had been hacked by exploiting a
vulnerability in its code.[42] In this case, the fork resulted in a split creating Ethereum and Ethereum Classic chains. In 2014 the
Nxt community was asked to consider a hard fork that would have led to a rollback of the blockchain records to mitigate the
effects of a theft of 50 million NXT from a major cryptocurrency exchange. The hard fork proposal was rejected, and some of the
funds were recovered after negotiations and ransom payment.[43]

Alternatively, to prevent a permanent split, a majority of nodes using the new software may return to the old rules, as was the
case of bitcoin split on 12 March 2013.[44]

Decentralization
By storing data across its peer-to-peer network, the blockchain eliminates a number of risks that come with data being held
centrally.[1] The decentralized blockchain may use ad-hoc message passing and distributed networking.

Peer-to-peer blockchain networks lack centralized points of vulnerability that computer crackers can exploit; likewise, it has no
central point of failure. Blockchain security methods include the use of public-key cryptography.[4]:5 A public key (a long,
random-looking string of numbers) is an address on the blockchain. Value tokens sent across the network are recorded as

https://en.wikipedia.org/wiki/Blockchain 3/22
4/12/2018 Blockchain - Wikipedia

belonging to that address. A private key is like a password that gives its owner access to their digital assets or the means to
otherwise interact with the various capabilities that blockchains now support. Data stored on the blockchain is generally
considered incorruptible.[1]

While centralized data is more easily controlled, information and data manipulation are possible. By decentralizing data on an
accessible ledger, public blockchains make block-level data transparent to everyone involved.[45]

Every node in a decentralized system has a copy of the blockchain. Data quality is maintained by massive database replication[9]
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,[33]
add them to the block they are building, and then broadcast the completed block to other nodes.[35]:ch. 08 Blockchains use various
time-stamping schemes, such as proof-of-work, to serialize changes.[46] Alternate consensus methods include proof-of-stake.[33]
Growth of a decentralized blockchain is accompanied by the risk of node centralization because the computer resources required
to process larger amounts of data become more expensive.[47]

Openness
Open blockchains are more user-friendly than some traditional ownership records, which, while open to the public, still require
physical access to view. Because all early blockchains were permissionless, controversy has arisen over the blockchain definition.
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.[48][49][50][51][52] 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.[53] 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.[22]: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.[48][50] Nikolai
Hampton of Computerworld said that "many in-house blockchain solutions will be nothing more than cumbersome
databases."[54] Business analysts Don Tapscott and Alex Tapscott define blockchain as a distributed ledger or database open to
anyone.[55]

Permissionless
The great advantage to an open, permissionless, or public, blockchain network is that guarding against bad actors is not required
and no access control is needed.[34] This means that applications can be added to the network without the approval or trust of
others, using the blockchain as a transport layer.[34]

Bitcoin and other cryptocurrencies currently secure their blockchain by requiring new entries to include a proof of work. To
prolong the blockchain, bitcoin uses Hashcash puzzles. While Hashcash was designed in 1997 by Adam Back, the original idea
was first proposed by Cynthia Dwork and Moni Naor and Eli Ponyatovski in their 1992 paper "Pricing via Processing or
Combatting Junk Mail".

Financial companies have not prioritised decentralized blockchains.[56] In 2016, venture capital investment for blockchain-
related projects was weakening in the USA but increasing in China.[57] Bitcoin and many other cryptocurrencies use open (public)
blockchains. As of April 2018, bitcoin has the highest market capitalization.

Permissioned (private) blockchain


Permissioned blockchains use an access control layer to govern who has access to the network.[58] In contrast to public
blockchain networks, validators on private blockchain networks are vetted by the network owner. They do not rely on anonymous
nodes to validate transactions nor do they benefit from the network effect.[59] Permissioned blockchains can also go by the name
of 'consortium' or 'hybrid' blockchains.[60]

The New York Times noted in both 2016 and 2017 that many corporations are using blockchain networks "with private
blockchains, independent of the public system."[61][62]

Disadvantages

https://en.wikipedia.org/wiki/Blockchain 4/22
4/12/2018 Blockchain - Wikipedia

Nikolai Hampton pointed out in Computerworld that "There is also no need for a '51 percent' attack on a private blockchain, as
the private blockchain (most likely) already controls 100 percent of all block creation resources. If you could attack or damage the
blockchain creation tools on a private corporate server, you could effectively control 100 percent of their network and alter
transactions however you wished."[54] This has a set of particularly profound adverse implications during a financial crisis or debt
crisis like the financial crisis of 2007–08, where politically powerful actors may make decisions that favor some groups at the
expense of others. and "the bitcoin blockchain is protected by the massive group mining effort. It's unlikely that any private
blockchain will try to protect records using gigawatts of computing power—it's time consuming and expensive."[54] He also said,
"Within a private blockchain there is also no 'race'; there's no incentive to use more power or discover blocks faster than
competitors. This means that many in-house blockchain solutions will be nothing more than cumbersome databases."[54]

Self-describing data
Data interchange between participants in a blockchain is a technical challenge that could inhibit blockchain's adoption and use.
This has not yet become an issue because thus far participants in a blockchain have agreed (either tacitly or actively) on metadata
standards. Standardized metadata will be the best approach for permissioned blockchains such as payments and securities
trading with high transaction volumes and a limited number of participants. Such standards reduce the transaction overhead for
the blockchain without imposing burdensome mapping and translation requirements on the participants. However, Robert Kugel
of Ventana Research points out that general purpose commercial blockchains require a system of self-describing data to permit
automated data interchange.[63] Self-describing data makes it easy for disparate systems to correctly process the data on both
sides of a transaction and supports the decentralized and open characteristics of blockchain. According to Kugel, by enabling
universal data interchange, self-describing data can greatly expand the number of participants in permissioned commercial
blockchains without having to concentrate control of these blockchains to a limited number of behemoths.[63] It would promote
openness, for example, by eliminating one of the significant costs of proprietary (EDI) services, that is, the need to map one or
more of an organization's systems to the data model of the EDI service provider. Self-describing data also facilitates the
integration of data between disparate blockchains. For example, being able to link data from one for pharmaceutical traceability
to another for an individual’s medical records (two common use cases) would enable a hospital or physician to confirm that a
prescription was filled with an authentic drug.[64]

Uses
Blockchain technology can be integrated into multiple areas. The primary use of blockchains today is as a distributed ledger for
cryptocurrencies, most notably bitcoin.[65] While a few central banks, in countries such as India, China, United States, Sweden,
Singapore, South Africa and the United Kingdom are studying issuance of a Central Bank Issued Cryptocurrency (CICC), none
have done so thus far.[65]

General potentials
Blockchain technology has a large potential to transform business operating models in the long term. Blockchain distributed
ledger technology is more a foundational technology—with the potential to create new foundations for global economic and social
systems—than a disruptive technology, which typically "attack a traditional business model with a lower-cost solution and
overtake incumbent firms quickly".[8] Even so, there are a few operational products maturing from proof of concept by late
2016.[57] The use of blockchains promises to bring significant efficiencies to global supply chains, financial transactions, asset
ledgers and decentralized social networking.[8]

As of 2016, some observers remain skeptical. Steve Wilson, of Constellation Research, believes the technology has been hyped
with unrealistic claims.[66] To mitigate risk, businesses are reluctant to place blockchain at the core of the business structure.[67]

This means specific blockchain applications may be a disruptive innovation, because substantially lower-cost solutions can be
instantiated, which can disrupt existing business models.[8] Blockchain protocols facilitate businesses to use new methods of
processing digital transactions.[68] Examples include a payment system and digital currency, facilitating crowdsales, or
implementing prediction markets and generic governance tools.[69]

Blockchains alleviate the need for a trust service provider and are predicted to result in less capital being tied up in disputes.
Blockchains have the potential to reduce systemic risk and financial fraud. They automate processes that were previously time-
consuming and done manually, such as the incorporation of businesses.[70] In theory, it would be possible to collect taxes,

https://en.wikipedia.org/wiki/Blockchain 5/22
4/12/2018 Blockchain - Wikipedia

conduct conveyancing and provide risk management with blockchains.

As a distributed ledger, blockchain reduces the costs involved in verifying transactions, and by removing the need for trusted
"third-parties" such as banks to complete transactions, the technology also lowers the cost of networking, therefore allowing
several applications.[30]

Starting with a strong focus on financial applications, blockchain technology is extending to activities including decentralized
applications and collaborative organizations that eliminate a middleman.[71]

Land registration
Frameworks and trials such as
"Land is a financial source. If people can prove they own it, they can borrow against it."
the one at the Sweden Land
Emmanuel Noah, CEO of Ghanaian startup BenBen, New York Observer[72]
Registry aim to demonstrate
the effectiveness of the
blockchain at speeding land
sale deals.[73] The Republic of Georgia is piloting a blockchain-based property registry.[74]

The Government of India is fighting land fraud with the help of a blockchain.[75] Andhra Pradesh became the first state in India
to adopt blockchain technology in government[76]. To do so it was announced about setting up blockchain Technology Park in
Visakhapatnam, which to be supported by blockchain technology companies Apla, Phoenix and Oasis Grace.[77]

In October 2017, one of the first international property transactions was completed successfully using a blockchain-based smart
contract.[78]

In the first half of 2018, an experiment will be conducted on the use of blocking technology to monitor the reliability of the
Unified State Real Estate Register (USRER) data in the territory of Moscow.[79]

The Big Four


Each of the Big Four accounting firms is testing blockchain technologies in various formats. Ernst & Young has provided
cryptocurrency wallets to all (Swiss) employees,[80] has installed a bitcoin ATM in their office in Switzerland, and accepts bitcoin
as payment for all its consulting services.[81] Marcel Stalder, CEO of Ernst & Young Switzerland, stated, "We don't only want to
talk about digitalization, but also actively drive this process together with our employees and our clients. It is important to us that
everybody gets on board and prepares themselves for the revolution set to take place in the business world through blockchains,
[to] smart contracts and digital currencies."[81] PwC, Deloitte, and KPMG have taken a different path from Ernst & Young and are
all testing private blockchains.[81]

Smart contracts
Blockchain-based smart contracts are contracts that can be partially or fully executed or enforced without human interaction.[82]
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.[83] Due to the lack of widespread use their legal status is unclear.[83]

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 that define and execute an agreement.[84]
For example, Ethereum Solidity 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.[22]:ch. 11

Nonprofit organizations
Level One Project from the Bill & Melinda Gates Foundation aims to use blockchain technology to help the two billion people
worldwide who lack bank accounts.[85][86]
Building Blocks project from the U.N.'s World Food Programme (WFP) aims to make WFP's growing cash-based transfer
operations faster, cheaper, and more secure. Building Blocks commenced field pilots in Pakistan in January 2017 that will
continue throughout spring.[87][88]

https://en.wikipedia.org/wiki/Blockchain 6/22
4/12/2018 Blockchain - Wikipedia

Publiq, a platform for authors founded in 2017, aims to use blockchain technology to guarantee authenticity of texts, avoid
censorship, and combat fake news.[89][90]

Decentralized networks
The Backfeed project develops a distributed governance system for blockchain-based applications allowing for the
collaborative creation and distribution of value in spontaneously emerging networks of peers.[91][92]
The Alexandria project is a blockchain-based Decentralized Library.[93][94]
Tezos is a blockchain project that governs itself by voting of its token holders.[95][96][97] Bitcoin blockchain performs as a
cryptocurrency and payment system. Ethereum blockchain added smart contract system on top of a blockchain. Tezos
blockchain will add an autonomy system – a decentralized code Development function on top of both bitcoin and Ethereum
blockchains.[98]

Governments and national currencies


The director of the Office of IT Schedule Contract Operations at the US General Services Administration, Jose Arrieta,
disclosed at the September 2017 ACT-IAC (American Council for Technology and Industry Advisory Council) Forum that its
organization is using blockchain distributed ledger technology to speed up the FASt Lane process for IT Schedule 70
contracts through automation. Two companies, United Solutions (prime contractor) and Sapient Consulting (subcontractor)
are developing for FASt Lane a prototype to automate and shorten the time required to perform the contract review
process.[99]
The Commercial Customs Operations Advisory Committee, a subcommittee of the U.S. Customs and Border Protection, is
working on finding practical ways Blockchain could be implemented in its duties.[1] (https://www.cbp.gov/sites/default/files/as
sets/documents/2017-Nov/Global%20Supply%20Chain%20Subcommittee%20Trade%20Executive%20Summary%20Nov%
202017.pdf)
Companies have supposedly been suggesting blockchain-based currency solutions in the following two countries:

e-Dinar, Tunisia's national currency, was the first state currency using blockchain technology;[100]
eCFA is Senegal's blockchain-based national digital currency.[101]
Some countries, especially Australia, are providing keynote participation in identifying the various technical issues associated
with developing, governing and using blockchains:

In April 2016 Standards Australia submitted a New Field of Technical Activity (NFTA) proposal on
behalf of Australia for the International Organization for Standardization (ISO) to consider developing
standards to support blockchain technology. The proposal for an NFTA to the ISO was intended to
establish a new ISO technical committee for blockchain. The new committee would be responsible for
supporting innovation and competition by covering blockchain standards topics including
interoperability, terminology, privacy, security and auditing.[102] There have been several media
releases[103] supporting blockchain integration to Australian businesses.

Banks
Don Tapscott 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".[55] Furthermore, major portions of
the financial industry are implementing distributed ledgers for use in banking,[104][105][106] and according to a September 2016
IBM study, this is occurring faster than expected.[107]

Banks are interested in this technology because it has potential to speed up back office settlement systems.[108]

Banks such as UBS are opening new research labs dedicated to blockchain technology in order to explore how blockchain can be
used in financial services to increase efficiency and reduce costs.[109][110]

Russia has officially completed its first government-level blockchain implementation. The state-run bank Sberbank announced
on 20 December 2017 that it is partnering with Russia's Federal Antimonopoly Service (FAS) to implement document transfer
and storage via blockchain.[111]

Deloitte and ConsenSys announced plans in 2016 to create a digital bank called Project ConsenSys.[112]

R3 connects 42 banks to distributed ledgers built by Ethereum, Chain.com, Intel, IBM and Monax.[113]

https://en.wikipedia.org/wiki/Blockchain 7/22
4/12/2018 Blockchain - Wikipedia

A Swiss industry consortium, including Swisscom, the Zurich Cantonal Bank and the Swiss stock exchange, is prototyping over-
the-counter asset trading on a blockchain-based Ethereum technology.[114]

Other financial companies


The credit and debits payments company MasterCard has added three blockchain-based APIs for programmers to use in
developing both person-to-person (P2P) and business-to-business (B2B) payment systems.[115]

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

VISA payment systems,[116] Mastercard,[117] Unionpay and SWIFT[118] have announced the development and plans for using
blockchain technology.

Prime Shipping Foundation is using blockchain technology to address issues related to the payments in the shipping
industry,[119] seeking 150 million USD to develop their proprietary PRIME Token.[120]

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,[121] and tracking digital use and payments to content creators, such as
wireless users [122] or musicians.[123] In 2017, IBM partnered with ASCAP and PRS for Music to adopt blockchain technology in
music distribution.[124] Imogen Heap's Mycelia[125] service, which allows managers to use a blockchain for tracking high-value
parts moving through a supply chain, was launched as a concept in July 2016. Everledger is one of the inaugural clients of IBM's
blockchain-based tracking service.[126]

Kodak announced plans in 2018 to launch a digital token system for photograph copyright recording.[127]

Another example where smart contracts are used is in the music industry. Every time a dj mix is played, the smart contracts
attached to the dj mix pays the artists almost instantly.[128]

An application has been suggested for securing the spectrum sharing for wireless networks.[129]

New distribution methods are available for the insurance industry such as peer-to-peer insurance, parametric insurance and
microinsurance following the adoption of blockchain.[68][130] The sharing economy and IoT are also set to benefit from
blockchains because they involve many collaborating peers.[131] Online voting is another application of the blockchain.[132][133]
Blockchains are being used to develop information systems for medical records, which increases interoperability. In theory,
legacy disparate systems can be completely replaced by blockchains.[134] Blockchains are being developed for data storage,
publishing texts and identifying the origin of digital art. Blockchains facilitate users could take ownership of game assets (digital
assets),an example of this is Cryptokitties.[135]

Notable non-cryptocurrency designs include:

Steemit – a blogging/social networking website and a cryptocurrency


Hyperledger – a cross-industry collaborative effort from the Linux Foundation to support blockchain-based distributed
ledgers, with projects under this initiative including Hyperledger Burrow (by Monax) and Hyperledger Fabric (spearheaded
by IBM)[136]
Counterparty – an open source financial platform for creating peer-to-peer financial applications on the bitcoin blockchain
Quorum – a permissionable private blockchain by JPMorgan Chase with private storage, used for contract applications[137]
Bitnation – a decentralized borderless "voluntary nation" establishing a jurisdiction of contracts and rules, based on
Ethereum
Factom, a distributed registry
Tezos, decentralized voting.[22]:94
Microsoft Visual Studio is making the Ethereum Solidity language available to application developers.[138]

IBM offers a cloud blockchain service based on the open source Hyperledger Fabric project[139][140]

Oracle Cloud offers Blockchain Cloud Service based on Hyperledger Fabric. Oracle has joined the Hyperledger
consortium.[141][142]

https://en.wikipedia.org/wiki/Blockchain 8/22
4/12/2018 Blockchain - Wikipedia

In August 2016, a research team at the Technical 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.[143]

ABN Amro announced a project in real estate to facilitate the sharing and recording of real estate transactions, and a second
project in partnership with the Port of Rotterdam to develop logistics tools.[144]

Types of blockchains
Currently, there are three types of blockchain networks - public blockchains, private blockchains and consortium
blockchains.[145]

Public blockchains
A public blockchain has absolutely no access restrictions. Anyone with an internet connection can send transactions to it as well
as become a validator (i.e., participate in the execution of a consensus protocol). [146] Usually, such networks offer economic
incentives for those who secure them and utilize some type of a Proof of Stake or Proof of Work algorithm.

Some of the largest, most known public blockchains are Bitcoin and Ethereum.

Private blockchains
A private blockchain is permissioned.[58] One cannot join it unless invited by the network administrators. Participant and
validator access is restricted.[7]

This type of blockchains can be considered a middle-ground for companies that are interested in the blockchain technology in
general but are not comfortable with a level of control offered by public networks. Typically, they seek to incorporate blockchain
into their accounting and record-keeping procedures without sacrificing autonomy and running the risk of exposing sensitive
data to the public internet.

Consortium blockchains
A consortium blockchain is often said to be semi-decentralized. It, too, is permissioned but instead of a single organization
controlling it, a number of companies might each operate a node on such a network. The administrators of a consortium chain
restrict users’ reading rights as they see fit and only allow a limited set of trusted nodes to execute a consensus protocol.[147]

Academic research
In October 2014, the MIT Bitcoin Club, with funding from MIT alumni, provided
undergraduate students at the Massachusetts Institute of Technology access to $100
of bitcoin. The adoption rates, as studied by Catalini and Tucker (2016), revealed that
when people who typically adopt technologies early are given delayed access, they
tend to reject the technology.[148]

Journals Blockchain panel discussion at the


first IEEE Computer Society
In September 2015, the first peer-reviewed academic journal dedicated to
TechIgnite conference
cryptocurrency and blockchain technology research, Ledger, was announced. The
inaugural issue was published in December 2016.[149][150] The journal covers aspects
of mathematics, computer science, engineering, law, economics and philosophy that relate to cryptocurrencies such as
bitcoin.[151][152] There are also research platforms like Strategic coin that offer research for the blockchain and crypto space.

The journal encourages authors to digitally sign a file hash of submitted papers, which will then be timestamped into the bitcoin
blockchain. Authors are also asked to include a personal bitcoin address in the first page of their papers.[153]

https://en.wikipedia.org/wiki/Blockchain 9/22
4/12/2018 Blockchain - Wikipedia

Predictions
A World Economic Forum report from September 2015 predicted that by 2025 ten percent of global GDP would be stored on
blockchains technology.[154][155]

In early 2017, Harvard Business School professors Marco Iansiti and Karim R. Lakhani said the blockchain is not a disruptive
technology that undercuts the cost of an existing business model, but is a foundational technology that "has the potential to
create new foundations for our economic and social systems". They further predicted that, while foundational innovations can
have enormous impact, "It will take decades for blockchain to seep into our economic and social infrastructure."[8]

Working
In order for a community maintained ledger to work one needs a way to ensure three types of integrity. Hereunder each of those
is treated separately.

Ownership integrity
To make sure only the owner of an account is able draw from it, one needs a way to verify ownership using only the ledger itself.
To this end a transaction in the ledger consists of three things. A public key of the account from which money is drawn, a public
key of the account to which money is sent and an encoded message approving the transaction. This encoded message is encoded
by the private key of the account owner and can be decoded by anyone using the public key that was registered as the sender in
the ledger. This verification procedure is called a digital signature and is comparable to the authentication step of the https
protocol. Note that the public key plays a dual role, it is both the account number itself as well as a way to verify the digital
signature.

Due to the fact that encoding can only be done by the owner with his/her private key and decoding can be done by anyone using
the public key everyone can check for him or herself that the one who drew upon an account with a certain public key has the
corresponding private key.

Transaction integrity
One must only be able to draw from an account if there is a positive balance in it. To this end each payment from an account must
reference an unspent payment to that account in the past. As we are considering a 'zero trust' system it is instrumental that
everyone has his or her own copy of the entire ledger in order to verify whether this reference payment indeed exists.

This way of safeguarding the integrity of transactions is called the transaction chain.

Order integrity
Even with the transaction chain and digital signature in place there is still no way of telling what the ordering of all transaction is.
This makes the system vulnerable to the following attack:

Eve can send money to Bob making use of a past transaction she got from Alice. She can send this to Bob's ledger who will in
response send her the product or service they had agreed upon. Once she has received the product or service she can spend that
same past transaction from Alice again, this time sending it to her own account. If she now starts broadcasting this new
payment to the rest of the network, claiming she had made this transaction first, then there is no way for the rest of the
network to tell which transaction occurred first. In case the network accepts the payment of Eve to herself the payment of Eve
to Bob becomes invalid as it references an already spent transaction.

In order to prevent this kind of attack there must be some way of safeguarding the ordering of transactions. This is where the
blockchain comes in.[156] In the blockchain transactions are grouped into blocks that are thought of as having happened at the
same time. The chain of blocks then provides a chronology of the transactions.

In order to add a new block to the chain one needs to solve the following problem.

Let f be a function computing a number based on two inputs in a highly disorderly fashion. Further consider a hash function h
that can hash the content of a block b. Now find a number n such that

https://en.wikipedia.org/wiki/Blockchain 10/22
4/12/2018 Blockchain - Wikipedia

where the threshold is chosen in such a way that the network takes typically about 10 minutes to find a correct number.

When a party within the network has found a solution it broadcasts the block that it wants to add to the chain together with the
found solution of the previous block. The rest of the network verifies this solution and adds the block. Multiple branches in the
chain can occur due to the fact that parts of the network may have been isolated for a while. Each party in this case the parties in
the network will choose the longest chain available and work further on that branch only.

The fraudulent tactic applied by Eve above is now prevented due to three things:

The content of a block consists of the new transactions as well as the hash of the previous block and the previous solution.
This means that altering one block implicates altering the hash of all blocks coming after it.
Only the longest chain is adopted by the rest of the network.
Calculating the solution of a block is very time and resource consuming.
Suppose Eve wants to alter a block that lies, say 6 blocks deep in the chain. Due to bullet point one she will need to recalculate all
5 blocks coming after. After that, due to bullet point two, she will need to catch up with the rest of the network producing more
blocks than the entire community combined had produced thus far. Due to bullet point three this is not feasible.

The blockchain is secured by the amount of work it takes to add a block. There are many participants competing to add the next
block making a single party extremely unlikely to be able to outrun all other parties for a longer period time. This means that
blocks that lie deeper in the chain are very safe.

For a blockchain to be effective it needs to have many participants, preventing one party from getting too much relative
computing power and with that influence over the chain itself. To this end there needs to be an incentive for people to calculate
solutions and add new blocks. In bitcoin this is currently taken care of by awarding the party that added a block with some
bitcoin.

When one joins the block chain, the very first step is to download and verify the integrity of the entire ledger.

Do all public keys correspond with the encoded message?


Do all transactions reference past transactions?

Does each block provide a solution to the previous block?


Once this is done one only needs to verify each new block making sure the three rules above are observed.

See also
Changelog – a record of all notable changes made to a project
Checklist – an informational aid used to reduce failure
Economics of digitization
List of cryptocurrencies
List of emerging technologies
Blockchain game
Bitcoin
Cryptocurrency

References
1. "Blockchains: The great chain of being sure about things" (https://www.economist.com/news/briefing/21677228-technology-b
ehind-bitcoin-lets-people-who-do-not-know-or-trust-each-other-build-dependable). The Economist. 31 October 2015.
Archived (https://web.archive.org/web/20160703000844/http://www.economist.com/news/briefing/21677228-technology-behi
nd-bitcoin-lets-people-who-do-not-know-or-trust-each-other-build-dependable) from the original on 3 July 2016. Retrieved
18 June 2016. "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. (15 May 2016). "Leaderless, Blockchain-Based Venture Capital Fund Raises $100 Million, And Counting" (h
ttp://fortune.com/2016/05/15/leaderless-blockchain-vc-fund/). Fortune. Archived (https://web.archive.org/web/201605210156
02/http://fortune.com/2016/05/15/leaderless-blockchain-vc-fund/) from the original on 21 May 2016. Retrieved 23 May 2016.

https://en.wikipedia.org/wiki/Blockchain 11/22
4/12/2018 Blockchain - Wikipedia

3. Popper, Nathan (21 May 2016). "A Venture Fund With Plenty of Virtual Capital, but No Capitalist" (https://www.nytimes.com/
2016/05/22/business/dealbook/crypto-ether-bitcoin-currency.html). The New York Times. Archived (https://web.archive.org/w
eb/20160522034932/http://www.nytimes.com/2016/05/22/business/dealbook/crypto-ether-bitcoin-currency.html) from the
original on 22 May 2016. Retrieved 23 May 2016.
4. Brito, Jerry; Castillo, Andrea (2013). Bitcoin: A Primer for Policymakers (http://mercatus.org/sites/default/files/Brito_BitcoinPri
mer.pdf) (PDF) (Report). Fairfax, VA: Mercatus Center, George Mason University. Archived (https://web.archive.org/web/201
30921060724/http://mercatus.org/sites/default/files/Brito_BitcoinPrimer.pdf) (PDF) from the original on 21 September 2013.
Retrieved 22 October 2013.
5. Trottier, Leo (18 June 2016). "original-bitcoin" (https://github.com/trottier/original-bitcoin/blob/master/src/main.h#L795-L803)
(self-published code collection). github. Archived (https://web.archive.org/web/20160417111508/https://github.com/trottier/ori
ginal-bitcoin/blob/master/src/main.h#L795-L803) from the original on 17 April 2016. Retrieved 18 June 2016. "This is a
historical repository of Satoshi Nakamoto's original bit coin sourcecode"
6. Narayanan, Arvind; Bonneau, Joseph; Felten, Edward; Miller, Andrew; Goldfeder, Steven (2016). Bitcoin and cryptocurrency
technologies: a comprehensive introduction. Princeton: Princeton University Press. ISBN 978-0-691-17169-2.
7. "Blockchain" (http://www.investopedia.com/terms/b/blockchain.asp). Investopedia. Archived (https://web.archive.org/web/201
60323045814/http://www.investopedia.com/terms/b/blockchain.asp) from the original on 23 March 2016. Retrieved 19 March
2016. "Based on the Bitcoin protocol, the blockchain database is shared by all nodes participating in a system."
8. Iansiti, Marco; Lakhani, Karim R. (January 2017). "The Truth About Blockchain" (https://hbr.org/2017/01/the-truth-about-bloc
kchain). Harvard Business Review. Harvard University. Archived (https://web.archive.org/web/20170118052537/https://hbr.or
g/2017/01/the-truth-about-blockchain) from the original on 18 January 2017. Retrieved 17 January 2017. "The technology at
the heart of bitcoin and other virtual currencies, blockchain is an open, distributed ledger that can record transactions
between two parties efficiently and in a verifiable and permanent way."
9. Raval, Siraj (2016). "What Is a Decentralized Application?" (https://books.google.com/books?id=fvywDAAAQBAJ&pg=PA1).
Decentralized Applications: Harnessing Bitcoin's Blockchain Technology (https://books.google.com/books?id=fvywDAAAQB
AJ). O'Reilly Media, Inc. pp. 1 (https://books.google.com/books?id=fvywDAAAQBAJ&pg=PA1)–2 (https://books.google.com/
books?id=fvywDAAAQBAJ&pg=PA2). ISBN 978-1-4919-2452-5. OCLC 968277125 (https://www.worldcat.org/oclc/96827712
5). Retrieved 6 November 2016 – via Google Books.
10. Yuan, Ben; Lin, Wendy; McDonnell, Colin. "Blockchains and electronic health records" (http://mcdonnell.mit.edu/blockchain_
ehr.pdf) (PDF). mcdonnell.mit.edu. Archived (https://web.archive.org/web/20161225051907/http://mcdonnell.mit.edu/blockch
ain_ehr.pdf) (PDF) from the original on 25 December 2016.
11. Ekblaw, Ariel; Azaria, Asaf (19 September 2016). "MedRec: Medical Data Management on the Blockchain" (https://www.pub
pub.org/pub/medrec). PubPub. Archived (https://web.archive.org/web/20170119053224/https://www.pubpub.org/pub/medre
c) from the original on 19 January 2017.
12. Yurcan, Bryan (8 April 2016). "How Blockchain Fits into the Future of Digital Identity" (https://www.americanbanker.com/new
s/how-blockchain-fits-into-the-future-of-digital-identity). American Banker. SourceMedia. Archived (https://web.archive.org/w
eb/20170119054131/https://www.americanbanker.com/news/how-blockchain-fits-into-the-future-of-digital-identity) from the
original on 19 January 2017.
13. Prisco, Giulio (3 June 2016). "Microsoft Building Open Blockchain-Based Identity System With Blockstack, ConsenSys" (http
s://bitcoinmagazine.com/articles/microsoft-building-open-blockchain-based-identity-system-with-blockstack-consensys-1464
968713/). Bitcoin Magazine. BTC Media LLC. Archived (https://web.archive.org/web/20170131185730/https://bitcoinmagazin
e.com/articles/microsoft-building-open-blockchain-based-identity-system-with-blockstack-consensys-1464968713/) from the
original on 31 January 2017.
14. Prisco, Giulio (18 August 2016). "Department of Homeland Security Awards Blockchain Tech Development Grants for
Identity Management and Privacy Protection" (https://bitcoinmagazine.com/articles/department-of-homeland-security-awards
-blockchain-tech-development-grants-for-identity-management-and-privacy-protection-1471551442/). Bitcoin Magazine. BTC
Media LLC. Archived (https://web.archive.org/web/20170119054646/https://bitcoinmagazine.com/articles/department-of-hom
eland-security-awards-blockchain-tech-development-grants-for-identity-management-and-privacy-protection-1471551442/)
from the original on 19 January 2017.
15. Browne, Ryan (22 August 2017). "IBM partners with Nestle, Unilever and other food giants to trace food contamination with
blockchain" (https://www.cnbc.com/2017/08/22/ibm-nestle-unilever-walmart-blockchain-food-contamination.html). CNBC.
Archived (https://web.archive.org/web/20170826120651/https://www.cnbc.com/2017/08/22/ibm-nestle-unilever-walmart-bloc
kchain-food-contamination.html) from the original on 26 August 2017.
16. "What is Blockchain Technology?" (https://followmyvote.com/online-voting-technology/blockchain-technology/). Follow My
Vote. Archived (https://web.archive.org/web/20180115001300/https://followmyvote.com/online-voting-technology/blockchain-
technology/) from the original on 15 January 2018. Retrieved 18 December 2017.
17. Haber, Stuart; Stornetta, W. Scott (January 1991). "How to time-stamp a digital document" (https://link.springer.com/article/1
0.1007/BF00196791). Journal of Cryptology. 3 (2): 99–111. doi:10.1007/bf00196791 (https://doi.org/10.1007%2Fbf0019679
1). Retrieved 4 July 2017.

https://en.wikipedia.org/wiki/Blockchain 12/22
4/12/2018 Blockchain - Wikipedia

18. Bayer, Dave; Haber, Stuart; Stornetta, W. Scott (March 1992). "Improving the Efficiency and Reliability of Digital Time-
Stamping" (https://link.springer.com/chapter/10.1007/978-1-4613-9323-8_24). Sequences. 2: 329–334. doi:10.1007/978-1-
4613-9323-8_24 (https://doi.org/10.1007%2F978-1-4613-9323-8_24). Retrieved 4 July 2017.
19. Nian, Lam Pak; Chuen, David LEE Kuo (2015). "A Light Touch of Regulation for Virtual Currencies". In Chuen, David LEE
Kuo. Handbook of Digital Currency: Bitcoin, Innovation, Financial Instruments, and Big Data. Academic Press. p. 319.
ISBN 978-0-12-802351-8.
20. "Blockchain Size" (https://blockchain.info/charts/blocks-size?timespan=3years). Blockchain. Blockchain Luxembourg S.A.
Archived (https://web.archive.org/web/20170303055245/https://blockchain.info/charts/blocks-size?timespan=3years) from
the original on 2017-03-03.
21. Bheemaiah, Kariappa (January 2015). "Block Chain 2.0: The Renaissance of Money" (https://www.wired.com/insights/2015/
01/block-chain-2-0/). Wired. Archived (https://web.archive.org/web/20161114001509/https://www.wired.com/insights/2015/0
1/block-chain-2-0/) from the original on 14 November 2016. Retrieved 13 November 2016.
22. Tapscott, Don; Tapscott, Alex (May 2016). The Blockchain Revolution: How the Technology Behind Bitcoin is Changing
Money, Business, and the World. ISBN 978-0-670-06997-2.
23. Project Bletchley Whitepaper (https://github.com/Azure/azure-blockchain-projects/blob/master/bletchley/bletchley-whitepape
r.md) Archived (https://web.archive.org/web/20170111135615/https://github.com/Azure/azure-blockchain-projects/blob/maste
r/bletchley/bletchley-whitepaper.md) 11 January 2017 at the Wayback Machine., Microsoft, 2016-09-19. Retrieved 2016-12-
24.
24. Yakovlev, Alexander (15 April 2016). "НРД проголосовал за блокчейн" (http://bankir.ru/publikacii/20160415/nrd-progolosov
al-za-blokchein-10007428/) [NSD blockchain vote]. Bankir.ru (Interview) (in Russian). Interview with Kovlyagina, Tatiana.
Archived (https://web.archive.org/web/20160620000816/http://bankir.ru/publikacii/20160415/nrd-progolosoval-za-blokchein-1
0007428/) from the original on 20 June 2016. 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.]"
25. Williams, Ann (12 July 2016). "IBM to open first blockchain innovation centre in Singapore, to create applications and grow
new markets in finance and trade" (http://www.straitstimes.com/business/economy/ibm-to-open-first-blockchain-innovation-c
entre-in-singapore-to-create-applications). The Straits Times. Singapore Press Holdings Ltd. Co. Archived (https://web.archi
ve.org/web/20161114165146/http://www.straitstimes.com/business/economy/ibm-to-open-first-blockchain-innovation-centre-i
n-singapore-to-create-applications) from the original on 14 November 2016. Retrieved 13 November 2016.
26. Higgins, Stan (9 November 2016). "Former Estonian President to Lead World Economic Forum Blockchain Group" (http://ww
w.coindesk.com/estonia-president-world-economic-forum-blockchain/). CoinDesk. Archived (https://web.archive.org/web/201
61113070344/http://www.coindesk.com/estonia-president-world-economic-forum-blockchain/) from the original on 13
November 2016. Retrieved 13 November 2016.
27. "The future of blockchain in 8 charts" (http://raconteur.net/business/the-future-of-blockchain-in-8-charts). Raconteur. 27 June
2016. Archived (https://web.archive.org/web/20161202234125/http://raconteur.net/business/the-future-of-blockchain-in-8-cha
rts) from the original on 2 December 2016. Retrieved 3 December 2016.
28. Coleman, Lestor (12 April 2016). "Global Blockchain Forum Launched to Coordinate Regulatory Interoperability and Best
Practices" (https://www.cryptocoinsnews.com/global-blockchain-forum-launched/). cryptoCoinNews. Archived (https://web.ar
chive.org/web/20161220050453/https://www.cryptocoinsnews.com/global-blockchain-forum-launched/) from the original on
20 December 2016. Retrieved 4 December 2016.
29. Armstrong, Stephen (7 November 2016). "Move over Bitcoin, the blockchain is only just getting started" (https://www.wired.c
o.uk/article/unlock-the-blockchain). Wired. Archived (https://web.archive.org/web/20161108130946/http://www.wired.co.uk/ar
ticle/unlock-the-blockchain) from the original on 8 November 2016. Retrieved 9 November 2016.
30. Catalini, Christian; Gans, Joshua S. (23 November 2016). "Some Simple Economics of the Blockchain". SSRN Electronic
Journal. doi:10.2139/ssrn.2874598 (https://doi.org/10.2139%2Fssrn.2874598). SSRN 2874598 (https://ssrn.com/abstract=2
874598)  .
31. Tapscott, Don; Tapscott, Alex (8 May 2016). "Here's Why Blockchains Will Change the World" (http://fortune.com/2016/05/0
8/why-blockchains-will-change-the-world/). Fortune. Archived (https://web.archive.org/web/20161113134748/http://fortune.co
m/2016/05/08/why-blockchains-will-change-the-world/) from the original on 13 November 2016. Retrieved 16 November
2016.
32. Tucci, Michele (29 November 2015). "Can blockchain help the cards and payments industry?" (https://www.techinasia.com/t
alk/blockchain-cards-payments-industry). Tech in Asia. Archived (https://web.archive.org/web/20161119120304/https://www.t
echinasia.com/talk/blockchain-cards-payments-industry) from the original on 19 November 2016. Retrieved 16 November
2016.

https://en.wikipedia.org/wiki/Blockchain 13/22
4/12/2018 Blockchain - Wikipedia

33. Bhaskar, Nirupama Devi; Chuen, David Lee Kuo (2015). "3 – Bitcoin Mining Technology" (http://www.sciencedirect.com/scie
nce/article/pii/B9780128021170000035). In Cheun, David Lee Kuo. Handbook of Digital Currency: Bitcoin, Innovation,
Financial Instruments, and Big Data (http://www.sciencedirect.com/science/book/9780128021170). Academic Press.
pp. 47–51. ISBN 978-0-12-802117-0. Archived (https://web.archive.org/web/20161025155909/http://www.sciencedirect.com/
science/book/9780128021170) from the original on 25 October 2016. Retrieved 2 December 2016 – via ScienceDirect.
34. Antonopoulos, Andreas (20 February 2014). "Bitcoin security model: trust by computation" (http://radar.oreilly.com/2014/02/b
itcoin-security-model-trust-by-computation.html). Radar. O'Reilly. Archived (https://web.archive.org/web/20161031132328/htt
p://radar.oreilly.com/2014/02/bitcoin-security-model-trust-by-computation.html) from the original on 31 October 2016.
Retrieved 19 November 2016.
35. Antonopoulos, Andreas M. (2014). Mastering Bitcoin. Unlocking Digital Cryptocurrencies (https://web.archive.org/web/20161
201131627/http://chimera.labs.oreilly.com/books/1234000001802/ch01.html). Sebastopol, CA: O'Reilly Media.
ISBN 1449374034. Archived from the original (http://chimera.labs.oreilly.com/books/1234000001802/ch01.html) on 1
December 2016. Retrieved 3 November 2015.
36. Nakamoto, Satoshi (October 2008). "Bitcoin: A Peer-to-Peer Electronic Cash System" (https://bitcoin.org/bitcoin.pdf) (PDF).
bitcoin.org. Archived (https://web.archive.org/web/20140320135003/https://bitcoin.org/bitcoin.pdf) (PDF) from the original on
20 March 2014. Retrieved 28 April 2014.
37. "Permissioned Blockchains" (https://monax.io/explainers/permissioned_blockchains/). Explainer. Monax. Archived (https://w
eb.archive.org/web/20161120154948/https://monax.io/explainers/permissioned_blockchains/) from the original on 20
November 2016. Retrieved 20 November 2016.
38. Muhammad Ghayas. "What does "Block Time" mean in cryptocurrency?" (https://www.quora.com/What-does-Block-Time-me
an-in-cryptocurrency). Quora. Retrieved 2018-01-21.
39. Redman, Jamie (25 October 2016). "Disney Reveals Dragonchain, an Interoperable Ledger" (https://news.bitcoin.com/disne
y-dragonchain-interoperable-ledger/). Bitcoin.com. Archived (https://web.archive.org/web/20161102001523/https://news.bitc
oin.com/disney-dragonchain-interoperable-ledger/) from the original on 2 November 2016. Retrieved 4 December 2016.
40. Antonio Madeira (12 January 2018). "Why is Ethereum different to Bitcoin?" (https://www.cryptocompare.com/coins/guides/w
hy-is-ethereum-different-to-bitcoin/). CryptoCompare. Archived (https://web.archive.org/web/20180122072118/https://www.cr
yptocompare.com/coins/guides/why-is-ethereum-different-to-bitcoin/) from the original on 22 January 2018.
41. Amy Castor (27 March 2017). "A Short Guide to Bitcoin Forks" (http://www.coindesk.com/short-guide-bitcoin-forks-explaine
d/). CoinDesk. Retrieved 1 July 2017.
42. Coppola, Frances (21 July 2016). "A Painful Lesson For The Ethereum Community" (https://www.forbes.com/sites/francesco
ppola/2016/07/21/a-painful-lesson-for-the-ethereum-community/#31abce3d5714). Forbes.
43. Gillespie, Clay Michael (15 August 2014). "Official NXT Decision: No Blockchain Rollback" (https://www.cryptocoinsnews.co
m/official-nxt-decision-blockchain-rollback/). Cryptocoin News. Retrieved 13 November 2016.
44. Lee, Timothy (12 March 2013). "Major glitch in Bitcoin network sparks sell-off; price temporarily falls 23%" (https://arstechnic
a.com/business/2013/03/major-glitch-in-bitcoin-network-sparks-sell-off-price-temporarily-falls-23/). Arstechnica. Archived (htt
ps://www.webcitation.org/6G4e02Xd1) from the original on 2013-04-22.
45. "How Blockchain Technology Can Change The Way Modern Businesses Work" (https://www.eyerys.com/articles/how-blockc
hain-technology-can-changes-how-modern-businesses-work/). Eyerys. Archived (https://web.archive.org/web/20180210063
603/https://www.eyerys.com/articles/how-blockchain-technology-can-changes-how-modern-businesses-work) from the
original on 10 February 2018. Retrieved 19 October 2017.
46. Kopfstein, Janus (12 December 2013). "The Mission to Decentralize the Internet" (http://www.newyorker.com/tech/elements/t
he-mission-to-decentralize-the-internet). The New Yorker. Archived (https://web.archive.org/web/20141231031044/http://ww
w.newyorker.com/tech/elements/the-mission-to-decentralize-the-internet) from the original on 31 December 2014. 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.'"
47. Gervais, Arthur; Karame, Ghassan O.; Capkun, Vedran; Capkun, Srdjan. "Is Bitcoin a Decentralized Currency?" (https://ww
w.infoq.com/articles/is-bitcoin-a-decentralized-currency/). InfoQ. InfoQ & IEEE computer society. Archived (https://web.archiv
e.org/web/20161010042659/https://www.infoq.com/articles/is-bitcoin-a-decentralized-currency/) from the original on 10
October 2016. Retrieved 11 October 2016.
48. Voorhees, Erik (30 October 2015). "It's All About the Blockchain" (http://moneyandstate.com/its-all-about-the-blockchain/).
Money and State. Archived (https://web.archive.org/web/20151101235750/http://moneyandstate.com/its-all-about-the-blockc
hain/) from the original on 1 November 2015. Retrieved 2 November 2015.
49. Reutzel, Bailey (13 July 2015). "A Very Public Conflict Over Private Blockchains" (http://www.paymentssource.com/news/tec
hnology/a-very-public-confluct-over-private-blockchains-3021831-1.html). PaymentsSource. New York, NY: SourceMedia,
Inc. Archived (https://web.archive.org/web/20160421112045/http://www.paymentssource.com/news/technology/a-very-public
-confluct-over-private-blockchains-3021831-1.html) from the original on 21 April 2016. Retrieved 18 June 2016.

https://en.wikipedia.org/wiki/Blockchain 14/22
4/12/2018 Blockchain - Wikipedia

50. Casey, Michael J. (15 April 2015). "Moneybeat/BitBeat: Blockchains Without Coins Stir Tensions in Bitcoin Community" (http
s://blogs.wsj.com/moneybeat/2015/04/14/bitbeat-blockchains-without-coins-stir-tensions-in-bitcoin-community/). The Wall
Street Journal. Archived (https://web.archive.org/web/20160610224428/http://blogs.wsj.com/moneybeat/2015/04/14/bitbeat-
blockchains-without-coins-stir-tensions-in-bitcoin-community/) from the original on 10 June 2016. Retrieved 18 June 2016.
51. "The 'Blockchain Technology' Bandwagon Has A Lesson Left To Learn" (http://news.dinbits.com/2015/11/the-blockchain-tech
nology-bandwagon-has.html). dinbits.com. 3 November 2015. Archived (https://web.archive.org/web/20160629234654/http://
news.dinbits.com/2015/11/the-blockchain-technology-bandwagon-has.html) from the original on 29 June 2016. Retrieved
18 June 2016.
52. DeRose, Chris (26 June 2015). "Why the Bitcoin Blockchain Beats Out Competitors" (http://www.americanbanker.com/bankt
hink/why-the-bitcoin-blockchain-beats-out-competitors-1075100-1.html). American Banker. Archived (https://web.archive.or
g/web/20160330060709/http://www.americanbanker.com/bankthink/why-the-bitcoin-blockchain-beats-out-competitors-10751
00-1.html) from the original on 30 March 2016. Retrieved 18 June 2016.
53. Greenspan, Gideon (19 July 2015). "Ending the bitcoin vs blockchain debate" (http://www.multichain.com/blog/2015/07/bitcoi
n-vs-blockchain-debate/). multichain.com. Archived (https://web.archive.org/web/20160608070620/http://www.multichain.co
m/blog/2015/07/bitcoin-vs-blockchain-debate/) from the original on 8 June 2016. Retrieved 18 June 2016.
54. Hampton, Nikolai (5 September 2016). "Understanding the blockchain hype: Why much of it is nothing more than snake oil
and spin" (http://www.computerworld.com.au/article/606253/understanding-blockchain-hype-why-much-it-nothing-more-than-
snake-oil-spin/). Computerworld. Archived (https://web.archive.org/web/20160906171838/http://www.computerworld.com.au/
article/606253/understanding-blockchain-hype-why-much-it-nothing-more-than-snake-oil-spin/) from the original on 6
September 2016. Retrieved 5 September 2016.
55. Tapscott, Don (10 May 2016). "The Impact of the Blockchain Goes Beyond Financial Services" (https://hbr.org/2016/05/the-i
mpact-of-the-blockchain-goes-beyond-financial-services). Harvard Business Review. Archived (https://web.archive.org/web/
20160511121547/https://hbr.org/2016/05/the-impact-of-the-blockchain-goes-beyond-financial-services) from the original on
11 May 2016. Retrieved 16 May 2016.
56. Buntinx, J.P. (1 May 2016). "The Road To Bitcoin Adoption Passes Through Many Stages" (http://www.newsbtc.com/2016/0
5/01/road-bitcoin-adoption-passes-many-stages/). News BTC. Archived (https://web.archive.org/web/20161220062128/htt
p://www.newsbtc.com/2016/05/01/road-bitcoin-adoption-passes-many-stages/) from the original on 20 December 2016.
Retrieved 4 December 2016.
57. Ovenden, James. "Blockchain Top Trends In 2017" (https://channels.theinnovationenterprise.com/articles/blockchain-top-tre
nds-in-2017). The Innovation Enterprise. Archived (https://web.archive.org/web/20161130143727/https://channels.theinnovat
ionenterprise.com/articles/blockchain-top-trends-in-2017) from the original on 30 November 2016. Retrieved 4 December
2016.
58. Bob Marvin (30 August 2017). "Blockchain: The Invisible Technology That's Changing the World" (http://au.pcmag.com/amaz
on-web-services/46389/feature/blockchain-the-invisible-technology-thats-changing-the-world). PC MAG Australia. ZiffDavis,
LLC. Archived (https://web.archive.org/web/20170925180800/http://au.pcmag.com/amazon-web-services/46389/feature/bloc
kchain-the-invisible-technology-thats-changing-the-world) from the original on 25 September 2017. Retrieved 25 September
2017.
59. Prisco, Giulio (25 August 2016). "Sandia National Laboratories Joins the War on Bitcoin Anonymity" (https://bitcoinmagazine.
com/articles/sandia-national-laboratories-joins-the-war-on-bitcoin-anonymity-1472151009). Bitcoin Magazine. BTC Inc.
Archived (https://web.archive.org/web/20161125045410/https://bitcoinmagazine.com/articles/sandia-national-laboratories-joi
ns-the-war-on-bitcoin-anonymity-1472151009) from the original on 25 November 2016. Retrieved 21 November 2016.
60. "Blockchains & Distributed Ledger Technologies" (https://blockchainhub.net/blockchains-and-distributed-ledger-technologies-
in-general/). BlockchainHub. Archived (https://web.archive.org/web/20180119120102/https://blockchainhub.net/blockchains-
and-distributed-ledger-technologies-in-general/) from the original on 19 January 2018. Retrieved 18 January 2018.
61. Popper, Nathan (27 March 2016). "Ethereum, a Virtual Currency, Enables Transactions That Rival Bitcoin's" (https://www.nyti
mes.com/2016/03/28/business/dealbook/ethereum-a-virtual-currency-enables-transactions-that-rival-bitcoins.html). The New
York Times. Archived (https://web.archive.org/web/20160724214904/http://www.nytimes.com/2016/03/28/business/dealboo
k/ethereum-a-virtual-currency-enables-transactions-that-rival-bitcoins.html) from the original on 24 July 2016. Retrieved
7 February 2017.
62. Popper, Nathaniel (27 February 2017). "Business Giants to Announce Creation of a Computing System Based on Ethereum"
(https://www.nytimes.com/2017/02/27/business/dealbook/ethereum-alliance-business-banking-security.html). Archived (http
s://web.archive.org/web/20170620134100/https://www.nytimes.com/2017/02/27/business/dealbook/ethereum-alliance-busin
ess-banking-security.html) from the original on 20 June 2017 – via The New York Times.
63. Kugel, Robert. "Self-Describing Data Powers B2B Blockchain Distributed Ledgers" (https://blog.ventanaresearch.com/self-de
scribing-data-powers-b2b-blockchain-distributed-ledgers). Retrieved 2018-03-28.
64. Kugel, Robert. "SAP Highlights Its Blockchain Efforts" (https://robertkugel.ventanaresearch.com/sap-highlights-its-blockchain
-efforts). Retrieved 2018-03-28.

https://en.wikipedia.org/wiki/Blockchain 15/22
4/12/2018 Blockchain - Wikipedia

65. Ehsani, Farzam (22 December 2016). "Blockchain in Finance: From Buzzword to Watchword in 2016" (http://www.coindesk.
com/blockchain-finance-buzzword-watchword-2016/). CoinDesk (News). Archived (https://web.archive.org/web/2016122115
2119/http://www.coindesk.com/blockchain-finance-buzzword-watchword-2016/) from the original on 21 December 2016.
Retrieved 22 December 2016.
66. Wilson, Steve (3 May 2016). "Blockchain: Almost Everything You Read Is Wrong" (https://www.constellationr.com/blog-news/
blockchain-almost-everything-you-read-wrong). Constellation Research Inc. Archived (https://web.archive.org/web/20161114
002256/https://www.constellationr.com/blog-news/blockchain-almost-everything-you-read-wrong) from the original on 14
November 2016. Retrieved 13 November 2016.
67. Katie Martin (27 September 2016). "CLS dips into blockchain to net new currencies" (https://www.ft.com/content/c905b6fc-4
dd2-3170-9d2a-c79cdbb24f16). Financial Times. Archived (https://web.archive.org/web/20161109152317/https://www.ft.co
m/content/c905b6fc-4dd2-3170-9d2a-c79cdbb24f16) from the original on 9 November 2016. Retrieved 7 November 2016.
68. Wang, Kevin; Safavi, Ali (29 October 2016). "Blockchain is empowering the future of insurance" (https://techcrunch.com/201
6/10/29/blockchain-is-empowering-the-future-of-insurance/). Tech Crunch. AOL Inc. Archived (https://web.archive.org/web/2
0161107160418/https://techcrunch.com/2016/10/29/blockchain-is-empowering-the-future-of-insurance/) from the original on
7 November 2016. Retrieved 7 November 2016.
69. "New Ethereum Blockchain Consortium Could Run on Experimental Tech – CoinDesk" (http://www.coindesk.com/ethereums
-new-blockchain-consortium-run-experimental-tech/). 21 February 2017. Archived (https://web.archive.org/web/2017042315
5354/http://www.coindesk.com/ethereums-new-blockchain-consortium-run-experimental-tech/) from the original on 23 April
2017.
70. Prisco, Giulio (9 May 2016). "Delaware Blockchain Initiative to Streamline Record-Keeping for Private Companies" (https://bi
tcoinmagazine.com/articles/delaware-blockchain-initiative-to-streamline-record-keeping-for-private-companies-1462812187).
Bitcoin Magazine. BTC Inc. Archived (https://web.archive.org/web/20161220071454/https://bitcoinmagazine.com/articles/del
aware-blockchain-initiative-to-streamline-record-keeping-for-private-companies-1462812187) from the original on 20
December 2016. Retrieved 5 December 2016.
71. De Filippi, Primavera. From competition to cooperation (https://www.youtube.com/watch?v=aYOPcHRO3tc).
TEDxCambridge. Archived (https://web.archive.org/web/20160310133456/https://www.youtube.com/watch?v=aYOPcHRO3t
c) from the original on 10 March 2016. Retrieved 8 October 2015.
72. Dale, Brady (10 May 2016). "Three Small Economies Where Land Title Could Use Blockchain to Leapfrog the US" (http://ob
server.com/2016/10/benben-factom-bitfury-ghana-georgia-honduras/). New York Observer. Archived (https://web.archive.or
g/web/20170922051451/http://observer.com/2016/10/benben-factom-bitfury-ghana-georgia-honduras/) from the original on
22 September 2017. Retrieved 22 September 2017.
73. Chavez-Dreyfuss, Gertrude (16 June 2016). "Sweden tests blockchain technology for land registry" (https://www.reuters.co
m/article/us-sweden-blockchain-idUSKCN0Z22KV). Reuters. Archived (https://web.archive.org/web/20161024065806/http://
www.reuters.com/article/us-sweden-blockchain-idUSKCN0Z22KV) from the original on 24 October 2016. Retrieved
7 November 2016.
74. Shin, Laura (21 April 2016). "Republic Of Georgia To Pilot Land Titling On Blockchain With Economist Hernando De Soto,
BitFury" (https://www.forbes.com/sites/laurashin/2016/04/21/republic-of-georgia-to-pilot-land-titling-on-blockchain-with-econo
mist-hernando-de-soto-bitfury/). Forbes. Archived (https://web.archive.org/web/20161113181233/http://www.forbes.com/site
s/laurashin/2016/04/21/republic-of-georgia-to-pilot-land-titling-on-blockchain-with-economist-hernando-de-soto-bitfury/) from
the original on 13 November 2016. Retrieved 13 November 2016.
75. "Indian State Uses Blockchain Technology to Stop Land Ownership Fraud" (https://cointelegraph.com/news/indian-state-use
s-blockchain-technology-to-stop-land-ownership-fraud). Archived (https://web.archive.org/web/20171025212932/https://coint
elegraph.com/news/indian-state-uses-blockchain-technology-to-stop-land-ownership-fraud) from the original on 25 October
2017.
76. "AP govt becomes first state in India to adopt blockchain tech for governance" (https://www.thenewsminute.com/article/ap-go
vt-becomes-first-state-india-adopt-blockchain-tech-governance-69727). The News Minute. 2017-10-10. Retrieved
2018-04-11.
77. "Andhra to get Block Chain Technology Park" (http://www.thehansindia.com/posts/index/Andhra-Pradesh/2017-11-01/Andhra
-to-get-Block-Chain-Technology-Park/336832). The Hans India. Retrieved 2018-04-11.
78. "Archived copy" (https://medium.com/@tradersnow/how-i-sold-5-acres-of-land-using-bitbays-trustless-smart-contracts-28f18
b83125). Archived (https://web.archive.org/web/20171201041229/https://medium.com/@tradersnow/how-i-sold-5-acres-of-la
nd-using-bitbays-trustless-smart-contracts-28f18b83125) from the original on 1 December 2017. Retrieved 21 November
2017.
79. Meyer, David (20 October 2017). "Russia experiments with using blockchain tech for land registry: Pilot project uses
blockchain in Moscow" (http://www.zdnet.com/article/russia-experiments-with-using-blockchain-tech-for-land-registry/).
ZDNet. Retrieved 17 November 2017.

https://en.wikipedia.org/wiki/Blockchain 16/22
4/12/2018 Blockchain - Wikipedia

80. Karin Kirchner (25 November 2016). "EY Switzerland to digitalize itself and become first advisory firm to accept Bitcoins for
its services" (http://www.ey.com/Publication/vwLUAssets/ey-news-release-switzerland-accepts-bitcoins-for-payment-of-its-se
rvices/$FILE/ey-news-release-switzerland-accepts-bitcoins-for-payment-of-its-services.pdf) (PDF) (Press release). Ernst &
Young. Archived (https://web.archive.org/web/20170905010626/http://www.ey.com/Publication/vwLUAssets/ey-news-release
-switzerland-accepts-bitcoins-for-payment-of-its-services/$FILE/ey-news-release-switzerland-accepts-bitcoins-for-payment-o
f-its-services.pdf) (PDF) from the original on 5 September 2017.
81. Young, Joesph (15 December 2016). "Ernst & Young Is Going Bitcoin While PwC, Deloitte and KPMG Push Permissioned
Blockchains" (https://cointelegraph.com/news/ernst-young-is-going-bitcoin-while-pwc-deloitte-and-kpmg-push-permissioned-
blockchains). CoinTelegraph.com. Archived (https://web.archive.org/web/20161220210427/https://cointelegraph.com/news/e
rnst-young-is-going-bitcoin-while-pwc-deloitte-and-kpmg-push-permissioned-blockchains) from the original on 20 December
2016. Retrieved 17 December 2016.
82. Franco, Pedro (2014). Understanding Bitcoin: Cryptography, Engineering and Economics (https://books.google.com/books?i
d=YHfCBwAAQBAJ). John Wiley & Sons. p. 9. ISBN 978-1-119-01916-9. Archived (https://web.archive.org/web/201702142
04859/https://books.google.com/books?id=YHfCBwAAQBAJ) from the original on 14 February 2017. Retrieved 4 January
2017 – via Google Books.
83. Virtual Currencies and Beyond: Initial Considerations (https://play.google.com/store/books/details?id=ttt_CwAAQBAJ). IMF
Discussion Note. International Monetary Fund. 2016. p. 23. ISBN 978-1-5135-5297-2. Archived (https://web.archive.org/web/
20161113090444/https://play.google.com/store/books/details?id=ttt_CwAAQBAJ) from the original on 13 November 2016.
Retrieved 12 November 2016 – via Google Play.
84. Swan, Melanie (2015). Blockchain: Blueprint for a New Economy (https://books.google.com/books?id=RHJmBgAAQBAJ).
O'Reilly Media, Inc. p. 16. ISBN 978-1-4919-2047-3. Archived (https://web.archive.org/web/20170214171714/https://books.g
oogle.com/books?id=RHJmBgAAQBAJ) from the original on 14 February 2017. Retrieved 12 November 2016 – via Google
Books.
85. "Level One Project" (https://leveloneproject.org/). Bill & Melinda Gates Foundation. Archived (https://web.archive.org/web/20
170430220917/https://leveloneproject.org/) from the original on 30 April 2017.
86. Woyke, Elizabeth (18 April 2017). "How Blockchain Can Bring Financial Services to the Poor" (https://www.technologyrevie
w.com/s/604144/how-blockchain-can-lift-up-the-worlds-poor/). MIT Technology Review.
87. "Building Blocks" (http://innovation.wfp.org/project/building-blocks/). World Food Program. 1 January 2017. Archived (https://
web.archive.org/web/20170427103806/http://innovation.wfp.org/project/building-blocks/) from the original on 27 April 2017.
88. "What is 'Blockchain' and How is it Connected to Fighting Hunger?" (https://insight.wfp.org/what-is-blockchain-and-how-is-it-
connected-to-fighting-hunger-7f1b42da9fe/). World Food Programme. 6 March 2017.
89. "Tech Tent: Social giants get grilled" (http://www.bbc.com/news/technology-41858585). BBC. 3 November 2017. Archived (ht
tps://web.archive.org/web/20180319155419/http://www.bbc.com/news/technology-41858585) from the original on 19 March
2018. Retrieved 1 February 2018.
90. "Using blockchain to fight fake news is the most 2017 thing ever" (https://thenextweb.com/cryptocurrency/2017/10/23/an-ico-
for-blockchain-technology-that-disrupts-fake-news-is-the-most-2017-thing-ever/). The Next Web. 23 October 2017. Archived
(https://web.archive.org/web/20180126185346/https://thenextweb.com/cryptocurrency/2017/10/23/an-ico-for-blockchain-tech
nology-that-disrupts-fake-news-is-the-most-2017-thing-ever/) from the original on 26 January 2018. Retrieved 1 February
2018.
91. "Backfeed" (http://backfeed.cc/). Backfeed. Archived (https://web.archive.org/web/20170528221341/http://backfeed.cc/) from
the original on 28 May 2017.
92. Pazaitis, Alex (1 January 2017). "Blockchain and Value Systems in the Sharing Economy: The Illustrative Case of Backfeed"
(http://technologygovernance.eu/files/main/2017012509590909.pdf) (PDF). Technology governance. Archived (https://web.ar
chive.org/web/20170706032417/http://technologygovernance.eu/files/main//2017012509590909.pdf) (PDF) from the original
on 6 July 2017.
93. "Alexandria" (http://www.alexandria.io/). Alexandria. Archived (https://web.archive.org/web/20170530220514/http://www.alex
andria.io/) from the original on 30 May 2017.
94. Porup, J. M. (29 June 2015). "Could Cyberwar Cause a Library of Alexandria Event?" (https://motherboard.vice.com/en_us/a
rticle/could-cyberwar-cause-a-library-of-alexandria-event). Vice. Archived (https://web.archive.org/web/20170603104033/http
s://motherboard.vice.com/en_us/article/could-cyberwar-cause-a-library-of-alexandria-event) from the original on 3 June
2017.
95. "Tezos: The self-amending cryptographic ledger" (https://www.tezos.com/static/papers/Tezos_Overview.pdf) (PDF). Tezos.
Archived (https://web.archive.org/web/20170513214914/https://www.tezos.com/static/papers/Tezos_Overview.pdf) (PDF)
from the original on 13 May 2017.
96. "A self-amending cryptographic ledger" (https://github.com/tezos/tezos/). GitHub. Archived (https://web.archive.org/web/201
70523174131/https://github.com/tezos/tezos) from the original on 23 May 2017.
97. Metz, Cade (29 March 2017). "A Plan to Save Blockchain Democracy From Bitcoin's Civil War" (https://www.wired.com/201
7/03/plan-save-blockchain-democracy-bitcoins-civil-war/). Wired. Archived (https://web.archive.org/web/20170521025240/htt
ps://www.wired.com/2017/03/plan-save-blockchain-democracy-bitcoins-civil-war/) from the original on 21 May 2017.

https://en.wikipedia.org/wiki/Blockchain 17/22
4/12/2018 Blockchain - Wikipedia

98. Madore, P. H. (12 May 2017). "ICO Analysis: Tezos" (https://hacked.com/ico-analysis-tezos/). Hacked. Archived (https://web.
archive.org/web/20170512141739/https://hacked.com/ico-analysis-tezos/) from the original on 12 May 2017.
99. Friedman, Sara (21 September 2017). "GSA looks to blockchain for speeding procurement processes" (https://gcn.com/articl
es/2017/09/21/gsa-looks-to-blockchain-for-procurement.aspx). Government Computer News. Archived (https://web.archive.o
rg/web/20170923095723/https://gcn.com/articles/2017/09/21/gsa-looks-to-blockchain-for-procurement.aspx) from the
original on 23 September 2017.
100. "Tunisia To Replace eDinar With Blockchain-Based Currency" (http://www.econotimes.com/Tunisia-To-Replace-eDinar-With-
Blockchain-Based-Currency-140836). EconoTimes. 11 January 2016. Archived (https://web.archive.org/web/201702160233
36/http://www.econotimes.com/Tunisia-To-Replace-eDinar-With-Blockchain-Based-Currency-140836/) from the original on
16 February 2017.
101. "Senegal To Introduce A New Blockchain-Based National Digital Currency, The Second Such Currency In The World" (http
s://www.iafrikan.com/2016/11/24/senegal-to-introduce-a-new-blockchain-based-national-digital-currency-making-it-only-the-s
econd-country-to-have-a-national-digital-currency/). iAfrikan News. 24 November 2016. Archived (https://web.archive.org/we
b/20170430063948/https://www.iafrikan.com/2016/11/24/senegal-to-introduce-a-new-blockchain-based-national-digital-curre
ncy-making-it-only-the-second-country-to-have-a-national-digital-currency/) from the original on 30 April 2017.
102. Last RoadMap of Australia, "Archived copy" (http://www.standards.org.au/OurOrganisation/News/Documents/Roadmap_for_
Blockchain_Standards_report.pdf) (PDF). Archived (https://web.archive.org/web/20170906200652/http://www.standards.org.
au/OurOrganisation/News/Documents/Roadmap_for_Blockchain_Standards_report.pdf) (PDF) from the original on 6
September 2017. Retrieved 6 December 2017.
103. "Why Blockchain will change Australian businesses for ever" (http://www.nbc-2.com/story/37236372/why-blockchain-will-cha
nge-australian-businesses-for-ever). NBC-2.com. Archived (https://web.archive.org/web/20180203064707/http://www.nbc-2.
com/story/37236372/why-blockchain-will-change-australian-businesses-for-ever) from the original on 3 February 2018.
Retrieved 3 February 2018.
104. Epstein, Jim (6 May 2016). "Is Blockchain Technology a Trojan Horse Behind Wall Street's Walled Garden?" (http://reason.c
om/reasontv/2016/05/06/bitcoin-consensus-blockchain-wall-street). Reason. Archived (https://web.archive.org/web/2016070
8170429/http://reason.com/reasontv/2016/05/06/bitcoin-consensus-blockchain-wall-street) from the original on 8 July 2016.
Retrieved 29 June 2016. "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."
105. Redrup, Yolanda (29 June 2016). "ANZ backs private blockchain, but won't go public" (http://www.afr.com/technology/anz-ba
cks-private-blockchain-but-wont-go-public-20160629-gpuf9z). Australia Financial Review. Archived (https://web.archive.org/
web/20160703103852/http://www.afr.com/technology/anz-backs-private-blockchain-but-wont-go-public-20160629-gpuf9z)
from the original on 3 July 2016. Retrieved 7 July 2016. "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."
106. Shah, Rakesh (1 March 2018). "How Can The Banking Sector Leverage Blockchain Technology?" (http://www.postboxcomm
unications.com/blog/can-banking-sector-leverage-blockchain-technology/). PostBox Communications. PostBox
Communications Blog. Archived (https://web.archive.org/web/20180317232141/http://www.postboxcommunications.com/blo
g/can-banking-sector-leverage-blockchain-technology/) from the original on 17 March 2018. "Banks preferably have a
notable interest in utilizing Blockchain Technology because it is a great source to avoid fraudulent transactions. Blockchain is
considered hassle free, because of the extra level of security it offers."
107. Kelly, Jemima (28 September 2016). "Banks adopting blockchain 'dramatically faster' than expected: IBM" (https://www.reute
rs.com/article/us-tech-blockchain-ibm-idUSKCN11Y28D). Reuters. Archived (https://web.archive.org/web/20160928163048/
http://www.reuters.com/article/us-tech-blockchain-ibm-idUSKCN11Y28D) from the original on 28 September 2016. Retrieved
28 September 2016.
108. Arnold, Martin (23 September 2013). "IBM in blockchain project with China UnionPay" (https://www.ft.com/content/719f4e7e-
80e1-11e6-bc52-0c7211ef3198). Financial Times. Archived (https://web.archive.org/web/20161109152822/https://www.ft.co
m/content/719f4e7e-80e1-11e6-bc52-0c7211ef3198) from the original on 9 November 2016. Retrieved 7 November 2016.
109. "UBS leads team of banks working on blockchain settlement system" (https://www.reuters.com/article/us-banks-blockchain-u
bs-idUSKCN10Z147). Reuters. 24 August 2016. Archived (https://web.archive.org/web/20170519073429/http://www.reuters.
com/article/us-banks-blockchain-ubs-idUSKCN10Z147) from the original on 19 May 2017. Retrieved 13 May 2017.
110. "Cryptocurrency Blockchain" (https://www.capgemini.com/beyond-the-buzz/cryptocurrency-blockchain). capgemini.com.
Archived (https://web.archive.org/web/20161205202317/https://www.capgemini.com/beyond-the-buzz/cryptocurrency-blockc
hain) from the original on 5 December 2016. Retrieved 13 May 2017.
111. "First Government Blockchain Implementation For Russia" (https://cointelegraph.com/news/first-government-blockchain-impl
ementation-for-russia). Cointelegraph. Archived (https://web.archive.org/web/20171222110324/https://cointelegraph.com/ne
ws/first-government-blockchain-implementation-for-russia) from the original on 22 December 2017. Retrieved 20 December
2017.
https://en.wikipedia.org/wiki/Blockchain 18/22
4/12/2018 Blockchain - Wikipedia

112. Allison, Ian (3 May 2016). "Deloitte to build Ethereum-based 'digital bank' with New York City's ConsenSys" (http://www.ibtim
es.co.uk/deloitte-build-ethereum-based-digital-bank-new-york-citys-consensys-1557864). International Business Times.
Archived (https://web.archive.org/web/20160506014539/http://www.ibtimes.co.uk/deloitte-build-ethereum-based-digital-bank-
new-york-citys-consensys-1557864) from the original on 6 May 2016.
113. Allison, Ian (20 January 2016). "R3 completes trial of five cloud-based blockchain technologies at 40 banks" (http://www.ibti
mes.co.uk/r3-completes-trial-five-cloud-based-blockchain-technologies-40-banks-1547260). International Business Times.
Archived (https://web.archive.org/web/20161203061150/http://www.ibtimes.co.uk/r3-completes-trial-five-cloud-based-blockch
ain-technologies-40-banks-1547260) from the original on 3 December 2016.
114. Andrew Quentson (11 September 2016). Swiss Industry Consortium to Use Ethereum's Blockchain (https://www.cryptocoins
news.com/swiss-industry-consortium-use-ethereums-blockchain/) Archived (https://web.archive.org/web/20160911184324/ht
tps://www.cryptocoinsnews.com/swiss-industry-consortium-use-ethereums-blockchain/) 11 September 2016 at the Wayback
Machine.. cryptocoins news. Retrieved 6 November 2016.
115. "MasterCard pushes ahead into blockchain tech" (http://www.businessinsider.com/mastercard-pushes-ahead-into-blockchain
-tech-2016-11). Business Insider. 2 November 2016. Archived (https://web.archive.org/web/20161103132850/http://www.bus
inessinsider.com/mastercard-pushes-ahead-into-blockchain-tech-2016-11) from the original on 3 November 2016. Retrieved
4 November 2016.
116. "World's Fastest Blockchain Tested in Australia" (https://cryptovest.com/news/worlds-fastest-blockchain-tested-in-australia-b
eats-visas-payment-system/). Archived (https://web.archive.org/web/20171115015104/https://cryptovest.com/news/worlds-fa
stest-blockchain-tested-in-australia-beats-visas-payment-system/) from the original on 15 November 2017.
117. "Mastercard Seeks Patent for Instant Blockchain Payments Processing" (https://www.coindesk.com/mastercard-patent-filing
s-detail-blockchains-use-speeding-payments/). Archived (https://web.archive.org/web/20171114075922/https://www.coindes
k.com/mastercard-patent-filings-detail-blockchains-use-speeding-payments/) from the original on 14 November 2017.
118. "Swift Blockchain Success Sets Stage for Sibos" (https://www.coindesk.com/unanimous-swift-blockchain-success-sets-stage
-sibos/). Archived (https://web.archive.org/web/20171115082652/https://www.coindesk.com/unanimous-swift-blockchain-suc
cess-sets-stage-sibos/) from the original on 15 November 2017.
119. "First cryptocurrency freight deal takes Russian wheat to Turkey" (https://www.bloomberg.com/news/articles/2018-01-23/first
-cryptocurrency-freight-deal-takes-russian-wheat-to-turkey). Bloomberg.com. 23 January 2018. Archived (https://web.archiv
e.org/web/20180203015140/https://www.bloomberg.com/news/articles/2018-01-23/first-cryptocurrency-freight-deal-takes-rus
sian-wheat-to-turkey) from the original on 3 February 2018. Retrieved 1 February 2018.
120. "Commodities Shipper Seeks $150 Million to Start Digital Coin" (https://www.bloomberg.com/news/articles/2018-02-20/com
modities-shipper-seeks-150-million-to-start-cryptocurrency). Bloomberg.com. 20 February 2018. Archived (https://web.archiv
e.org/web/20180302105431/https://www.bloomberg.com/news/articles/2018-02-20/commodities-shipper-seeks-150-million-t
o-start-cryptocurrency) from the original on 2 March 2018. Retrieved 1 March 2018.
121. Jean-Pierre Buntinx (4 August 2015). "Future Use Cases for Blockchain Technology: Copyright Registration" (https://news.bi
tcoin.com/future-use-cases-for-blockchain-technology-copyright-registration/). bitcoin.com. Saint Bitts. Archived (https://web.
archive.org/web/20170615054148/https://news.bitcoin.com/future-use-cases-for-blockchain-technology-copyright-registratio
n/) from the original on 15 June 2017. Retrieved 5 November 2016.
122. K. Kotobi, and S. G. Bilen, "Secure Blockchains for Dynamic Spectrum Access : A Decentralized Database in Moving
Cognitive Radio Networks Enhances Security and User Access" (http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=
8269834), IEEE Vehicular Technology Magazine , 2018.
123. "Blockchain Could Be Music's Next Disruptor" (http://fortune.com/2016/09/22/blockchain-music-disruption/). 22 September
2016. Archived (https://web.archive.org/web/20160923180800/http://fortune.com/2016/09/22/blockchain-music-disruption/)
from the original on 23 September 2016.
124. "ASCAP, PRS and SACEM Join Forces for Blockchain Copyright System" (http://www.musicbusinessworldwide.com/ascap-p
rs-sacem-join-forces-blockchain-copyright-system/). Music Business Worldwide. 9 April 2017. Archived (https://web.archive.
org/web/20170410050815/http://www.musicbusinessworldwide.com/ascap-prs-sacem-join-forces-blockchain-copyright-syste
m/) from the original on 10 April 2017.
125. Bartlett, Jamie (6 September 2015). "Imogen Heap: saviour of the music industry?" (https://www.theguardian.com/music/201
5/sep/06/imogen-heap-saviour-of-music-industry). The Guardian. Archived (https://web.archive.org/web/20160422213153/ht
tp://www.theguardian.com/music/2015/sep/06/imogen-heap-saviour-of-music-industry) from the original on 22 April 2016.
Retrieved 18 June 2016.
126. Nash, Kim S. (14 July 2016). "IBM Pushes Blockchain into the Supply Chain" (https://www.wsj.com/articles/ibm-pushes-bloc
kchain-into-the-supply-chain-1468528824). The Wall Street Journal. Archived (https://web.archive.org/web/2016071803270
2/http://www.wsj.com/articles/ibm-pushes-blockchain-into-the-supply-chain-1468528824) from the original on 18 July 2016.
Retrieved 24 July 2016.
127. "Kodak annonce une ICO et le lancement du KodakCoin" (https://www.usine-digitale.fr/article/ces-2018-kodak-annonce-une-
ico-et-le-lancement-du-kodakcoin.N636598). CES 2018. 11 January 2018. Archived (https://web.archive.org/web/201801122
14715/https://www.usine-digitale.fr/article/ces-2018-kodak-annonce-une-ico-et-le-lancement-du-kodakcoin.N636598) from
the original on 12 January 2018.

https://en.wikipedia.org/wiki/Blockchain 19/22
4/12/2018 Blockchain - Wikipedia

128. Kastelein, Richard (24 August 2017). "The World's First DJ Mix That Pays Artists in Seconds Using Blockchain Technology"
(http://www.the-blockchain.com/2017/08/24/worlds-first-dj-mix-pays-artists-seconds-using-blockchain-technology/).
Blockchain News. Archived (https://web.archive.org/web/20170903162258/http://www.the-blockchain.com/2017/08/24/world
s-first-dj-mix-pays-artists-seconds-using-blockchain-technology/) from the original on 3 September 2017. Retrieved
3 September 2017.
129. K. Kotobi, and S. G. Bilen, "Blockchain-enabled spectrum access in cognitive radio networks" (http://ieeexplore.ieee.org/sta
mp/stamp.jsp?arnumber=7943523), 2017 Wireless Telecommunications Symposium (WTS), 2017.
130. Gatteschi, Valentina; Lamberti, Fabrizio; Demartini, Claudio; Pranteda, Chiara; Santamaría, Víctor (20 February 2018).
"Blockchain and Smart Contracts for Insurance: Is the Technology Mature Enough?" (http://www.mdpi.com/1999-5903/10/2/2
0). Future Internet. 10 (2): 20. doi:10.3390/fi10020020 (https://doi.org/10.3390%2Ffi10020020). Archived (https://web.archiv
e.org/web/20180315070449/http://www.mdpi.com/1999-5903/10/2/20) from the original on 15 March 2018.
131. "Blockchain reaction: Tech companies plan for critical mass" (http://www.ey.com/Publication/vwLUAssets/ey-blockchain-reac
tion-tech-companies-plan-for-critical-mass/$FILE/ey-blockchain-reaction.pdf) (PDF). Ernst & Young. p. 5. Archived (https://w
eb.archive.org/web/20161114001423/http://www.ey.com/Publication/vwLUAssets/ey-blockchain-reaction-tech-companies-pla
n-for-critical-mass/$FILE/ey-blockchain-reaction.pdf) (PDF) from the original on 14 November 2016. Retrieved 13 November
2016.
132. "Online Voting Platform FAQ's" (https://followmyvote.com/online-voting-platform-faqs/). Follow My Vote. Archived (https://we
b.archive.org/web/20161027082454/https://followmyvote.com/online-voting-platform-faqs/) from the original on 27 October
2016. Retrieved 7 December 2016.
133. Chandra, Prabhul. "Reimagining Democracy: What if votes were a crypto-currency?" (https://www.democracywithoutborders.
org/de/4625/reimagining-democracy-what-if-votes-were-a-crypto-currency/). democracywithoutborders.org. Archived (https://
web.archive.org/web/20180205184846/https://www.democracywithoutborders.org/de/4625/reimagining-democracy-what-if-v
otes-were-a-crypto-currency/) from the original on 5 February 2018. Retrieved 5 February 2018.
134. Bryant, Meg (5 May 2016). "Blockchain may be healthcare's answer to interoperability, data security" (http://www.healthcare
dive.com/news/blockchain-may-be-healthcares-answer-to-interoperability-data-security/418708/). Health Care Dive. Industry
Dive. Archived (https://web.archive.org/web/20161220082533/http://www.healthcaredive.com/news/blockchain-may-be-healt
hcares-answer-to-interoperability-data-security/418708/) from the original on 20 December 2016. Retrieved 4 December
2016.
135. "CryptoKitties craze slows down transactions on Ethereum" (http://www.bbc.com/news/technology-42237162). 12 May 2017.
Archived (https://web.archive.org/web/20180112143517/http://www.bbc.com/news/technology-42237162) from the original
on 12 January 2018.
136. "IBM Blockchain based on Hyperledger Fabric from the Linux Foundation" (https://www.ibm.com/blockchain/hyperledger.htm
l). www.ibm.com. 9 January 2018. Archived (https://web.archive.org/web/20171207035925/https://www.ibm.com/blockchain/
hyperledger.html) from the original on 7 December 2017. Retrieved 18 January 2018.
137. "Why J.P. Morgan Chase Is Building a Blockchain on Ethereum" (http://fortune.com/2016/10/04/jp-morgan-chase-blockchain
-ethereum-quorum/). Fortune. Archived (https://web.archive.org/web/20170202033844/http://fortune.com/2016/10/04/jp-mor
gan-chase-blockchain-ethereum-quorum/) from the original on 2 February 2017. Retrieved 24 January 2017.
138. "Hyperledger blockchain code almost comes together for IoT" (http://rethink-iot.com/2016/04/01/hyperledger-blockchain-cod
e-almost-comes-together-for-iot/). rethink-iot.com. 1 April 2016. Archived (https://web.archive.org/web/20160816021545/htt
p://rethink-iot.com/2016/04/01/hyperledger-blockchain-code-almost-comes-together-for-iot/) from the original on 16 August
2016. Retrieved 18 June 2016.
139. Miller, Ron. "IBM unveils Blockchain as a Service based on open source Hyperledger Fabric technology – TechCrunch" (http
s://techcrunch.com/2017/03/19/ibm-unveils-blockchain-as-a-service-based-on-open-source-hyperledger-fabric-technology/).
Archived (https://web.archive.org/web/20170320172217/https://techcrunch.com/2017/03/19/ibm-unveils-blockchain-as-a-ser
vice-based-on-open-source-hyperledger-fabric-technology/) from the original on 20 March 2017.
140. "IBM Blockchain based on Hyperledger Fabric from the Linux Foundation" (https://www.ibm.com/blockchain/hyperledger.htm
l). ibm.com. 25 August 2017. Archived (https://web.archive.org/web/20170921050205/https://www.ibm.com/blockchain/hyper
ledger.html) from the original on 21 September 2017. Retrieved 20 September 2017.
141. "Oracle Launches Enterprise-Grade Blockchain Cloud Service" (https://www.oracle.com/corporate/pressrelease/oow17-oracl
e-launches-blockchain-cloud-service-100217.html). oracle.com. Archived (https://web.archive.org/web/20171106122208/http
s://www.oracle.com/corporate/pressrelease/oow17-oracle-launches-blockchain-cloud-service-100217.html) from the original
on 6 November 2017. Retrieved 15 November 2017.
142. Jacobsen, Eric. "Oracle Cements Interest on Blockchain: Joins Hyperledger" (https://blogs.oracle.com/cloud-platform/oracle-
joins-hyperledger-consortium). Archived (https://web.archive.org/web/20171115234651/https://blogs.oracle.com/cloud-platfor
m/oracle-joins-hyperledger-consortium) from the original on 15 November 2017. Retrieved 15 November 2017.

https://en.wikipedia.org/wiki/Blockchain 20/22
4/12/2018 Blockchain - Wikipedia

143. Friedlmaier, Maximilian; Tumasjan, Andranik; Welpe, Isabell (26 August 2016). "Disrupting industries with blockchain: The
industry, venture capital funding, and regional distribution of blockchain ventures" (https://poseidon01.ssrn.com/delivery.php?
ID=3421100871010191181080850901011110060020920630230320700660280190980800891191030141171211230200580
551020541150790810880000131180490550170400150040711021041260690961010330930001020701121100890720050
76102084087098005024098124007022103023126086003114124121&EXT=pdf). Retrieved 2016-11-29.
144. Higgins, Stan (16 December 2016). "ABN Amro Tests Blockchain for Real Estate Transactions" (http://www.coindesk.com/ab
n-amro-blockchain-real-estate/). Coindesk.com. Archived (https://web.archive.org/web/20161217141505/http://www.coindes
k.com/abn-amro-blockchain-real-estate/) from the original on 17 December 2016. Retrieved 18 December 2016.
145. "On Public and Private Blockchains" (https://blog.ethereum.org/2015/08/07/on-public-and-private-blockchains/). Ethereum.
Retrieved 7 August 2015.
146. "How Companies Can Leverage Private Blockchains to Improve Efficiency and Streamline Business Processes" (https://perf
ectial.com/blog/leveraging-private-blockchains-improve-efficiency-streamline-business-processes/). Perfectial.
147. "The difference between a Private, Public & Consortium Blockchain" (https://www.blockchaindailynews.com/The-difference-b
etween-a-Private-Public-Consortium-Blockchain_a24681.html). Blockchaindailynews. Retrieved 26 October 2016.
148. Catalini, Christian; Tucker, Catherine E. (11 August 2016). "Seeding the S-Curve? The Role of Early Adopters in Diffusion".
SSRN Electronic Journal. doi:10.2139/ssrn.2822729 (https://doi.org/10.2139%2Fssrn.2822729). SSRN 2822729 (https://ssr
n.com/abstract=2822729)  .
149. Extance, Andy (30 September 2015). "The future of cryptocurrencies: Bitcoin and beyond" (http://www.nature.com/news/the-
future-of-cryptocurrencies-bitcoin-and-beyond-1.18447). Nature. 526 (7571): 21–23. doi:10.1038/526021a (https://doi.org/1
0.1038%2F526021a)  . ISSN 0028-0836 (https://www.worldcat.org/issn/0028-0836). OCLC 421716612 (https://www.worldc
at.org/oclc/421716612). Archived (https://web.archive.org/web/20170512070503/http://www.nature.com/news/the-future-of-c
ryptocurrencies-bitcoin-and-beyond-1.18447) from the original on 12 May 2017.
150. del Castillo, Michael (22 December 2016). "Ledger Publishes First Volume of Peer-Reviewed Blockchain Research" (http://w
ww.coindesk.com/ledger-first-volume-blockchain-research/). CoinDesk. Archived (https://web.archive.org/web/20170110165
805/http://www.coindesk.com/ledger-first-volume-blockchain-research/) from the original on 10 January 2017. Retrieved
10 January 2017.
151. "Ledger (eJournal / eMagazine, 2015)" (https://www.worldcat.org/title/ledger/oclc/910895894). OCLC WorldCat. OCLC.
Archived (https://web.archive.org/web/20170111113930/https://www.worldcat.org/title/ledger/oclc/910895894) from the
original on 11 January 2017. Retrieved 11 January 2017.
152. Hertig, Alyssa (15 September 2015). "Introducing Ledger, the First Bitcoin-Only Academic Journal" (http://motherboard.vice.
com/read/introducing-ledger-the-first-bitcoin-only-academic-journal). Motherboard. Archived (https://web.archive.org/web/20
170110172807/http://motherboard.vice.com/read/introducing-ledger-the-first-bitcoin-only-academic-journal) from the original
on 10 January 2017. Retrieved 10 January 2017.
153. Rizun, Peter R.; Wilmer, Christopher E.; Burley, Richard Ford; Miller, Andrew (2015). "How to Write and Format an Article for
Ledger" (http://ledger.pitt.edu/ojs/public/journals/1/AuthorGuide.pdf) (PDF). Ledger. 1 (1): 1–12.
doi:10.5195/LEDGER.2015.1 (https://doi.org/10.5195%2FLEDGER.2015.1) (inactive 13 March 2017). ISSN 2379-5980 (http
s://www.worldcat.org/issn/2379-5980). OCLC 910895894 (https://www.worldcat.org/oclc/910895894). Archived (https://web.a
rchive.org/web/20150922190603/http://ledger.pitt.edu/ojs/public/journals/1/AuthorGuide.pdf) (PDF) from the original on 22
September 2015. Retrieved 11 January 2017.
154. Marr, Bernard. "How Blockchain Technology Could Change The World" (https://www.forbes.com/sites/bernardmarr/2016/05/
27/how-blockchain-technology-could-change-the-world/). Forbes. Archived (https://web.archive.org/web/20170106102914/ht
tp://www.forbes.com/sites/bernardmarr/2016/05/27/how-blockchain-technology-could-change-the-world/) from the original on
6 January 2017. Retrieved 6 January 2017.
155. "Deep Shift: Technology Tipping Points and Societal Impact, Survey Report" (http://www3.weforum.org/docs/WEF_GAC15_T
echnological_Tipping_Points_report_2015.pdf#page=24) (PDF). World Economic Forum. September 2015. p. 24. Archived
(https://web.archive.org/web/20170918041612/http://www3.weforum.org/docs/WEF_GAC15_Technological_Tipping_Points_
report_2015.pdf#page=24) (PDF) from the original on 18 September 2017. Retrieved 7 November 2017.
156. "What is blockchain? How is it going to affect Business?" (https://beta.vu.nl/nl/Images/werkstuk-severeijns_tcm235-869851.p
df) (PDF). Archived (https://web.archive.org/web/20180221100155/https://beta.vu.nl/nl/Images/werkstuk-severeijns_tcm235-
869851.pdf) (PDF) from the original on 21 February 2018.

Further reading
Bashir, Imran (2017). Mastering Blockchain. Packt Publishing, Ltd. ISBN 978-1-78712-544-5. OCLC 967373845 (https://ww
w.worldcat.org/oclc/967373845).
Crosby, Michael; Nachiappan; Pattanayak, Pradhan; Verma, Sanjeev; Kalyanaraman, Vignesh (16 October 2015).
BlockChain Technology: Beyond Bitcoin (http://scet.berkeley.edu/wp-content/uploads/BlockchainPaper.pdf) (PDF) (Report).
Sutardja Center for Entrepreneurship & Technology Technical Report. University of California, Berkeley. Retrieved
2017-03-19.

https://en.wikipedia.org/wiki/Blockchain 21/22
4/12/2018 Blockchain - Wikipedia

Higgins, Stan (3 March 2016). "40 Banks Trial Commercial Paper Trading in Latest R3 Blockchain Test" (http://www.coindes
k.com/r3-consortium-banks-blockchain-solutions/). CoinDesk. Retrieved 2016-03-21.
Kakavand, Hossein; De Sevres, Nicolette Kost; Chilton, Bart (12 October 2016). The Blockchain Revolution: An Analysis of
Regulation and Technology Related to Distributed Ledger Technologies (Report). Luther Systems & DLA Piper.
SSRN 2849251 (https://ssrn.com/abstract=2849251)  .
Mazonka, Oleg (29 December 2016). "Blockchain: Simple Explanation" (http://jrxv.net/x/16/chain.pdf) (PDF). Journal of
Reference.
Saito, Kenji; Yamada, Hiroyuki (June 2016). What's So Different about Blockchain? Blockchain is a Probabilistic State
Machine (https://www.computer.org/csdl/proceedings/icdcsw/2016/3686/00/5878a168-abs.html). IEEE 36th International
Conference on Distributed Computing Systems Workshops. Nara, Nara, Japan: IEEE. pp. 168–75.
doi:10.1109/ICDCSW.2016.28 (https://doi.org/10.1109%2FICDCSW.2016.28). ISBN 978-1-5090-3686-8. ISSN 2332-5666 (h
ttps://www.worldcat.org/issn/2332-5666). Retrieved 2017-02-15.
Tapscott, Don; Tapscott, Alex (2016). Blockchain Revolution: How the Technology Behind Bitcoin Is Changing Money,
Business and the World (http://blockchain-revolution.com/). London: Portfolio Penguin. ISBN 978-0-241-23785-4.
OCLC 971395169 (https://www.worldcat.org/oclc/971395169).
Raval, Siraj (2016). Decentralized Applications: Harnessing Bitcoin's Blockchain Technology (http://shop.oreilly.com/product/
0636920039334.do?sortby=publicationDate). Oreilly.

External links
Media related to Blockchain at Wikimedia Commons

"Patent Landscape Report on Blockchain by PatSeer Pro" (https://patseer.com/2017/03/patent-landscape-report-on-blockch


ain-by-patseer-pro/). PatSeer. Retrieved 2017-11-03.

Retrieved from "https://en.wikipedia.org/w/index.php?title=Blockchain&oldid=835997210"

This page was last edited on 12 April 2018, at 01:46.

Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you
agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-
profit organization.

https://en.wikipedia.org/wiki/Blockchain 22/22

You might also like