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 193.239.14.164 (talk) at 21:20, 25 July 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Revision as of 21:20, 25 July 2016 by 193.239.14.164 (talk)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Ethereum Classic
The Ethereum Classic Project's logo, first used in 2014.
Initial release30 July 2015
Repository
Operating systemClients available for Linux, Windows, OS X, POSIX
TypeDecentralized computing
LicenseMultiple open-source licenses
Websitewww.ethereum.org

Ethereum Classic is a public blockchain-based distributed computing platform, featuring smart contract functionality. It provides a decentralized virtual machine, the Ethereum Virtual Machine (EVM), that can execute peer-to-peer contracts using a cryptocurrency called ether.

Ethereum Classic was initially proposed in late 2013 by Vitalik Buterin, a cryptocurrency researcher and programmer. Development was funded by an online crowd sale during July–August 2014. The Ethereum platform was officially launched at July 30, 2015, and is actively developed.

After a hardfork of the blockchain in 2016, there are 2 active blockchains and 2 coins in result of that Hardfork = Ether (ETH) and EtherClassic (ETC) both trade on cryptocurrency exchanges like poloniex.


History

Origin

Ethereum Classic 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, describing it as "a next-generation cryptocurrency and decentralized application platform," believed that many applications could benefit from Bitcoin-like software.

While there was early praise for the technical innovations of Ethereum, questions were also raised about its security and scalability. Buterin won the World Technology Award in 2014 for the co-creation and invention of Ethereum.

Launch

Initial funding for the Ethereum Classic project was provided by a public crowdsale in July and August 2014, with the participants buying the ether with bitcoins. The total amount raised by the closure of the event at September 2, 2014 was $18,439,086 worth of bitcoins.

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

By May 2016, the market capitalization of the cryptocurrency ether was 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.

The DAO and the blockchain fork

On June 17, 2016 The DAO, which had been hailed as a revolutionary use of Ethereum that demonstrated the potential for the platform, was hacked and around a third of the ether held by The DAO, worth about $50 million at the time, was moved into a clone of The DAO that likely prevented the hacker from withdrawing the ether 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, The DAO was shut down, and Ethereum hard-forked (a backward-incompatible change) to reverse the hack and return The DAO funds, with some controversy. This was the first fork of any mainstream blockchain to be for the purpose of making reparations to investors in a failed enterprise.

Around 5% of the Ethereum mining power rejected the hard fork and continued on the old blockchain. This created a new cryptocurrency, Ethereum Classic (ETC), which is traded on Poloniex and Bitfinex. One mining pool representative threatened to launch a 51% attack on the Classic fork, with the aim to "make Ethereum more successful," though the company running the pool repudiated his comments.

Ether

Ether
Denominations
Subunit
 10finney
 10szabo
 10wei
Demographics
Date of introduction30 July 2015Genesis block
User(s)Worldwide
Issuance
Currency typeCryptocurrency
 Websitewww.ethereum.org
Valuation
Issuance modelDisinflation

The value token of the Ethereum blockchain is called ether. It is traded on cryptocurrency exchanges like any other cryptocurrency; it is also used to pay for transaction fees and computational services on the Ethereum network.

Controversially, Buterin sold 25% of his ETH holding in April 2016, describing this diversification as "sound financial planning," and also quoted Gavin Andresen’s statement concerning Bitcoin: "I still say that it’s an experiment, and the whole thing could implode."

As with all cryptocurrencies, the price can be volatile per circumstances, as seen during a plunge from $21.75 to under $10 following a massive security breach in The DAO, an extravagantly funded project on the Ethereum network. The DAO was hacked on June 17, 2016, with the unknown hacker eventually draining an amount of Ether tokens that initially valued upwards of $150 million.

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, or that make a contractual clause unnecessary. 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."

Smart contracts on a public blockchain mean that bugs, including security holes, are visible to all but cannot be fixed quickly; the 17 June 2016 attack on The DAO was of this sort and could not be quickly stopped or reversed, the buggy contract only being fixed by a controversial rollback of the hack transaction on the Ethereum blockchain.

Programming languages

Main article: Solidity

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. 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.

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 is present at this time. As of January 2016, the Ethereum protocol can process 25 transactions per second.

Uses

