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 01:26, 16 May 2017 (The DAO hard fork). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Revision as of 01:26, 16 May 2017 by Aliensyntax (talk | contribs) (The DAO hard fork)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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 in 2016 was forked disproportionately into two blockchains, as a result of the collapse of The DAO project. The minority fork was renamed to Ethereum Classic, while the majority fork has retained the name Ethereum (the subject of this article).

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.

Architecture

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 formal definition of the EVM is 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 C++, Go, Haskell, Java, Python, Ruby, Rust, and WebAssembly (currently under development).

Smart contracts

Main article: Smart contract

Smart contracts are deterministic exchange mechanisms controlled by digital means that can carry out the direct transaction of value between untrusted agents. They can be used to facilitate, verify, and enforce the negotiation or performance of economically-laden procedural instructions and potentially circumvent censorship, collusion, and counter-party risk. In Ethereum, smart contracts are treated as autonomous scripts or stateful decentralized applications that are stored in the Ethereum blockchain for later execution by the EVM. Instructions embedded in Ethereum contracts are paid for in ether (or more technically "gas") and can be implemented in a variety of Turing complete scripting languages.

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 are high-level programming abstractions that are compiled down to EVM bytecode and deployed to the Ethereum blockchain for execution. They can be written in Solidity (a language library with similarities to C and JavaScript), Serpent (similar to Python), LLL (a low-level Lisp-like language), and Mutan (Go-based, but deprecated). There is also a research-oriented language under development called Viper (a strongly-typed Python-derived decidable language).

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

The 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 S — Hardware wallet.
  • KeepKey — 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.

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.

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

The DAO hard fork

Ethereum earned notable media coverage in 2016 when a decentralized autonomous organization called The DAO, a set of smart contracts developed on the platform, raised a record USD$150M in a crowdsale to fund the project. The DAO was subjected to a spectacular exploit in June where USD$50M in ether were claimed by an anonymous entity. The event sparked a considerable debate in the crypto-community about whether Ethereum should perform a contentious "hard fork" to reappropriate the stolen funds. As a result of the dispute, the network split in two. A minority who rejected the protocol update adopted the pre-fork version of the Ethereum blockchain and called it Ethereum Classic, while the vast majority who supported it chose to move forward with the official post-fork Ethereum blockchain.

