Data Science and Big Data Analytics Bitcoin Economics Research Paper For this week’s research paper, you need to search the Internet and explain why some businesses are accepting and other businesses are rejecting the use of Bitcoins as a standard form of currency. Your paper needs to identify two major companies that have adopted Bitcoin technology.
Requirements:
Your paper should meet the following requirements:
Be approximately 3-5 pages in length, not including the required cover page and reference page.
Follow APA guidelines. No plagiarism. Your paper should include an introduction, a body with fully developed content, and a conclusion.
Support your response with the readings from the course and at least five peer-reviewed articles or scholarly journals to support your positions, claims, and observations.
Be clear with well-written, concise, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.
References:
PAVLUS, J. (2018). The World Bitcoin Created. Scientific American, 318(1), 3237. Retrieved from http://search.ebscohost.com/login.aspx?direct=true&AuthType=shib&db=buh&AN=126727561&site=eds-live THE WORLD BITCOIN CREATED
THE FIRST BIG DIGITAL CURRENCY GAVE US A GLIMPSE OF A NEW ECONOMIC ORDERONE
THAT RAISES MORE QUESTIONS THAN ANSWERS
BITCOIN. CRYPTOCURRENCIES. SMART CONTRACTS. MANY PEOPLE HAVE NOW heard of the
rapidly changing ecosystem of financial technology, but few have wrapped their heads around it. Hundreds
of central banks and corporations are incubating a game-changing technology called blockchainand
investors are betting billions on it. Yet only 24 percent of global financial services professionals surveyed
in 2017 by PricewaterhouseCoopers (PwC) described themselves as extremely or very familiar with it.
Much of the public is unsure if any of this is legal, if they understand it at all. Evangelists say it has the
power to upend entire economic systems; others, such as Emin Gün Sirer, a block-chain researcher at
Cornell University, warn that while the technical core is fascinating and disruptive, theres also a lot of
hokum out there. How to parse the nuanceor get a handle on what a blockchain is?
It all starts with Satoshi Nakamoto, the worlds most reclusive pseudonymous billionaire. In October 2008
Nakamoto published a paper via an obscure Internet mailing list detailing a design for the worlds first
blockchain: a public database distributed and synchronized every 10 minutes across thousands of
computers, accessible to anyone and yet hackable by no one. Its purpose? To provide a decentralized,
bulletproof record of exchange for a new digital currency Nakamoto called Bitcoin.
Until that point, the trouble with peer-to-peer electronic cash was that nobody could reliably prevent you
from spending it twice. Block-chain technology changed all that by inscribing every transfer of Bitcoin into
a distributed ledgera kind of digital spreadsheet that, thanks to the laws of mathematics and
cryptography, was more inviolable than carving it in stone. The Economist dubbed it the trust machine.
The technology that underpins Bitcoin quickly outgrew it, driving a frenetic period of innovation. Think of
blockchain as a scaffolding that can hold any data that need secure provenance: financial histories,
ownership documents, proofs of identity. This worldwide ledgeras Don Tapscott, co-author of
Blockchain Revolution, calls itis a blank slate. But the technology, imperfect as it is, can be tapped for
evil, too, and some are pumping the brakes on the frenzy. Heres a guide to the digital landscape that
Satoshi Nakamotowhoever he ishas thrust before us.
CORE CONCEPTS
CRYPTOCURRENCY A form of digital currency that relies on the mathematics of cryptography to control
how and when units of the currency are created and to ensure secure transfer of funds.
PEER-TO-PEER (P2P) NETWORK A web of computers linked in a decentralized way, such that any
computer can communicate directly with any other without going through a central server or other
administrator. Napster, the network for sharing music files that launched in the late 1990s, popularized the
concept.
NODE A computer connected to a P2P network. The Bitcoin network currently has thousands of nodes
spread across the globe.
DISTRIBUTED LEDGER A list of recorded, time-stamped transactions that is simultaneously broadcast,
copied and verified via consensus across many different computers in a P2P network. If every node in the
network has an identical copy of the ledger, falsified entries or corrupted versions can be easily detected.
BLOCK A grouping of individual transaction records on a blockchain. On the Bitcoin network, new blocks
are added to the chain every 10 minutes.
HASHING A cryptographic method that uses a mathematical function to condense any amount of data into
a unique string of alphanumeric characters of a certain fixed lengthcalled a hash value. This creates an
easily verifiable digital fingerprint for the hashed data. If even a single bit of the original data is changed or
corrupted, the fingerprint that emerges from the hash function will be drastically different, making it easy to
detect errors or tampering. Hashes are also one-waythe data cannot be reassembled or extracted from
the fingerprint.
MINING The process by which nodes of a cryptocurrency network compete to securely add new blocks of
transactions to a blockchain. Units of the currency are the rewardand hence, a financial incentive to
ensure security. Mining involves downloading the latest version of the blockchains transactions for
verification, then using brute-force computation to randomly search for the solution to a difficult
mathematical puzzle created via hashing. The first node to discover the correct solution mines that block,
adding it to the blockchain and claiming the reward associated with it. Humans control nodes, but the
competition has nothing to do with skill: simply, the more raw computing power a miner applies toward the
solution, the more likely he or she is to find ita process called proof of work.
HOW BLOCKCHAIN WORKS
How does digital currencyor any datareliably pass back and forth on a decentralized network full of
strangers that dont have a reason to trust one another at all? By generating a permanent ledger of
transactions that cant be changed by any single network member.
1 A blockchain transaction begins with one party agreeing to send data to another. These data could be
anything. But because the point of a blockchain is to create a permanent, verifiable record of exchange, the
data usually represent some valuable asset. Common examples: units of a cryptocurrency or other financial
instrument; contracts, deeds or records of ownership; medical information or other identity data.
?
?
?
?
2 The transaction is broadcast for verification to a peer to peer network of computers operating the
blockchain. Every node on the network is equipped with a procedure for verifying whether the transaction
is valid or not. (In a Bitcoin transaction, for example, the network would verify whether those paying actually
have the amount of Bitcoins they say they do.) Once the network has reached a consensus, algorithms
package up the validated transaction with other recent transactions into a block.
3 Software creates a fingerprint for the new block by hashing the data inside it, together with two other
pieces of information: the fingerprint of the preceding block and a random number called a nonce.
5 The validated block is added to the blockchain with a digital fingerprint that also mathematically encodes
the validated fingerprints of every block preceding it. These nested fingerprints make the blockchain
increasingly secure with every new block that gets added because altering a single bit of information
anywhere in the blockchain would drastically change not only the fingerprint of that particular block but
every subsequent one in the chain as well.
4 Special nodes called miners begin competing with one another for the right to add the new block to the
blockchain. Their computers perform a tedious set of hash based calculations over and over again by trial
and error, hoping to generate a solution that satisfies an arbitrary rule defined by the network. (On the
Bitcoin blockchain, the miners are searching for solutionsor hash valuesthat have a particular number
of zeros at the beginning.) Whoever is first to complete this proof of work process and find the matching
solution successfully mines that block, earning a financial reward.
AS AN ALTERNATIVE: Proof of work mining is energy intensive, so some new blockchains are doing away
with it, instead using a preapproved network of validator nodes who can notarize transactions via an
alternative process called proof of stake. Because this process doesnt rely on difficult hashing calculations,
it uses much less computing power (and much less electricity).
BLOCKCHAIN DEMYSTIFIED: FREQUENTLY ASKED QUESTIONS ABOUT A RAPIDLY EXPANDING
TOPIC
1. ARE BITCOIN AND BLOCKCHAIN THE SAME?
No, but its easy to get them confused because they both came into public awareness in 2008, when Satoshi
Nakamoto published his paper describing how to implement them simultaneously. Bitcoin is one type of
cryptocurrency. What people call blockchain is a technology that makes Bitcoin possiblean
infrastructure that can be used for tracking many types of transactions. Blockchain technology exists without
Bitcoinbut not the reverse. Think of Bitcoin as a kind of application that runs on the blockchain, much
like Web sites run on the Internet.
10% Predicted amount of the worlds gross domestic product that will be stored in blockchain based
technology by 2025, according to a 2015 survey report from the World Economic Forum.
WHO IS USING BLOCKCHAIN TECHNOLOGY?
FINANCIAL INSTITUTIONS: Global banks and investment institutions are researching and pursuing
blockchain projects, sometimes joining forces in consortiums. Since 2012 Ripple has been a thriving,
blockchain-based system for settling international transactions among banks. Start-ups such as Bloom
intend to deploy blockchains to credit reporting, hoping to end data breaches like the Equifax hack.
GOVERNMENTS: Delaware and Illinois use distributed ledgers for birth certificates. A Vermont law allows
blockchain technology to verify the authenticity of legal documents. Dubai integrated blockchains into many
of its administrative services, such as obtaining licenses. In 2016 Tunisia began issuing a blockchainbacked version of its digital national currency called the eDinar.
TECH ENTREPRENEURS: The Ethereum networkwhich was designed to support new applications,
rather than just a digital cash ecosystem like Bitcoinis like an App Store for blockchain start-ups.
Hundreds of projects and businesses are running on it. One notable: We Power wants to let households
buy and sell renewable energy (from, say, roof-mounted solar panels) directly to one another.
COPYRIGHT AND IP HOLDERS: U.K. musician Imogen Heap started Mycelia, a tech incubator that tracks
metadata associated with creative works, cutting out intermediaries like iTunes.
NONPROFITS AND AID GROUPS: The BitGive Foundation is boosting the accountability of philanthropic
giving. And the United Nations World Food Program is streamlining how it tracks and delivers assistance
to Syrian refugees in Jordan.
ACADEMIC INSTITUTIONS: Forget sheepskins. The Blockcerts project wants to make all manner of
academic and professional credentials more trustworthy and shareable.
ASSET MANAGERS: London-based Everledger is targeting the diamond industry by recording the
attributes and provenance of each precious stone. Fine wine and art are tracked, too.
JOURNALISTS: To push back against fake news, Civil gives news makers a platform to create ad-free,
inalterable journalism thats immune to outside interests (Russia; Facebook) and supported by readers.
REGULAR PEOPLE: For migrant workers who send money to their families back home, using
Bitcoin costs less than using Western Union, which is why an estimated 20 percent of international
remittances between South Korea and the Philippines now rely on it. Its not just for cyber libertarians, and
it goes way beyond finance. Heres an incomplete lineup:
WHY WOULD YOU USE A CRYPTOCURRENCY INSTEAD OF A NATIONAL CURRENCY?
Imagine holding a $100 bill that buys only $50 worth of goods. In Venezuela, where the official currency is
crashing in value, that scenario is a reality. Youre losing something like half of the value of your net income
every year to hyperinflation, says venture capitalist Morris. People are thinking: How can I stop that? And
theyre buying Bitcoin.
Why would a hard-to-understand cryptocurrency with no government guaranteeing its value as legal
tender seem like a better bet than a more traditional value-holding commodity such as gold? For one thing,
converting Venezuelan bolivars into Bitcoin is simply a lot easier for ordinary folksanyone with access to
the Internet can do it. Because Bitcoin has no physical form, you dont have to stash it somewhere unsafe
like a mattress or, in Venezuelas case, a bank. Of course, Bitcoin doesnt have a stable value, either. But
while the bolivar has nose-dived, the value of a Bitcoin is at least trending ever upward. In a country where
inflation is expected to exceed 2,300 percent in 2018 (according to the International Monetary Fund), it
seems like a reasonable risk to take.
Zimbabweans have the opposite problem. After ditching its own currency for the U.S. dollar, the country
now relies on currency imports to run its economyand its facing a shortage. Bitcoin is now common
enough that its even accepted by car dealers.
2 WHERE DOES THE VALUE OF A CRYPTOCURRENCY COME FROM?
Some experts say that a cryptocurrency like Bitcoin has value because of its security (the Bitcoin blockchain
has never been hackedyet) or its mathematically imposed scarcity (a fixed supply of 21 million Bitcoins
means they can never be devalued by printing more money). Others say that they have intrinsic value
because mining them is tedious work that makes the network strongerin other words, theres value in ef
ort. But what about cryptocurrencies that arent mined? According to Christian Catalini of the Massachusetts
Institute of Technology, value comes from consensus. We all agree it has value. In this sense,
cryptocurrencies may have more in common with social networks than with central banks. Money is a way
for society to keep track of checks and balances, Catalini says. If cryptocurrencies end up being a better
way to track information, their value is securedwhether they represent a physical asset or just a number.
77% of the global financial services industry is expected to adopt blockchain as part of a production system
or process by 2020, according to PwC.
SO, BITCOIN: THE FUTURE OR A FLASH IN THE PAN?
Bitcoin is the worlds most popular digital currency. But its also wildly speculative, and many financial
experts point to its legendary volatility: the currencys value has risen more than 10-fold since 2016, but it
lost 40 percent of its value in a span of two weeks in September 2017only to regain
(and surpass) it just as quickly. (Who knows what it will be by the time you read this.) To others, the
networks technical limitationsit is sluggish at handling transactionscombined with its unsustainable
mining costs make it the equivalent of a financial time bomb. We dont bet on Bit-coin, says Charlie Morris,
chief investment officer of Next-Block Global, a firm that invests in blockchain technology.
Bitcoin legitimized the basic economics of a global cryptocurrency. But the next-largest altcoin may have
more staying power: Ether is less a cash like currency than a blockchain asset, as Morris calls it, used to
power and secure the Ethereum network. Much like renting virtual servers in Googles cloud, developers
who want to create applications using Ethereums blockchain must pay for access in tokens of Ether. The
more useful Ethereum becomes as a mainstream platform, the more stable and valuable Ether becomes,
too. New currencies and platforms are very likely to emergethe race for prominence has only just begun.
ARE WE FACING THE END OF CASH?
It may seem that printed money is headed for the same fate as newspapers. But experts say that cash is
far from dead. Were still using great piles of paper to pay for things like international shipping of sea
containers, says Vinay Gupta, CEO of Mattereum, a legal services firm for smart contracts. The system
is not so broken that people are willing to tear it up. The trouble with Bitcoin and Ether is that while they
can function as a store of value or unit of exchange, theyre not accepted as legal tender in enough places
to compete with cash. In places such as Kenya, where few people have traditional bank accounts and
mobile money services such as M-Pesa have made saving and sending money by phone much easier
than exchanging physical cash, cryptocurrencies might seem like a natural fit. But mining still requires a lot
of processing powernot a common resource in Africa, where inexpensive feature phones outsell
smartphones and not many own PCs. The computations required to secure blockchain transactions could,
in theory, happen on your old Nokia SIM card, Gupta says. Still, cold, hard paper wont soon disappear.
3. IS THE BLOCKCHAIN A NEW KIND OF INTERNET?
Not quite, because the blockchain itself requires the Internet to support and maintain its peer-to-peer
network. Its also important to note that when people talk informally about the blockchain, theyre almost
always referring to the specific system that Nakamoto implemented to support Bit-coin. The Bitcoin
blockchain was the first distributed ledger system that didnt require a centralized server or organization to
support it. Its still one of the biggest: as of November 2017 it contains more than 130 gigabytes (140 billion
bytes) of information, and every new transaction increases its size. But thats still many orders of magnitude
smaller than the amount of data on the Internet, which is estimated to be on the yottabyte scale (1024, or
septillions of bytes).
IS THE BLOCKCHAIN A NEW KIND OF INTERNET?
IF CRYPTOCURRENCIES ARE DIGITAL, WHAT POWERS THEM?
Just because cryptocurrencies have no physical attributes doesnt mean that theres no cost to using them.
The intentionally effortful process by which new Bitcoins are minedhow new transactions are added to
the ledgerrequires that the entire P2P network cycle through a mind-boggling number of random
computations to validate blockchain transactions. All of that processing requires energy.
How much energy? Start with the amount of computation. In late 2017 the Bitcoin networks hash rate
was around 10 exahashesthats 10 million trillion calculationsper second. Deriving a precise energy
estimate from that figure is impossible because the network, being decentralized, cant account for
individual nodes. But credible estimates peg the Bitcoin networks annual electricity consumption at around
27 terawatt-hoursroughly equivalent to that of Ireland. To put that in perspective, producing a years worth
of Bitcoin alone requires the equivalent of burning about 11 million tons of coal, which pours nearly 29
million tons of carbon dioxide into the atmosphere. Fueling Bitcoin by solar power would require harnessing
more than half of the entire U.S.s annual utility-scale solar capacity. Ethereums creator, Vitalik Buterin, is
currently transitioning the networks blockchain to a different validation mechanism called proof of stake,
which doesnt rely on mining at all.
Bitcoins larger, more decentralized network is unlikely to make a similar move anytime soon. But Vinay
Gupta, who designed Dubais blockchain strategy, believes that the same greed that motivates miners to
turn kilowatts into cryptocurrency will ultimately spur them to innovate their way out of this scalability
problem. Venture capitalist Charlie Morris thinks that as proof-of-stake cryptocurrencies prove their mettle
in the market, mining will become like a little blip in history, he says. People will say, Remember when
we all did thatwasnt that ridiculous?
WHERE DOES MINING ACTUALLY OCCUR?
?
?
71% of Bitcoin is mined in China; the next most active country is India, at
4 percent. Tip: Dont try mining at homealone. The task is now dominated by giant mining pools akin to
the ones in China, so the chances of a solo node mining a block today
is about one in eight million. Lone operators would spend far more on energy bills than theyd get in profits.
Want t…
Purchase answer to see full
attachment
Why Work with Us
Top Quality and Well-Researched Papers
We always make sure that writers follow all your instructions precisely. You can choose your academic level: high school, college/university or professional, and we will assign a writer who has a respective degree.
Professional and Experienced Academic Writers
We have a team of professional writers with experience in academic and business writing. Many are native speakers and able to perform any task for which you need help.
Free Unlimited Revisions
If you think we missed something, send your order for a free revision. You have 10 days to submit the order for review after you have received the final document. You can do this yourself after logging into your personal account or by contacting our support.
Prompt Delivery and 100% Money-Back-Guarantee
All papers are always delivered on time. In case we need more time to master your paper, we may contact you regarding the deadline extension. In case you cannot provide us with more time, a 100% refund is guaranteed.
Original & Confidential
We use several writing tools checks to ensure that all documents you receive are free from plagiarism. Our editors carefully review all quotations in the text. We also promise maximum confidentiality in all of our services.
24/7 Customer Support
Our support agents are available 24 hours a day 7 days a week and committed to providing you with the best customer experience. Get in touch whenever you need any assistance.
Try it now!
How it works?
Follow these simple steps to get your paper done
Place your order
Fill in the order form and provide all details of your assignment.
Proceed with the payment
Choose the payment system that suits you most.
Receive the final file
Once your paper is ready, we will email it to you.
Our Services
No need to work on your paper at night. Sleep tight, we will cover your back. We offer all kinds of writing services.
Essays
No matter what kind of academic paper you need and how urgent you need it, you are welcome to choose your academic level and the type of your paper at an affordable price. We take care of all your paper needs and give a 24/7 customer care support system.
Admissions
Admission Essays & Business Writing Help
An admission essay is an essay or other written statement by a candidate, often a potential student enrolling in a college, university, or graduate school. You can be rest assurred that through our service we will write the best admission essay for you.
Reviews
Editing Support
Our academic writers and editors make the necessary changes to your paper so that it is polished. We also format your document by correctly quoting the sources and creating reference lists in the formats APA, Harvard, MLA, Chicago / Turabian.
Reviews
Revision Support
If you think your paper could be improved, you can request a review. In this case, your paper will be checked by the writer or assigned to an editor. You can use this option as many times as you see fit. This is free because we want you to be completely satisfied with the service offered.