The Ethereum platform has multiple intended uses, but it is mostly used as a cryptocurrency (cryptographically-secured value transfer system). By March 2016, companies developing for the Ethereum distributed application platform were being birthed around the technology, although previously-established interested parties included Microsoft, IBM, and JPMorgan Chase.

Hypthetically, higher-level software could utilize Ethereum to establish an online marketplace platform, as has been the case with many other cryptocurrencies.

Applications

Ethereum has been used as a platform for decentralized applications, decentralized autonomous organizations and smart contracts. The intended scope of applications include projects related to finance, the internet-of-things, identity management, 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. Notable Ethereum applications include:

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

It is worth noting that most "real-world applications" (RWAs) of this technology have been limited by the nature of the consensus mechanisms inherent in blockchain technology. Currently, the "trustless" nature of the system conflicts with the necessary trust in information derived from untrustworthy sources (generally sources outside the blockchain, such as physical sensing instruments). Developers attempting to create a system that interacts with the physical world need a trustless source of information about the real world. This is in direct conflict with the nature of blockchain consensus, in which everything is proven and verified internally as per the algorithmic behavior of the code(s) being utilized. In short, without a method for proving through consensus the validity of information fed into the blockchain, RWAs are fundamentally limited in their scope and ability to interact with the physical world.

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.
  • R3 Project, which connects 11 banks to distributed ledger using a private Ethereum blockchain running on Microsoft Azure.
  • IBM ADEPT, an IoT system using Ethereum for smart contracts support.
  • Microsoft Visual Studio is making the Ethereum Solidity language available to application developers.
  • Ethereum Blockchain As a Service (EBaaS) on Microsoft Azure, which provides enterprise clients and developers with a cloud-based blockchain developer environment.
  • Innovate UK provided 248,000GBP in funding to Tramonex to develop cross border payments prototype using Ethereum.

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."

A New York Times article said, "The system is complicated enough that even people who know it well have trouble describing it in plain English".

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 third-party tools that "allow them to experience and build with cloud-based blockchain applications, from securities trading to cross-border payments".

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. ^ Aitken, Roger (23 April 2016). "Digital Gold 'Done Right' With DigixDAO Crypto-Trading On OpenLedger". Forbes. Retrieved 28 April 2016.
  4. https://github.com/ethereum/wiki/White-Paper
  5. "Out in the Open: Teenage Hacker Transforms Web Into One Giant Bitcoin Network". Wired. 27 January 2014. Retrieved 14 May 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. "A Next-Generation Cryptocurrency and Decentralized Application Platform". Bitcoin Magazine. Retrieved 6 May 2016.
  8. ^ Finley, Klint (27 January 2014). "Out in the Open: Teenage Hacker Transforms Web Into One Giant Bitcoin Network". Wired. Retrieved 21 March 2016.
  9. "The 2014 World Technology Award Winners". World Technology Network. Retrieved 19 November 2014.
  10. ^ Caffyn, Grace (30 July 2015). "Ethereum Launches Long-Awaited Decentralized App Network". CoinDesk. Retrieved 12 April 2016.
  11. Schmid, Valentin (10 May 2014). "The Entrepreneur: Joe Lubin, COO of Ethereum". Epoch Times. Retrieved 31 March 2016.
  12. Lee, Timothy B. (24 May 2016). "Ethereum, explained: why Bitcoin's stranger cousin is now worth $1 billion". Vox. Retrieved 25 May 2016.
  13. ^ Popper, Nathaniel (17 June 2016). "Hacker May Have Taken $50 Million From Cybercurrency Project". The New York Times.
  14. ^ Price, Rob (17 June 2016). "Digital currency Ethereum is cratering amid claims of a $50 million hack". Business Insider.
  15. ^ Klint Finley for Wired. June 18, 2016 A $50 Million Hack Just Showed That The Dao Was All Too Human
  16. ^ 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.
  17. ^ Vigna, Paul (20 July 2016). "Ethereum Gets Its Hard Fork, and the 'Truth' Gets Tested". Moneybeat. The Wall Street Journal. Retrieved 20 July 2016.
  18. "Ethereum Hard Fork Creates Competing Currencies as Support for Ethereum Classic Rises". Coindesk. Retrieved 24 July 2016.
  19. "The Issuance Model in Ethereum". Ethereum Blog.
  20. Sier, Jessica (11 February 2016). "Bitcoin rival Ethereum's price skyrockets". Australian Financial Review. Retrieved 22 February 2016.
  21. ^ Nathaniel Popper for the New York Times. March 27, 2016 Ethereum, a Virtual Currency, Enables Transactions That Rival Bitcoin’s
  22. Buntinx, JP (23 April 2016). "Ethereum Developer Vitalik Buterin Sold 25% Of His Coins". The Merkle. Retrieved 27 April 2016.
  23. "Vitalik Buterin Sold a Quarter of His ETH Tokens". ForkLog Magazine. 26 April 2016. Retrieved 27 April 2016.
  24. Jon, Evans. "Vapor No More: Ethereum Has Launched". techcrunch.com. Retrieved 25 February 2016.
  25. "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.
  26. 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.
  27. ^ Allison, Ian (30 March 2014). "Microsoft adds Ethereum language Solidity to Visual Studio". International Business Times. Retrieved 11 May 2016.
  28. ^ Allison, Ian (25 January 2016). "How are banks actually going to use blockchains and smart contracts?". International Business Times. Retrieved 4 May 2016.
  29. ^ Allison, Ian (20 January 2016). "R3 connects 11 banks to distributed ledger using Ethereum and Microsoft Azure". International Business Times. Retrieved 23 February 2016.
  30. "What is Ethereum? • Coin Center". Coin Center. Retrieved 20 March 2016.
  31. Bordet, Julián (21 March 2016). "Decentralized Autonomous Organizations: Ethereum Sparks Up Googles of Tomorrow". The Cointelegraph. Retrieved 21 July 2016.
  32. "Blockchain Prediction Market Augur Enters Beta". Coindesk.com. 14 March 2016. Retrieved 29 May 2016.
  33. ^ Prisco, Giulio. "Microsoft Launches Ethereum Blockchain as a Service (EBaaS) at Devcon, Boosts Ethereum". Bitcoin Magazine.
  34. 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.
  35. ^ Allison, Ian (30 April 2016). "Ethereum reinvents companies with launch of The DAO". International Business Times. Retrieved 1 May 2016.
  36. Vigna, Paul (16 May 2016). "Chiefless Company Rakes In More Than $100 Million". The Wall Street Journal. Retrieved 16 May 2016.
  37. Weinglass, Simona (19 August 2015). "Backfeed wants to decentralize the Internet and help you earn what you deserve". Geektime.com. Retrieved 24 March 2016.
  38. "Ethcore Announces Pre-release Of Its Blockchain Technology Suite 'Parity'". EconoTimes. 11 February 2016. Retrieved 24 March 2016.
  39. 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.
  40. Parker (11 February 2016). "Interview with Troy Murray, CEO of The Rudimental". Sebfor.com. Retrieved 24 March 2016.
  41. Rutkin, Aviva (2 March 2016). "Blockchain-based microgrid gives power to consumers in New York". New Scientist. Retrieved 24 March 2016.
  42. Allison, Ian. "Ethereum-based Slock.it reveals first ever lock opened with money". International Business Times UK.
  43. "Decentralized Options Exchange Etheropt Uses Automated Ethereum Smart Contract".
  44. "DigixDAO Token Trading to Launch on Gatecoin". Smith+Crown. 27 April 2016. Retrieved 29 May 2016.
  45. Buntinx, JP (28 April 2016). "DigixDAO DGD Assets To Be Listed on OpenLedger". The Merkle. Retrieved 29 May 2016.
  46. Allison, Ian (4 October 2015). "Imogen Heap shows how smart music contracts work using Ethereum". International Business Times. Retrieved 24 March 2016.
  47. Allison, Ian (3 May 2016). "Deloitte to build Ethereum-based 'digital bank' with New York City's ConsenSys". International Business Times.
  48. "IBM Reveals Proof of Concept for Blockchain-Powered Internet of Things". CoinDesk.
  49. "Hyperledger blockchain code almost comes together for IoT". Rethink Research. Retrieved 23 April 2016.
  50. "UK Government Awards £248k for Ethereum Prototype". CoinDesk.
  51. "Settlement using blockchain to Automate Foreign Exchange in a Regulated environment (SAFER)". Innovate UK.

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: