Jump to content

Ethereum

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by David Gerard (talk | contribs) at 14:08, 6 June 2016 (Undid revision 723991326 by Jtbobwaysf (talk) see WP:OVERLINK - already in body once). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Ethereum
Original author(s)Vitalik Buterin, Gavin Wood
Developer(s)Gavin Wood, Jeffrey Wilcke, Vitalik Buterin, et al.
Initial release30 July 2015
Repository
Operating systemClients available for Linux, Windows, OS X, POSIX
TypeDecentralized computing
LicenseMultiple open-source licenses
Websitewww.ethereum.org

Ethereum is a public blockchain platform with programmable transaction functionality.[1][2] It provides a decentralized virtual machine that can execute peer-to-peer contracts using a cryptocurrency called Ether.

Ethereum was initially proposed by Vitalik Buterin in late 2013 and in 2014 he described it as "A Next-Generation Cryptocurrency and Decentralized Application Platform".[3] Development was funded by a crowd sale in August 2014.[4]

History

Ethereum was initially described in a white paper by Russian Canadian Vitalik Buterin, a programmer involved with Bitcoin, in late 2013 with a goal of building decentralized applications.[5][6][7] As opposed to other "bitcoin 2.0" projects that were being built on top of the Bitcoin protocol, Ethereum created its own blockchain to provide greater development flexibility by inclusion of a Turing complete programming language.[8] In March 2014, Ethereum was described as being part of a group of projects with the potential to extend blockchain use beyond bitcoin's peer-to-peer money system.[9] While there was early praise for the technical innovations of Ethereum, questions were also raised about its security and scalability.[8] Buterin won the World Technology Award in 2014 for the co-creation and invention of Ethereum.[10]

Initial funding for the Ethereum project was provided by a public crowdsale that occurred in July and August 2014.[4][7]

Ethereum's live blockchain was launched on 30 July 2015.[11] The Ethereum software project was initially developed by a Swiss company, Ethereum Switzerland GmbH (EthSuisse)[12] and a Swiss non-profit foundation, the Ethereum Foundation.[4]

By May 2016, Ethereum's value token, ether, was worth more than US$1 billion and Vox noted that the relatively new digital currency was challenging bitcoin by offering a range of services that are not possible using bitcoin.[13]

Ether

Ether
Unit
SymbolΞ[14][non-primary source needed], ETH
Denominations
Subunit
 10−3finney
 10−6szabo
 10−18wei
Demographics
Date of introduction30 July 2015[11]Genesis block
User(s)Worldwide
Issuance
Currency typeCryptocurrency
 Websitewww.ethereum.org
Valuation
Issuance modelDisinflation[15][non-primary source needed]

The value token of the Ethereum blockchain is called ether. It is traded on cryptocurrency exchanges like any other cryptocurrency;[16] Buterin himself sold 25% of his ETH holding in April 2016,[17] describing this diversification as "sound financial planning."[18] Ether is used to pay for computational services on the Ethereum network.[19]

Ethereum system

Overview

Organizations suffer from hard-to-maintain and often incompatible databases and the high transaction costs of getting them to talk to each other. Ethereum proposes to solve this problem through adding a programming language that allows users to write more sophisticated smart contracts, which essentially are a set of rules running on the blockchain.[20]

Smart contracts

Smart contracts are applications with a state stored in the blockchain. They can facilitate, verify, or enforce the negotiation or performance of a contract, or that make a contractual clause unnecessary. Ethereum contracts can be implemented in various Turing complete scripting languages,[21] compiled into bytecode for the Ethereum Virtual Machine (EVM) before being deployed to the blockchain.[22]: 286–287  The platform charges a certain amount of ether per computation.[22]: 288  The Ethereum system has been described by the New York Times as "a single shared computer that is run by the network of users and on which resources are parceled out and paid for by Ether."[23]

As the instructions are hosted and executable on the blockchain, none of the involved parties can control or moderate the smart contract during the contract or after its terms have come to pass.[24] Smart contracts operating on a public blockchain could allow organizations to cooperate without the need to trust each other. For example, a company could create invoices that automatically execute payment when a shipment arrives or share certificates which automatically send their owners dividends if profits reach a certain level.[20]

Programming languages

The Ethereum Virtual Machine (EVM) works on a protocol defined in the Ethereum Yellow paper. Solidity is the JavaScript-like programming language designed for developing smart contracts that run on the Ethereum Virtual Machine (EVM). Solidity is compiled to bytecode which is executable on the EVM. Using Solidity, developers can write applications that implement self-enforcing business logic embodied in smart contracts.[25] Enterprise software vendors such as Microsoft and ConsenSys have also created systems that translate common programming languages such as Visual Basic into Solidity coded smart contracts.[25]

Performance

In Ethereum all smart contracts are stored publicly on every node of the blockchain, which has trade-offs.[26] The downside is that performance issues arise in that every node is calculating all the smart contracts in real time, resulting in slower speeds and redundant processing.[26] Ethereum engineers have been working on sharding the calculations, but no solution is present at this time.[26] As of January 2016, the Ethereum protocol can only process 25 transactions per second.[26][needs update]

Uses

The Ethereum platform has multiple uses other than the Ether cryptocurrency. Distributed Autonomous Organizations have used the Ethereum platform to raise funds and enable voting.[27] By March 2016, companies developing for the Ethereum distributed application platform included Microsoft, IBM, and JPMorgan Chase.[23]

In hypothetical uses, higher-level software could theoretically utilize Ethereum to establish an online marketplace platform.[4] Ethereum may be suitable for implementing many types of contracts, such as security protocol logic[22]: 288  or financial derivatives.

Applications

Ethereum has been used as a platform for decentralized applications, decentralized autonomous organizations and smart contracts.[23][28] The scope of applications include projects related to finance, the internet-of-things, identity management,[29] farm-to-table produce, electricity sourcing and pricing, and sports betting.[23] Decentralized autonomous organizations may enable a wide range of possible business models that were previously impossible or too costly to run.[30] Notable Ethereum applications include:

  • Augur decentralized, distributed prediction market software.[31]
  • ConsenSys, a blockchain startup focused on Ethereum technology is developing both enterprise software and Dapps.[32]
  • The DAO,[33] with the objective to "provide a new decentralized business model for organizing both commercial and non-profit enterprises".[27][34]
  • Backfeed, socioeconomic platform[35]
  • Ethcore, an Ethereum-based private venture focusing on light clients and Internet of Things (IoT).[36]
  • FreeMyVunk, a gaming value platform.[37]
  • The Rudimental, an equity crowdfunding portal for arts and media.[38]
  • TransActive Grid[39]
  • Slock.It, a system for building smart locks with Ethereum.[40]
  • Etheropt, a decentralized options exchange.[41]
  • Digix[4] A value token, called DigixDAO has also been created and the token began trading on exchanges on 28 April 2016.[42][43]
  • Ujo Music.[44] Imogen Heap used the technology with her single "Tiny Human".[44]

Enterprise software

Ethereum is also being either tested or implemented by enterprise software companies for various applications.

  • Deloitte and ConsenSys announced plans in 2016 to create a digital bank called Project ConsenSys.[45]
  • R3 Project, which connects 11 banks to distributed ledger using a private Ethereum blockchain running on Microsoft Azure.[46]
  • IBM ADEPT, an IoT system using Ethereum for smart contracts support.[47]
  • Microsoft Visual Studio is making the Ethereum Solidity language available to application developers.[48]
  • Ethereum Blockchain As a Service (EBaaS) on Microsoft Azure, which provides enterprise clients and developers with a cloud-based blockchain developer environment.[32]

Cryptocurrency

Ether (ETH) can also be used in itself as a cryptocurrency, in a manner similar to Bitcoin, although it is less widely accepted.

Adoption

The New York Times noted in March 2016 that Ethereum platform adoption is still early, and that Ethereum could encounter technical and legal problems going forward that would slow the growth of the distributed computing platform. Many Bitcoin advocates say that Ethereum may "face more security problems than Bitcoin because of the greater complexity of the software. Thus far, Ethereum has faced much less testing, and many fewer attacks, than Bitcoin."[23]

A New York Times article had this to say about Ethereum, "The system is complicated enough that even people who know it well have trouble describing it in plain English".[49]

Microsoft announced a partnership with ConsenSys, a blockchain startup focused on Ethereum technology. Customers of popular cloud-based business service Microsoft Azure have access to tools that "allow them to experience and build with cloud-based blockchain applications, from securities trading to cross-border payments...".[50]

References

  1. ^ Gray, Jeff (7 April 2014). "Bitcoin believers: Why digital currency backers are keeping the faith". The Globe and Mail. Phillip Crawley. Retrieved 17 February 2016.
  2. ^ Vigna, Paul (28 October 2015). "BitBeat: Microsoft to Offer Ethereum-Based Services on Azure". The Wall Street Journal (Blog). News Corp. Retrieved 17 February 2016.
  3. ^ "A Next-Generation Cryptocurrency and Decentralized Application Platform". Bitcoin Magazine. Retrieved 6 May 2016.
  4. ^ a b c d e Aitken, Roger (23 April 2016). "Digital Gold 'Done Right' With DigixDAO Crypto-Trading On OpenLedger". Forbes. Retrieved 28 April 2016.
  5. ^ "Out in the Open: Teenage Hacker Transforms Web Into One Giant Bitcoin Network". Wired. 27 January 2014. Retrieved 14 May 2016.
  6. ^ Antonopoulos, Andreas M. (20 December 2014). "#4. Keys, Addresses, and Wallets". Mastering Bitcoin: Unlocking Digital Cryptocurrencies. O'Reilly Media. p. 82. ISBN 978-1449374044.
  7. ^ a b Schneider, Nathan (7 April 2014). "Code your own utopia: Meet Ethereum, bitcoin's most ambitious successor". Al Jazeera. Retrieved 21 February 2016.
  8. ^ a b Finley, Klint (27 January 2014). "Out in the Open: Teenage Hacker Transforms Web Into One Giant Bitcoin Network". Wired. Retrieved 21 March 2016.
  9. ^ Kharif, Olga. "Bitcoin 2.0 Shows Technology Evolving Beyond Use as Money". Bloomberg. Retrieved 21 March 2016.
  10. ^ "The 2014 World Technology Award Winners". World Technology Network. Retrieved 19 November 2014.
  11. ^ a b Caffyn, Grace (30 July 2015). "Ethereum Launches Long-Awaited Decentralized App Network". CoinDesk. Retrieved 12 April 2016.
  12. ^ Schmid, Valentin (10 May 2014). "The Entrepreneur: Joe Lubin, COO of Ethereum". Epoch Times. Retrieved 31 March 2016.
  13. ^ Lee, Timothy B. (24 May 2016). "Ethereum, explained: why Bitcoin's stranger cousin is now worth $1 billion". Vox. Retrieved 25 May 2016.
  14. ^ "The symbol for Ether is..." Ethereum Forum. 7 June 2014. Retrieved 14 August 2014.
  15. ^ "The Issuance Model in Ethereum". Ethereum Blog.
  16. ^ Sier, Jessica (11 February 2016). "Bitcoin rival Ethereum's price skyrockets". Australian Financial Review. Retrieved 22 February 2016.
  17. ^ Buntinx, JP (23 April 2016). "Ethereum Developer Vitalik Buterin Sold 25% Of His Coins". The Merkle. Retrieved 27 April 2016.
  18. ^ "Vitalik Buterin Sold a Quarter of His ETH Tokens". ForkLog Magazine. 26 April 2016. Retrieved 27 April 2016.
  19. ^ http://www.nytimes.com/2016/03/28/business/dealbook/ethereum-a-virtual-currency-enables-transactions-that-rival-bitcoins.html?_r=0 Retrieved June-3-2016
  20. ^ a b "The great chain of being sure about things". The Economist. 31 October 2015. Retrieved 4 May 2016.
  21. ^ Jon, Evans. "Vapor No More: Ethereum Has Launched". techcrunch.com. Retrieved 25 February 2016.
  22. ^ a b c Narayanan, Arvind; Bonneau, Joseph; Felten, Edward; Miller, Andrew; Goldfeder, Steven (9 February 2016). "Bitcoin and Cryptocurrency Technologies" (PDF) (Textbook draft). cloudfront.net. Retrieved 23 February 2016.
  23. ^ a b c d e Popper, Nathaniel (27 March 2016). "Ethereum, a Virtual Currency, Enables Transactions That Rival Bitcoin's". The New York Times. Retrieved 1 April 2016.
  24. ^ DeRose, Chris (13 March 2016). "Bitcoin and Public Blockchains Will Power the Smart Contracts Revolution". CoinDesk. Retrieved 4 May 2016.
  25. ^ a b Allison, Ian (30 March 2014). "Microsoft adds Ethereum language Solidity to Visual Studio". International Business Times. Retrieved 11 May 2016.
  26. ^ a b c d Allison, Ian (25 January 2016). "How are banks actually going to use blockchains and smart contracts?". International Business Times. Retrieved 4 May 2016.
  27. ^ a b Allison, Ian (30 April 2016). "Ethereum reinvents companies with launch of The DAO". International Business Times. Retrieved 1 May 2016.
  28. ^ Allison, Ian (20 January 2016). "R3 connects 11 banks to distributed ledger using Ethereum and Microsoft Azure". International Business Times. Retrieved 23 February 2016.
  29. ^ "What is Ethereum? • Coin Center". Coin Center. Retrieved 20 March 2016.
  30. ^ "Decentralized Autonomous Organizations: Ethereum Sparks Up Googles of Tomorrow".
  31. ^ "Blockchain Prediction Market Augur Enters Beta". Coindesk.com. 14 March 2016. Retrieved 29 May 2016.
  32. ^ a b Prisco, Giulio. "Microsoft Launches Ethereum Blockchain as a Service (EBaaS) at Devcon, Boosts Ethereum". Bitcoin Magazine.
  33. ^ Rennie, Ellie (12 May 2016). "The radical DAO experiment". Swinburne News. Swinburne University of Technology. Retrieved 12 May 2016. When it reaches the end of the funding phase on May 28, it will begin contracting blockchain-based start-ups to create innovative technologies. The extraordinary thing about The DAO is that no single entity owns it, and it has no conventional management structure or board of directors.
  34. ^ Vigna, Paul (16 May 2016). "Chiefless Company Rakes In More Than $100 Million". The Wall Street Journal. Retrieved 16 May 2016.
  35. ^ Weinglass, Simona (19 August 2015). "Backfeed wants to decentralize the Internet and help you earn what you deserve". Geektime.com. Retrieved 24 March 2016.
  36. ^ "Ethcore Announces Pre-release Of Its Blockchain Technology Suite 'Parity'". EconoTimes. 11 February 2016. Retrieved 24 March 2016.
  37. ^ Allison, Ian (22 December 2015). "Game-changers FreeMyVunk and Digix allow video gamers to trade virtual assets for physical gold". International Business Times. Retrieved 24 March 2016.
  38. ^ Parker (11 February 2016). "Interview with Troy Murray, CEO of The Rudimental". Sebfor.com. Retrieved 24 March 2016.
  39. ^ Rutkin, Aviva (2 March 2016). "Blockchain-based microgrid gives power to consumers in New York". New Scientist. Retrieved 24 March 2016.
  40. ^ Allison, Ian. "Ethereum-based Slock.it reveals first ever lock opened with money". International Business Times UK.
  41. ^ "Decentralized Options Exchange Etheropt Uses Automated Ethereum Smart Contract".
  42. ^ "DigixDAO Token Trading to Launch on Gatecoin". Smith+Crown. 27 April 2016. Retrieved 29 May 2016.
  43. ^ Buntinx, JP (28 April 2016). "DigixDAO DGD Assets To Be Listed on OpenLedger". The Merkle. Retrieved 29 May 2016.
  44. ^ a b Allison, Ian (4 October 2015). "Imogen Heap shows how smart music contracts work using Ethereum". International Business Times. Retrieved 24 March 2016.
  45. ^ Allison, Ian (3 May 2016). "Deloitte to build Ethereum-based 'digital bank' with New York City's ConsenSys". International Business Times.
  46. ^ Allison, Ian (20 January 2016). "R3 connects 11 banks to distributed ledger using Ethereum and Microsoft Azure". International Business Times.
  47. ^ "IBM Reveals Proof of Concept for Blockchain-Powered Internet of Things". CoinDesk.
  48. ^ "Hyperledger blockchain code almost comes together for IoT". Rethink Research. Retrieved 23 April 2016.
  49. ^ "Ethereum, a Virtual Currency, Enables Transactions That Rival Bitcoin's". The New York Times. 28 March 2016. Retrieved 20 May 2016.
  50. ^ http://blogs.wsj.com/moneybeat/2015/10/28/bitbeat-microsoft-to-offer-ethereum-based-services-on-azure/ Retrieved July-3-2015