The DAO incident created a schism between Ethereum and Ethereum Classic that has, according to some observers, spawned a bitter economic and psychological rivalry between the two networks. The rivalry is a continuation of the hard fork dispute, where the anti-fork side (now called Ethereum Classic) argued for blockchain immutability, code is law, and essentially rebellion against the pro-fork side (Ethereum) which largely argued for extra-protocol intentionality, decentralized decision-making, and conflict resolution. Various critics of Ethereum Classic have denounced it as a scam and a potential theft of intellectual property, with similar controversial remarks being made on behalf of the opposing camp. Ethereum Classic (ETC) has retained some users of Ethereum and has also attracted others from the wider crypto-community who reject contentious forks on ideological grounds. The project, however, is not officially supported by the Ethereum Foundation, nor is it generally endorsed by the consortium of developers, business partners, miners, and users of the Ethereum ecosystem.

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. Vigna, Paul (20 July 2016). "Ethereum Gets Its Hard Fork, and the 'Truth' Gets Tested". Moneybeat. The Wall Street Journal. Retrieved 14 May 2017.
  4. ^ Quentson, Andrew (17 July 2016). "Miners Vote Overwhelmingly in Support of Ethereum's Hardfork". Cryptocoinnews. Retrieved 14 May 2017.
  5. ^ Buterin, Vitalik (26 July 2016). "Onward from the Hard Fork". Ethereum Foundation. Retrieved 14 May 2017.
  6. ^ Bradley, Miles (17 November 2016). "CoinDesk Research: Ethereum Hard Fork Had Little Impact on Sentiment". Coindesk. Retrieved 14 May 2017.
  7. ^ 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)
  8. ^ Nathaniel Popper for the New York Times. March 27, 2016 Ethereum, a Virtual Currency, Enables Transactions That Rival Bitcoin's
  9. ^ Price, Rob (17 June 2016). "Digital Currency Ethereum is Cratering Amid Claims of a $50 Million Hack". Business Insider. Business Insider. Retrieved 14 May 2017.
  10. Ethereum Homestead Documentation: Ethereum Virtual Machine
  11. Dannen, Chris (2017). "The EVM". Introducing Ethereum and Solidity: Foundations of Cryptocurrency and Blockchain Programming for Beginners. Apress. pp. 47–67. ISBN 9781484225356.
  12. Ethereum Yellow Paper by Gavin Wood
  13. Triantafyllidis, Nikolaos Petros (19 February 2016). "The Ethereum Project: Ethereum History". Developing an Ethereum Blockchain Application (Report). University of Amsterdam. p. 20.
  14. ^ Asharaf, S.; Adarsh, S. (2017). "Appendix 1: Ethereum Clients". Decentralized Computing Using Blockchain Technologies and Smart Contracts: Emerging Research and Opportunities. IGI Global. p. 98. ISBN 9781522521938.
  15. Dannen, Chris (27 March 2017). "Ethereum Devs Publish Roadmap for EVM Upgrade". CryptoNews.
  16. EntEthAlliance: Ethereum Client Implementations
  17. Szabo, Nick (1997). "The Idea of Smart Contracts".
  18. Asharaf, S.; Adarsh, S. (2017). "Bridging the Blockchain Knowledge Gap". Decentralized Computing Using Blockchain Technologies and Smart Contracts: Emerging Research and Opportunities. IGI Global. pp. 1–20. ISBN 9781522521938.
  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 (18 June 2016). "Hacker May Have Taken $50 Million From Cybercurrency Project". The New York Times. Retrieved 14 May 2017.
  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. Asharaf, S.; Adarsh, S. (2017). Decentralized Computing Using Blockchain Technologies and Smart Contracts: Emerging Research and Opportunities. IGI Global. pp. 71–72. ISBN 9781522521938.
  24. Rivlin, Brianne (14 November 2016). "Geth, Viper, and Wafr: New Ethereum Developments". ETHNews. {{cite web}}: Missing or empty |url= (help)
  25. ^ Allison, Ian (25 January 2016). "How are banks actually going to use blockchains and smart contracts?". International Business Times. Retrieved 4 May 2016.
  26. "Ethereum's Creator Proves Blockchain Scaling Vision is No Joke - CoinDesk". 19 September 2016.
  27. "This Is Your Company on Blockchain". Bloomberg Businessweek. Retrieved 14 September 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. Bordet, Julián (21 March 2016). "Decentralized Autonomous Organizations: Ethereum Sparks Up Googles of Tomorrow". The Cointelegraph. Retrieved 21 July 2016.
  30. "ethereum/cpp-ethereum". GitHub.
  31. "A Review of The Best Ethereum Wallets".
  32. Faife, Corin (10 February 2016). "MyEtherWallet Chrome Extension Beta Release". Sebfor.
  33. Redman, Jamie (13 February 2016). "Jaxx: The New Fleet of Bitcoin & Ethereum Wallets". Saint Bitts LLC.
  34. Faife, Corin (26 November 2016). "Ledger Launches Hardware Wallet for the Smart Contract Era". CoinDesk.
  35. Silva, Los (23 November 2016). "KeepKey Hard Wallet Supports Ethereum". ETHNews.
  36. "Luxembourg Stock Exchange introduces blockchain into reporting service". 18 October 2016. Retrieved 4 November 2016.
  37. EconoTimes. "ConsenSys uPort wins International Blockchain Summit - EconoTimes". EconoTimes. Retrieved 6 February 2017.
  38. Allison, Ian (23 September 2016). "ConsenSys uPort scoops first prize in International Blockchain Summit Demo Day". International Business Times UK. Retrieved 6 February 2017.
  39. Young, Joseph. "Chronicled Introduces New Ethereum-Powered IoT Open Registry". Nasdaq.
  40. "Ethcore Announces Pre-release Of Its Blockchain Technology Suite 'Parity'". EconoTimes. 11 February 2016. Retrieved 24 March 2016.
  41. Allison, Ian. "Ethereum-based Slock.it reveals first ever lock opened with money". International Business Times UK.
  42. Allison, Ian (12 September 2016). "Decentralized Capital issuing fiat-backed digital assets on the Ethereum blockchain". International Business Times.
  43. "Santander Confirms Fiat-backed Token Project on Ethereum Blockchain". CoinTelegraph. Retrieved 15 January 2017.
  44. Buntinx, JP (28 April 2016). "DigixDAO DGD Assets To Be Listed on OpenLedger". The Merkle. Retrieved 29 May 2016.
  45. Allison, Ian (4 October 2015). "Imogen Heap shows how smart music contracts work using Ethereum". International Business Times. Retrieved 24 March 2016.
  46. "Ethereum Prediction Market Service Takes First Steps With Beta Launch - CoinDesk". CoinDesk. 17 August 2016. Retrieved 6 February 2017.
  47. "ICO Roundup 2017 by Cointelegraph: Cashing In On Blockchain Apps' Mainstream Year". CoinTelegraph. Retrieved 6 February 2017.
  48. 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.
  49. Allison, Ian (30 April 2016). "Ethereum reinvents companies with launch of The DAO". International Business Times. Retrieved 1 May 2016.
  50. ^ Vigna, Paul (16 May 2016). "Chiefless Company Rakes In More than $100 Million". Wall Street Journal. Retrieved 14 May 2017.
  51. Weinglass, Simona (19 August 2015). "Backfeed wants to decentralize the Internet and help you earn what you deserve". Geektime.com. Retrieved 24 March 2016.
  52. 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)
  53. 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.
  54. "Decentralized Options Exchange Etheropt Uses Automated Ethereum Smart Contract".
  55. Rutkin, Aviva (2 March 2016). "Blockchain-based microgrid gives power to consumers in New York". New Scientist. Retrieved 24 March 2016.
  56. Mizrahi, Avi (1 December 2016). "Everex Helps Migrant Workers Send Remittance Back to Myanmar via Ethereum". Finance Magnates. Retrieved 14 December 2016.
  57. 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)
  58. "Hyperledger blockchain code almost comes together for IoT". Rethink Research. Retrieved 23 April 2016.
  59. Allison, Ian (3 May 2016). "Deloitte to build Ethereum-based 'digital bank' with New York City's ConsenSys". International Business Times.
  60. "UK Government Awards £248k for Ethereum Prototype". CoinDesk.
  61. "Settlement using blockchain to Automate Foreign Exchange in a Regulated environment (SAFER)". Innovate UK.
  62. Hacket, Robert. "Why J.P. Morgan Chase Is Building a Blockchain on Ethereum". Fortune.
  63. "Proving Ethereum for the Clearing Use Case" (PDF).
  64. Allison, Ian (7 December 2016). "Blockchain: RBS builds Ethereum-based distributed clearing house". IB Times. Retrieved 8 May 2017.
  65. "White Paper · ethereum/wiki Wiki · GitHub".
  66. ^ Finley, Klint (27 January 2014). "Out in the Open: Teenage Hacker Transforms Web Into One Giant Bitcoin Network". Wired. Retrieved 21 March 2016.
  67. Schneider, Nathan (7 April 2014). "Code your own utopia: Meet Ethereum, bitcoin's most ambitious successor". Al Jazeera. Retrieved 21 February 2016.
  68. ^ 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)
  69. Schmid, Valentin (10 May 2014). "The Entrepreneur: Joe Lubin, COO of Ethereum". Epoch Times. Retrieved 31 March 2016.
  70. "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)
  71. 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)
  72. 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
  73. ^ Asharaf, S.; Adarsh, S. (2017). Decentralized Computing Using Blockchain Technologies and Smart Contracts: Emerging Research and Opportunities. IGI Global. pp. 54–55. ISBN 9781522521938.
  74. Buterin, Vitalik (6 May 2014). "DAOs, DACs, DAs and More: An Incomplete Terminology Guide". Ethereum Foundation. Retrieved 14 May 2017.
  75. Bannon, Seth (15 May 2016). "The Tao of "The DAO" or: How the Autonomous Corporation is Already Here". TechCrunch. Retrieved 14 May 2017.
  76. 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 14 May 2017.
  77. Hertig, Alyssa (28 July 2016). "Ethereum's Two Ethereums Explained". CoinDesk. Retrieved 15 May 2017.
  78. Vigna, Paul (1 August 2016). "The Great Digital-Currency Debate: 'New' Ethereum Vs. Ethereum 'Classic'". Down Jones & Company Inc. Retrieved 15 May 2017.
  79. Bovaird, Charles (21 August 2016). "Can Two Ethereum Markets Co-Exist?". CoinDesk. Retrieved 15 May 2017.
  80. "ETC Declaration of Independence" (PDF). ethereumclassic.github.io. 20 July 2016. Retrieved 15 May 2017.
  81. Pearson, Jordan (27 July 2016). "The Ethereum Hard Fork Spawned a Shaky Rebellion". Motherboard. Retrieved 15 May 2017.
  82. "Code is Law and the Quest for Justice". ethereumclassic.github.io. 8 September 2016. Retrieved 15 May 2017.
  83. De Filippi, Primavera (11 July 2016). "A $50M Hack Tests the Values of Communities Run by Code". Motherboard. Retrieved 15 May 2017.
  84. Mougayar, William (21 June 2016). "What We Can Learn From The DAO". CoinDesk. Retrieved 15 May 2017.
  85. Eliosoff, Jacob (17 August 2016). "Why Ethereum Classic Must Die". CoinDesk. Retrieved 15 May 2017.
  86. Seaman, David. ""Ethereum Classic," Another Bitcoin Scam". Huffington Post.
  87. "BTC-e calls Ethereum Classic 'scam'". Coinfox.
  88. Berns, Jeffrey. "Should the Ethereum Foundation Take IP Action Against Ethereum Classic?". BernsWeiss LLP.
  89. "One of many Ethereum Classic websites". ethereumclassic.com. Retrieved 15 May 2017.
  90. Young, Joseph. "Vitalik Buterin Won't Support ETC If It Takes Over ETH". CoinTelegraph.
  91. "ETH vs ETC - Developers Broadcast Their '100% Support for Ethereum'-- (Also just a great list of current Ethereum projects!)". Steemit.
  92. "Update on the projects that are "100% on ETH"". Reddit.
  93. Redman, Jamie (14 October 2016). "Ethereum to Hard Fork Two More Times Following Recent Attacks". Bitcoin.com. Bitcoin.com. Retrieved 22 November 2016.
  94. "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: