Misplaced Pages

Ethereum

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

This is an old revision of this page, as edited by Aliensyntax (talk | contribs) at 03:10, 4 May 2017 (Ethereum milestones). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Revision as of 03:10, 4 May 2017 by Aliensyntax (talk | contribs) (Ethereum milestones)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources.
Find sources: "Ethereum" – news · newspapers · books · scholar · JSTOR (April 2017) (Learn how and when to remove this message)
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Ethereum" – news · newspapers · books · scholar · JSTOR (April 2017) (Learn how and when to remove this message)

Ethereum
The Ethereum Project's logo, first used in 2014.
Initial release30 July 2015
Repository
Written inC++, Go, Rust
Operating systemClients available for Linux, Windows, macOS, POSIX, Raspbian
Platformx86, ARM
TypeDecentralized computing
LicenseMultiple open-source licenses
Websitewww.ethereum.org

Ethereum is an open-source, public, blockchain-based distributed computing platform featuring smart contract (scripting) functionality. It provides a decentralized Turing-complete virtual machine, the Ethereum Virtual Machine (EVM), which can execute scripts using an international network of public nodes. Ethereum also provides a cryptocurrency token called "ether", which can be transferred between accounts and used to compensate participant nodes for computations performed. Gas, an internal transaction pricing mechanism, is used to prevent spam and allocate resources on the network.

Ethereum was proposed in late 2013 by Vitalik Buterin, a cryptocurrency researcher and programmer. Development was funded by an online crowdsale during July–August 2014. The system went live on 30 July 2015.

History

Origin

Ethereum was initially described in a white paper by Vitalik Buterin, a programmer involved with Bitcoin, in late 2013 with a goal of building decentralized applications. Buterin had argued that Bitcoin needed a scripting language for application development. Failing to gain agreement, he proposed development of a new platform with a more general scripting language.

The Ethereum software project was initially developed in early 2014 by a Swiss company, Ethereum Switzerland GmbH (EthSuisse). Subsequently, a Swiss non-profit foundation, the Ethereum Foundation (Stiftung Ethereum) was set up as well. Development was funded by an online public crowdsale during July–August 2014, with the participants buying the Ethereum value token (ether) with another digital currency, bitcoin. While there was early praise for the technical innovations of Ethereum, questions were also raised about its security and scalability.

Launch

Ethereum's live blockchain was launched on 30 July 2015. The initial version of Ethereum—called "Frontier"—uses a proof of work consensus algorithm, although a later version is expected to replace that with a proof of stake algorithm.

Ethereum milestones

Since the initial launch, the Ethereum network has undergone several planned protocol upgrades called milestones, which are important changes affecting the overall design or functionality of the platform.

Version Code name Release date
Old version, no longer maintained: 0 Olympic May, 2015
Old version, no longer maintained: 1 Frontier July 30, 2015
Current stable version: 2 Homestead March 14, 2016
Future release: 3 Metropolis n.d.
Future release: 4 Serenity n.d.
Legend:Old version, not maintainedOld version, still maintainedLatest versionLatest preview versionFuture release

Features

Ether

Ether
Unit
SymbolΞ or ETH‎
Demographics
User(s)Worldwide
Issuance
Currency typeCryptocurrency

The value token of the Ethereum blockchain is called ether. It is listed under the diminutive ETH and traded on cryptocurrency exchanges. It is also used to pay for transaction fees and computational services on the Ethereum network.

Tokens can be volatile per circumstances, such as ether's plunge from $21.50 to $8 when The DAO was hacked on June 17, 2016.

Ethereum Virtual Machine

The Ethereum Virtual Machine (EVM) is the runtime environment for smart contracts in Ethereum. The opcodes available to the EVM are specified in the Ethereum Yellow Paper by Gavin Wood. It is sandboxed and also completely isolated from the network, filesystem or other processes of the host computer system. Every Ethereum node in the network runs an EVM implementation and executes the same instructions. Ethereum Virtual Machines have been implemented in go, C++, Python, Ruby, and WebAssembly (currently under development).

Smart contracts

Main article: Smart contract

Smart contracts are applications with a state stored in the blockchain. They can facilitate, verify, or enforce the negotiation or performance of a contract. Ethereum contracts can be implemented in various Turing complete scripting languages. 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."

Contracts on the public blockchain

As the contracts can be public, it opens up the possibility to prove functionality, e.g. self-contained provably fair casinos.

One issue related to using smart contracts on a public blockchain is that bugs, including security holes, are visible to all but cannot be fixed quickly. One example of this is the 17 June 2016 attack on The DAO, which could not be quickly stopped or reversed.

There is ongoing research on how to use formal verification to express and prove non-trivial properties. A Microsoft Research report noted that writing solid smart contracts can be extremely difficult in practice, using The DAO hack to illustrate this problem. The report discussed tools that Microsoft had developed for verifying contracts, and noted that a large-scale analysis of published contracts is likely to uncover widespread vulnerabilities. The report also stated that it is possible to verify the equivalence of a Solidity program and the EVM code.

Programming languages

Main article: Solidity

Smart contracts can be written in Solidity, Serpent and Viper (derivatives of Python), and LLL. The EVM also runs on Mutan (deprecated). The smart contracts are subsequently compiled into the EVM bytecode and deployed to run on the Ethereum blockchain.

Performance

In Ethereum all smart contracts are stored publicly on every node of the blockchain, which has trade-offs. The downside is that performance issues arise in that every node is calculating all the smart contracts in real time, resulting in slower speeds. Ethereum engineers have been working on sharding the calculations, but no solution had been detailed by early 2016. As of January 2016, the Ethereum protocol could process 25 transactions per second. In September 2016, Buterin presented proposals to increase scalability.

Use cases

The Ethereum platform has multiple proposed uses. Bloomberg describes it as "shared software that can be used by all but is tamperproof." Ethereum is used as a platform for decentralized applications, decentralized autonomous organizations and smart contracts, with "dozens of functioning applications built" on it by March 2016 according to the New York Times. The intended scope of applications include projects related to finance, the internet-of-things, farm-to-table produce, electricity sourcing and pricing, and sports betting. Decentralized autonomous organizations may enable a wide range of possible business models that were previously impossible or too costly to run.

Ecosystem

These projects listed in this section are not exhaustive and may be outdated.

Clients and wallets

  • Geth — Client implementation in Go.
  • Parity — Client implementation in Rust.
  • cpp-ethereum — Client implementation in C++.
  • Mist — Desktop wallet.
  • MyEtherWallet — Web wallet.
  • Jaxx — Web wallet.
  • Ledger Nano — Hardware wallet

Decentralized applications

Enterprise software

Ethereum is being tested by enterprise software companies for various applications. Interested parties include Microsoft, IBM, JPMorgan Chase, Deloitte, R3, Innovate UK (cross-border payments prototype)

Permissioned ledgers

Ethereum is used and being investigated as a permissioned blockchain in various projects.

  • J.P. Morgan Chase is developing a blockchain, atop Ethereum. The system, dubbed "Quorum," is designed to toe the line between private and public in the realm of shuffling derivatives and payments. The idea is to satisfy regulators who need seamless access to financial goings-on, while protecting the privacy of parties that don’t wish to reveal their identities nor the details of their transactions to the general public.
  • Royal Bank of Scotland has announced that it has built a Clearing and Settlement Mechanism (CSM) based on the Ethereum distributed ledger and smart contract platform. According to a technical paper, "The test results evidenced a throughput of 100 payments per second, with 6 simulated banks, and a single trip mean time of 3 seconds and maximum time of 8 seconds. This is the level appropriate for a national level domestic payments system".

Criticism

The DAO hard fork controversy

In June 2016, The DAO, a platform for the autonomous governance of investment capital, was found to contain an unexpected code path which allowed the withdraw of an arbitrary amount of funds from the DAO. This was exploited by an unknown party on the 16th of June, who managed to move about one third of the Ether held then by the DAO (at the time valued at 50 million USD) into a clone of the DAO, a "ChildDAO" whose control was held by only this party. As a consequence of the way the DAO was programmed, these moved funds would remain unavailable for withdrawal for about a month.

The Ethereum community debated how and whether to reclaim the ether, and whether to shut down The DAO, as the decentralised nature of The DAO and of Ethereum meant a lack of a central authority that could take quick action, instead requiring community consensus. After a few weeks' discussion, on July 20, the network majority reached sufficient consensus to hard-fork the Ethereum blockchain and make reparations to The DAO investors for their lost funds. A minority within the community refused to accept the official decision and continued with the original orphaned chain, which has now come to be known as Ethereum Classic. Ethereum Classic (ETC) has retained some users of Ethereum and has also attracted others from the wider cryptocurrency community who reject contentious forks on ideological grounds. The project is considered controversial and is generally not supported by the official post-fork blockchain and its network of developers, business partners, miners, and users.

After The DAO fork, Ethereum subsequently forked multiple times to deal with other attacks. By the end of November 2016, Ethereum had increased its DDoS protection, de-bloated the blockchain, and thwarted further spam attacks by hackers.

References

  1. ^ Understanding Ethereum (Report). CoinDesk. 24 June 2016.
  2. ConsenSys (23 June 2016). "Ethereum, Gas, Fuel, & Fees". ConsenSys Media. Retrieved 15 January 2017.
  3. ^ Aitken, Roger (23 April 2016). "Digital Gold 'Done Right' With DigixDAO Crypto-Trading On OpenLedger". Forbes. Retrieved 28 April 2016. {{cite news}}: Cite has empty unknown parameter: |dead-url= (help)
  4. "White Paper · ethereum/wiki Wiki · GitHub".
  5. ^ Finley, Klint (27 January 2014). "Out in the Open: Teenage Hacker Transforms Web Into One Giant Bitcoin Network". Wired. Retrieved 21 March 2016.
  6. Schneider, Nathan (7 April 2014). "Code your own utopia: Meet Ethereum, bitcoin's most ambitious successor". Al Jazeera. Retrieved 21 February 2016.
  7. ^ Tapscott, Don; Tapscott, Alex (May 2016). The Blockchain Revolution: How the Technology Behind Bitcoin is Changing Money, Business, and the World. ISBN 978-0670069972. {{cite book}}: |access-date= requires |url= (help)
  8. Schmid, Valentin (10 May 2014). "The Entrepreneur: Joe Lubin, COO of Ethereum". Epoch Times. Retrieved 31 March 2016.
  9. "Company Overview of Ethereum Switzerland GmbH". Bloomberg. 20 August 2016. Retrieved 20 August 2016. The company was founded in 2014 and is based in Baar, Switzerland. {{cite web}}: Check |archiveurl= value (help); Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  10. Tapscott, Don; Tapscott, Alex (May 2016). The Blockchain Revolution: How the Technology Behind Bitcoin is Changing Money, Business, and the World. p. 87. ISBN 978-0670069972. July 30, 2015, ... Ethereum ... went live. ... Ethereum is like bitcoin in that its ether motivates a network of peers to validate transactions, secure the network, and achieve consensus about what exists and what has occurred. But unlike bitcoin it contains some powerful tools to help developers and others create software services ranging from decentralized games to stock exchanges. ... a more robust scripting language for developing applications. {{cite book}}: |access-date= requires |url= (help)
  11. https://www.nytimes.com/2016/03/28/business/dealbook/ethereum-a-virtual-currency-enables-transactions-that-rival-bitcoins.html?_r=0 Retrieved September-2-2016
  12. ^ last=Asharaf|first=S.|last=Adarsh|first=S.|date=2017|title=Decentralized Computing Using Blockchain Technologies and Smart Contracts: Emerging Research and Opportunities|publisher=IGI Global|page=54-55|isbn=9781522521938
  13. ^ Nathaniel Popper for the New York Times. March 27, 2016 Ethereum, a Virtual Currency, Enables Transactions That Rival Bitcoin's
  14. ^ Price, Rob (17 June 2016). "Digital currency Ethereum is cratering amid claims of a $50 million hack". Business Insider.
  15. Ethereum Homestead Documentation
  16. Ethereum Yellow Paper by Gavin Wood
  17. Jon, Evans. "Vapor No More: Ethereum Has Launched". techcrunch.com. Retrieved 25 February 2016.
  18. "The great chain of being sure about things". The Economist. 31 October 2015. Retrieved 4 May 2016. All sorts of companies and public bodies suffer from hard-to-maintain and often incompatible databases and the high transaction costs of getting them to talk to each other. This is the problem Ethereum, arguably the most ambitious distributed-ledger project, wants to solve. ... Ethereum's distributed ledger can deal with more data than bitcoin's can. And it comes with a programming language that allows users to write more sophisticated smart contracts, allow the formation of "decentralised autonomous organisations"—virtual companies that are basically just sets of rules running on Ethereum's blockchain.
  19. Piasecki, Piotr J. (2016). "Gaming Self-Contained Provably Fair Smart Contract Casinos". Ledger. 1: 99–110. doi:10.5195/ledger.2016.29.
  20. Peck, M. (28 May 2016). "Ethereum's $150-Million Blockchain-Powered Fund Opens Just as Researchers Call For a Halt". IEEE Spectrum. Institute of Electrical and Electronics Engineers.
  21. ^ Popper, Nathaniel (17 June 2016). "Hacker May Have Taken $50 Million From Cybercurrency Project". The New York Times.
  22. "Short Paper: Formal Verification of Smart Contracts" (PDF). microsoft.com/. Microsoft. Archived from the original (PDF) on 27 August 2016. Retrieved 25 August 2016.
  23. Rauhauser, Neal (12 November 2014). "Ethereum's Brave New World". Cryptocoinnews.com. Retrieved 12 December 2016.
  24. ^ Browning, David (May 2016). Digital Siege: Why Young Entrepreneurs Are Winning Paperback. ISBN 978-1628652963. Retrieved 8 January 2017.
  25. "Ethereum High Level Languages". Ethdocs.org. Retrieved 12 September 2016.
  26. Allison, Ian (2 November 2016). "Ethereum Bug Sends Smart Contracts Back to the Drawing Board". CoinDesk.com. Retrieved 12 December 2016.
  27. ^ Allison, Ian (25 January 2016). "How are banks actually going to use blockchains and smart contracts?". International Business Times. Retrieved 4 May 2016.
  28. "Ethereum's Creator Proves Blockchain Scaling Vision is No Joke - CoinDesk". 19 September 2016.
  29. "This Is Your Company on Blockchain". Bloomberg Businessweek. Retrieved 14 September 2016.
  30. ^ Allison, Ian (20 January 2016). "R3 connects 11 banks to distributed ledger using Ethereum and Microsoft Azure". International Business Times. Retrieved 23 February 2016.
  31. Bordet, Julián (21 March 2016). "Decentralized Autonomous Organizations: Ethereum Sparks Up Googles of Tomorrow". The Cointelegraph. Retrieved 21 July 2016.
  32. "ethereum/cpp-ethereum".
  33. "A Review of The Best Ethereum Wallets".
  34. "Luxembourg Stock Exchange introduces blockchain into reporting service". 18 October 2016. Retrieved 4 November 2016.
  35. EconoTimes. "ConsenSys uPort wins International Blockchain Summit - EconoTimes". EconoTimes. Retrieved 6 February 2017.
  36. Allison, Ian (23 September 2016). "ConsenSys uPort scoops first prize in International Blockchain Summit Demo Day". International Business Times UK. Retrieved 6 February 2017.
  37. Young, Joseph. "Chronicled Introduces New Ethereum-Powered IoT Open Registry". Nasdaq.
  38. "Ethcore Announces Pre-release Of Its Blockchain Technology Suite 'Parity'". EconoTimes. 11 February 2016. Retrieved 24 March 2016.
  39. Allison, Ian. "Ethereum-based Slock.it reveals first ever lock opened with money". International Business Times UK.
  40. Allison, Ian (12 September 2016). "Decentralized Capital issuing fiat-backed digital assets on the Ethereum blockchain". International Business Times.
  41. "Santander Confirms Fiat-backed Token Project on Ethereum Blockchain". CoinTelegraph. Retrieved 15 January 2017.
  42. Buntinx, JP (28 April 2016). "DigixDAO DGD Assets To Be Listed on OpenLedger". The Merkle. Retrieved 29 May 2016.
  43. Allison, Ian (4 October 2015). "Imogen Heap shows how smart music contracts work using Ethereum". International Business Times. Retrieved 24 March 2016.
  44. "Ethereum Prediction Market Service Takes First Steps With Beta Launch - CoinDesk". CoinDesk. 17 August 2016. Retrieved 6 February 2017.
  45. "ICO Roundup 2017 by Cointelegraph: Cashing In On Blockchain Apps' Mainstream Year". CoinTelegraph. Retrieved 6 February 2017.
  46. 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.
  47. Allison, Ian (30 April 2016). "Ethereum reinvents companies with launch of The DAO". International Business Times. Retrieved 1 May 2016.
  48. Vigna, Paul (16 May 2016). "Chiefless Company Rakes In More Than $100 Million". The Wall Street Journal. Retrieved 16 May 2016.
  49. Weinglass, Simona (19 August 2015). "Backfeed wants to decentralize the Internet and help you earn what you deserve". Geektime.com. Retrieved 24 March 2016.
  50. CFA, Adam Hayes, (3 February 2017). "This New Social Network is Powered by Ethereum Technology". Investopedia. Retrieved 6 February 2017.{{cite news}}: CS1 maint: extra punctuation (link) CS1 maint: multiple names: authors list (link)
  51. 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.
  52. "Decentralized Options Exchange Etheropt Uses Automated Ethereum Smart Contract".
  53. Rutkin, Aviva (2 March 2016). "Blockchain-based microgrid gives power to consumers in New York". New Scientist. Retrieved 24 March 2016.
  54. Mizrahi, Avi (1 December 2016). "Everex Helps Migrant Workers Send Remittance Back to Myanmar via Ethereum". Finance Magnates. Retrieved 14 December 2016.
  55. Higgins, Stan. "Why a German Power Company is Using Ethereum to Test Blockchain Car Charging". CoinDesk. Retrieved 2 May 2017. {{cite news}}: Cite has empty unknown parameter: |dead-url= (help)
  56. "Hyperledger blockchain code almost comes together for IoT". Rethink Research. Retrieved 23 April 2016.
  57. Allison, Ian (3 May 2016). "Deloitte to build Ethereum-based 'digital bank' with New York City's ConsenSys". International Business Times.
  58. "UK Government Awards £248k for Ethereum Prototype". CoinDesk.
  59. "Settlement using blockchain to Automate Foreign Exchange in a Regulated environment (SAFER)". Innovate UK.
  60. Hacket, Robert. "Why J.P. Morgan Chase Is Building a Blockchain on Ethereum". Fortune.
  61. "Proving Ethereum for the Clearing Use Case" (PDF).
  62. ^ Klint Finley for Wired. June 18, 2016 A $50 Million Hack Just Showed That The Dao Was All Too Human
  63. Peck, Morgan (19 July 2016). ""Hard Fork" Coming to Restore Ethereum Funds to Investors of Hacked DAO". IEEE Spectrum: Technology, Engineering, and Science News. IEEE. Retrieved 20 July 2016.
  64. Vigna, Paul (20 July 2016). "Ethereum Gets Its Hard Fork, and the 'Truth' Gets Tested". Moneybeat. The Wall Street Journal. Retrieved 20 July 2016.
  65. Young, Joseph. "Vitalik Buterin Won't Support ETC If It Takes Over ETH". CoinTelegraph.
  66. Seaman, David. ""Ethereum Classic," Another Bitcoin Scam". Huffington Post.
  67. "ETH vs ETC - Developers Broadcast Their '100% Support for Ethereum'-- (Also just a great list of current Ethereum projects!)". Steemit.
  68. "Update on the projects that are "100% on ETH"". Reddit.
  69. Redman, Jamie (14 October 2016). "Ethereum to Hard Fork Two More Times Following Recent Attacks". Bitcoin.com. Bitcoin.com. Retrieved 22 November 2016.
  70. "Ethereum's Fourth Blockchain Fork: So Far, So Good". CoinDesk. 22 November 2016. Retrieved 7 December 2016.

External links

Cryptocurrencies
Technology
Consensus mechanisms
Proof of work currencies
SHA-256-based
Ethash-based
Scrypt-based
Equihash-based
RandomX-based
X11-based
Other
Proof of stake currencies
ERC-20 tokens
Stablecoins
Other currencies
Inactive currencies
Crypto service companies
Related topics
Categories: