SlideShare a Scribd company logo
1 of 25
MADE BY:-SUMAN NAYAK
 What is Ethereum?
 Ether
 History
 Enterprise Ethereum Alliance(EEA)
 Milestones
 Ethereum mining
 What is ether?
 Ether denominations
 Ledger
 Comparisons to bitcoins
 Supply and market stones
 Platform
 Smart contracts
 Platform
 Permissioned ledgers
Ethereum is an open-source, public, blockchain-
based distributed computing platform and operating
system featuring smart contract(scripting)
functionality. It supports a modified version
of Nakamoto consensus via transaction-based state
transitions.
Ether is a cryptocurrency whose blockchain is generated by the
Ethereum platform. Ether can be transferred between accounts
and used to compensate participant mining nodes for
computations performed. Ethereum provides a
decentralized Turing-complete virtual machine, the Ethereum
Virtual Machine (EVM), which can execute scripts using an
international network of public nodes. "Gas", an internal
transaction pricing mechanism, is used to mitigate 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 that took place between July and
August 2014. The system went live on 30 July 2015, with
11.9 million coins "premined" for the crowdsale. This accounts for
about 13 percent of the total circulating supply.
Ethereum was initially described in a white paper by Vitalik Buterin, a
programmer involved with Bitcoin Magazine, 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.
At the time of public announcement in January 2014, the core
Ethereum team was Vitalik Buterin, Mihai Alisie, Anthony Di Iorio,
and Charles Hoskinson. Formal development of the Ethereum software
project began in early 2014 through a Swiss company, Ethereum
Switzerland GmbH .Subsequently, a Swiss non-profit foundation, the
Ethereum Foundation (Stiftung Ethereum), was created 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.
 In March 2017, various blockchain start-ups, research
groups, and Fortune 500 companies announced the
creation of the Enterprise Ethereum Alliance (EEA) with 30
founding members . By May, the non-profit organization
had 116 enterprise members—including ConsenSys, CME
Group, Cornell University's research group, Toyota
Research Institute, Samsung SDS, Microsoft, Intel, J. P.
Morgan, Cooley LLP, Merck
KGAA, DTCC, Deloitte, Accenture, Banco Santander, BNY
Mellon, ING, and National Bank of Canada .By July 2017,
there were over 150 members in the alliance, including
recent additions MasterCard, Cisco
Systems, Sberbank and Scotiabank.
Several codenamed prototypes of the Ethereum
platform were developed by the Foundation, as part of
their Proof-of-Concept series, prior to the official
launch of the Frontier network. "Olympic" was the last
of these prototypes, and public beta pre-release . The
Olympic network provided users with a bug bounty of
25,000 ether for stress testing the limits of the
Ethereum blockchain. "Frontier" marked the tentative
experimental release of the Ethereum platform in July
2015.
"Metropolis Part 1: Byzantium" was launched on
October 16, 2017, and included changes to reduce the
complexity of the EVM and provide more flexibility for
smart contract developers. Byzantium also adds
supports for zk-SNARKs (from Zcash); with the first
zk-SNARK transaction occurring on testnet on
September 19, 2017.
There are at least two other protocol upgrades planned
in the future: "Metropolis Part 2: Constantinople" will
lay the foundations for the transition to proof-of-stake
(Casper), make adjustments to the difficulty time
bomb, and add support for account abstraction.
 Today, miners play an important role in making sure
Ethereum works.
 This role isn't immediately obvious, though.
 Many new users think that the sole purpose of mining is to
generate ethers in a way that doesn't require a central issuer
(see our guide "What is Ether?"). This is true. Ethereum's
tokens are created through the process of mining at a rate
of 5 ether per mined block. But mining also has another at
least as important role.
 Usually, banks are in charge of keeping accurate records of
transactions. They ensure that money isn't created out of
thin air, and that users don't cheat and spend their money
more than once.
 Blockchain, though, introduce an entirely new way of
record-keeping, one where the entire network, rather
than an intermediary, verifies transactions and adds
them to the public ledger.
 Although a trustless or 'trust-minimizing' monetary
system is the goal, someone still needs to secure the
financial records, ensuring that no one cheats.
 Mining is one innovation that makes decentralized
record-keeping possible.
 Ether is a fundamental cryptocurrency for operation of
Ethereum, which thereby provides a public distributed
ledger for transactions. It is used to pay for gas, a unit
of computation used in transactions and other state
transitions. Mistakenly, this currency is also referred to
as Ethereum . It is listed under the code ETH and
traded on cryptocurrency exchanges, and
the Greek uppercase Xi character (Ξ) is generally used
for its currency symbol. It is also used to pay for
transaction fees and computational services on the
Ethereum network.
 Symbol Ξ
 Ticker symbol ETH
Subunits
 10
−9
Gwei
 1 0
−18
Wei, after cryptocurrency
pioneer Wei Dai
 Coins Balances from accounts to
be debited/credited, in Wei, non-UTXO scheme
Timestamping scheme Proof-of-work
Ethash
Hash function Keccak
Issuance Block & Uncle/ Ommer reward
Block reward 3 ETH (non-deterministic)
Blocktime 14-15 seconds on average
Block explorer etherscan.io
Circulating supply Ξ98,316,894 (as of 20 March 2018)
 Ether is different from Bitcoin (the cryptocurrency with the
largest market capitalization as of June 2018) in several aspects:
 Its block time is 14 to 15 seconds, compared with 10 minutes for
bitcoin.
 Mining of ether generates new coins at a usually consistent rate,
occasionally changing during hard forks, while for bitcoin the
rate halves every 4 years.
 For proof-of-work, it uses the Ethash algorithm which reduces
the advantage of specialized ASICs in mining.
 Transaction fees differ by computational complexity, bandwidth
use and storage needs (in a system known as gas), while bitcoin
transactions compete by means of transaction size, in bytes.
 Ethereum gas units each have a price that can be specified in a
transaction. This is typically measured in Gwei. Bitcoin
transactions usually have fees specified in satoshi per byte.
 Supply:-The total supply of ether was Ξ100 million as of
June 2018.In 2017, mining generated 9.2 million new ether,
corresponding to a 10% increase in its total supply . Casper
FFG and CBC are expected to reduce the inflation rate to
between 0.5% to 2%.There is no currently implemented
hard cap on the total supply of ETH, but it is expected to
end at a certain point, and become deflationary.
 Market stores:-Ether can be traded by regular
currency brokers, cryptocurrency exchanges, as well as
many online cryptocurrency wallets . As of January 2018, at
least 150 stores accept ether.
 Virtual machine
The Ethereum Virtual Machine (EVM) is the runtime
environment for smart contracts in Ethereum. It is a 256-
bit register stack, designed to run the same code exactly as
intended. It is the fundamental consensus mechanism for
Ethereum. The formal definition of the EVM is specified in
the Ethereum Yellow Paper. 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. In February 1, 2018, there
were 27,500 nodes in the main Ethereum network .
Ethereum Virtual Machines have been implemented
in C++, Go, Haskell, Java, JavaScript, Python, Ruby, Rust,
and Web Assembly (currently under development).
Ethereum's smart contracts are based on different
computer languages, which developers use to program
their own functionalities. 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, but deprecated), 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).
Smart contracts can be public, which opens up the
possibility to prove functionality, e.g. self-
contained provably fair casinos.
 Ethereum blockchain applications are usually referred to as
DApps (decentralized application), since they are based on the
decentralized Ethereum Virtual Machine, and its smart
contracts. Many uses have been proposed for Ethereum platform,
including ones that are impossible or unfeasible. Use case
proposals have included finance, the internet-of-things, farm-to-
table produce, electricity sourcing and pricing, and sports
betting. Ethereum is (as of 2017) the leading blockchain platform
for initial coin offering projects, with over 50% market share.
 As of January 2018, there are more than 250 live DApps, with
hundreds more under development. Some application examples
include: digital signature algorithms, securitized tokens, digital
rights management, crowd funding, prediction markets,
remittance, online gambling, social media platforms, financial
exchanges and identity systems.
 Ethereum-based permissioned blockchain variants are
used and being investigated for various projects.
 J. P. Morgan Chase is developing a permissioned-variant of
Ethereum blockchain dubbed "Quorum“ . It's 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.

More Related Content

Similar to Ethereum

Ethereum Block Chain
Ethereum Block ChainEthereum Block Chain
Ethereum Block ChainSanatPandoh
 
Ethereum ETH| Crypto Markets | Crypto Currency
Ethereum ETH| Crypto Markets | Crypto CurrencyEthereum ETH| Crypto Markets | Crypto Currency
Ethereum ETH| Crypto Markets | Crypto Currencycoingabbar
 
The State of the Ethereum Network
The State of the Ethereum NetworkThe State of the Ethereum Network
The State of the Ethereum Networkphilrussell001
 
What is ethereum? which is the best place to buy ethereum Canada?
What is ethereum? which is the best place to buy ethereum Canada?What is ethereum? which is the best place to buy ethereum Canada?
What is ethereum? which is the best place to buy ethereum Canada?Bitcoin Wallet Canada
 
Ethereum (ETH) Coin What Is It And How Does It Work.pdf
Ethereum (ETH) Coin What Is It And How Does It Work.pdfEthereum (ETH) Coin What Is It And How Does It Work.pdf
Ethereum (ETH) Coin What Is It And How Does It Work.pdfNews Flews
 
Ethereum Block Chain
Ethereum Block ChainEthereum Block Chain
Ethereum Block ChainSanatPandoh
 
Difference between Ethereum and Bitcoin.pdf
Difference between Ethereum and Bitcoin.pdfDifference between Ethereum and Bitcoin.pdf
Difference between Ethereum and Bitcoin.pdfGrace Baker
 
What is Ethereum? – A Complete Guide to Ethereum for Beginners
What is Ethereum? – A Complete Guide to Ethereum for BeginnersWhat is Ethereum? – A Complete Guide to Ethereum for Beginners
What is Ethereum? – A Complete Guide to Ethereum for BeginnersCoinGape
 
Frequently Asked Questions
Frequently Asked QuestionsFrequently Asked Questions
Frequently Asked QuestionsSteven Fance
 
How does cryptocurrency work, and which of the crypto is the best_.pptx
How does cryptocurrency work, and which of the crypto is the best_.pptxHow does cryptocurrency work, and which of the crypto is the best_.pptx
How does cryptocurrency work, and which of the crypto is the best_.pptxBlockchainX
 
Blockchain: The Information Technology of the Future
Blockchain: The Information Technology of the FutureBlockchain: The Information Technology of the Future
Blockchain: The Information Technology of the FutureMelanie Swan
 
Different Types of Cryptocurrencies.docx
Different Types of Cryptocurrencies.docxDifferent Types of Cryptocurrencies.docx
Different Types of Cryptocurrencies.docxCryptoReachApp
 
Making your ethereum easier – here’s how to buy ethereum!
Making your ethereum easier – here’s how to buy ethereum!Making your ethereum easier – here’s how to buy ethereum!
Making your ethereum easier – here’s how to buy ethereum!Bitcoin Wallet Canada
 
Top open source blockchain platforms of 2018
Top open source blockchain platforms of 2018Top open source blockchain platforms of 2018
Top open source blockchain platforms of 2018Parangat Technologies
 
How Does Ethereum Work? How to Buy Ethereum In Canada?
How Does Ethereum Work? How to Buy Ethereum In Canada?How Does Ethereum Work? How to Buy Ethereum In Canada?
How Does Ethereum Work? How to Buy Ethereum In Canada?Bitcoin Wallet Canada
 

Similar to Ethereum (20)

Ethereum
EthereumEthereum
Ethereum
 
Ethereum Block Chain
Ethereum Block ChainEthereum Block Chain
Ethereum Block Chain
 
Ethereum ETH| Crypto Markets | Crypto Currency
Ethereum ETH| Crypto Markets | Crypto CurrencyEthereum ETH| Crypto Markets | Crypto Currency
Ethereum ETH| Crypto Markets | Crypto Currency
 
The State of the Ethereum Network
The State of the Ethereum NetworkThe State of the Ethereum Network
The State of the Ethereum Network
 
Ethereum
EthereumEthereum
Ethereum
 
What is ethereum? which is the best place to buy ethereum Canada?
What is ethereum? which is the best place to buy ethereum Canada?What is ethereum? which is the best place to buy ethereum Canada?
What is ethereum? which is the best place to buy ethereum Canada?
 
Ethereum (ETH) Coin What Is It And How Does It Work.pdf
Ethereum (ETH) Coin What Is It And How Does It Work.pdfEthereum (ETH) Coin What Is It And How Does It Work.pdf
Ethereum (ETH) Coin What Is It And How Does It Work.pdf
 
Ethereum Block Chain
Ethereum Block ChainEthereum Block Chain
Ethereum Block Chain
 
Difference between Ethereum and Bitcoin.pdf
Difference between Ethereum and Bitcoin.pdfDifference between Ethereum and Bitcoin.pdf
Difference between Ethereum and Bitcoin.pdf
 
Evaluation of Ethereum
Evaluation of Ethereum Evaluation of Ethereum
Evaluation of Ethereum
 
What is Ethereum? – A Complete Guide to Ethereum for Beginners
What is Ethereum? – A Complete Guide to Ethereum for BeginnersWhat is Ethereum? – A Complete Guide to Ethereum for Beginners
What is Ethereum? – A Complete Guide to Ethereum for Beginners
 
Frequently Asked Questions
Frequently Asked QuestionsFrequently Asked Questions
Frequently Asked Questions
 
How does cryptocurrency work, and which of the crypto is the best_.pptx
How does cryptocurrency work, and which of the crypto is the best_.pptxHow does cryptocurrency work, and which of the crypto is the best_.pptx
How does cryptocurrency work, and which of the crypto is the best_.pptx
 
The basics of ethereum
The basics of ethereumThe basics of ethereum
The basics of ethereum
 
Blockchain: The Information Technology of the Future
Blockchain: The Information Technology of the FutureBlockchain: The Information Technology of the Future
Blockchain: The Information Technology of the Future
 
Different Types of Cryptocurrencies.docx
Different Types of Cryptocurrencies.docxDifferent Types of Cryptocurrencies.docx
Different Types of Cryptocurrencies.docx
 
Making your ethereum easier – here’s how to buy ethereum!
Making your ethereum easier – here’s how to buy ethereum!Making your ethereum easier – here’s how to buy ethereum!
Making your ethereum easier – here’s how to buy ethereum!
 
Top open source blockchain platforms of 2018
Top open source blockchain platforms of 2018Top open source blockchain platforms of 2018
Top open source blockchain platforms of 2018
 
How Does Ethereum Work? How to Buy Ethereum In Canada?
How Does Ethereum Work? How to Buy Ethereum In Canada?How Does Ethereum Work? How to Buy Ethereum In Canada?
How Does Ethereum Work? How to Buy Ethereum In Canada?
 
Esn whitepaper
Esn whitepaperEsn whitepaper
Esn whitepaper
 

More from Suman Nayak

How to trade cryptocurrency
How to trade cryptocurrency How to trade cryptocurrency
How to trade cryptocurrency Suman Nayak
 
Cryptocurrency solving problems
Cryptocurrency solving problems Cryptocurrency solving problems
Cryptocurrency solving problems Suman Nayak
 
Blockchain technology revolutionising technology
Blockchain technology revolutionising technologyBlockchain technology revolutionising technology
Blockchain technology revolutionising technologySuman Nayak
 

More from Suman Nayak (6)

How to trade cryptocurrency
How to trade cryptocurrency How to trade cryptocurrency
How to trade cryptocurrency
 
Bitcoin
BitcoinBitcoin
Bitcoin
 
Bitcoin cash
Bitcoin cashBitcoin cash
Bitcoin cash
 
Cryptocurrency solving problems
Cryptocurrency solving problems Cryptocurrency solving problems
Cryptocurrency solving problems
 
Blockchain technology revolutionising technology
Blockchain technology revolutionising technologyBlockchain technology revolutionising technology
Blockchain technology revolutionising technology
 
Cryptocurrency
CryptocurrencyCryptocurrency
Cryptocurrency
 

Recently uploaded

26042024_First India Newspaper Jaipur.pdf
26042024_First India Newspaper Jaipur.pdf26042024_First India Newspaper Jaipur.pdf
26042024_First India Newspaper Jaipur.pdfFIRST INDIA
 
Defensa de JOH insiste que testimonio de analista de la DEA es falso y solici...
Defensa de JOH insiste que testimonio de analista de la DEA es falso y solici...Defensa de JOH insiste que testimonio de analista de la DEA es falso y solici...
Defensa de JOH insiste que testimonio de analista de la DEA es falso y solici...AlexisTorres963861
 
Minto-Morley Reforms 1909 (constitution).pptx
Minto-Morley Reforms 1909 (constitution).pptxMinto-Morley Reforms 1909 (constitution).pptx
Minto-Morley Reforms 1909 (constitution).pptxAwaiskhalid96
 
How Europe Underdeveloped Africa_walter.pdf
How Europe Underdeveloped Africa_walter.pdfHow Europe Underdeveloped Africa_walter.pdf
How Europe Underdeveloped Africa_walter.pdfLorenzo Lemes
 
如何办理(BU学位证书)美国贝翰文大学毕业证学位证书
如何办理(BU学位证书)美国贝翰文大学毕业证学位证书如何办理(BU学位证书)美国贝翰文大学毕业证学位证书
如何办理(BU学位证书)美国贝翰文大学毕业证学位证书Fi L
 
Roberts Rules Cheat Sheet for LD4 Precinct Commiteemen
Roberts Rules Cheat Sheet for LD4 Precinct CommiteemenRoberts Rules Cheat Sheet for LD4 Precinct Commiteemen
Roberts Rules Cheat Sheet for LD4 Precinct Commiteemenkfjstone13
 
Vashi Escorts, {Pooja 09892124323}, Vashi Call Girls
Vashi Escorts, {Pooja 09892124323}, Vashi Call GirlsVashi Escorts, {Pooja 09892124323}, Vashi Call Girls
Vashi Escorts, {Pooja 09892124323}, Vashi Call GirlsPooja Nehwal
 
Manipur-Book-Final-2-compressed.pdfsal'rpk
Manipur-Book-Final-2-compressed.pdfsal'rpkManipur-Book-Final-2-compressed.pdfsal'rpk
Manipur-Book-Final-2-compressed.pdfsal'rpkbhavenpr
 
Lorenzo D'Emidio_Lavoro sullaNorth Korea .pptx
Lorenzo D'Emidio_Lavoro sullaNorth Korea .pptxLorenzo D'Emidio_Lavoro sullaNorth Korea .pptx
Lorenzo D'Emidio_Lavoro sullaNorth Korea .pptxlorenzodemidio01
 
Different Frontiers of Social Media War in Indonesia Elections 2024
Different Frontiers of Social Media War in Indonesia Elections 2024Different Frontiers of Social Media War in Indonesia Elections 2024
Different Frontiers of Social Media War in Indonesia Elections 2024Ismail Fahmi
 
AP Election Survey 2024: TDP-Janasena-BJP Alliance Set To Sweep Victory
AP Election Survey 2024: TDP-Janasena-BJP Alliance Set To Sweep VictoryAP Election Survey 2024: TDP-Janasena-BJP Alliance Set To Sweep Victory
AP Election Survey 2024: TDP-Janasena-BJP Alliance Set To Sweep Victoryanjanibaddipudi1
 
Israel Palestine Conflict, The issue and historical context!
Israel Palestine Conflict, The issue and historical context!Israel Palestine Conflict, The issue and historical context!
Israel Palestine Conflict, The issue and historical context!Krish109503
 
VIP Girls Available Call or WhatsApp 9711199012
VIP Girls Available Call or WhatsApp 9711199012VIP Girls Available Call or WhatsApp 9711199012
VIP Girls Available Call or WhatsApp 9711199012ankitnayak356677
 
2024 04 03 AZ GOP LD4 Gen Meeting Minutes FINAL.docx
2024 04 03 AZ GOP LD4 Gen Meeting Minutes FINAL.docx2024 04 03 AZ GOP LD4 Gen Meeting Minutes FINAL.docx
2024 04 03 AZ GOP LD4 Gen Meeting Minutes FINAL.docxkfjstone13
 
23042024_First India Newspaper Jaipur.pdf
23042024_First India Newspaper Jaipur.pdf23042024_First India Newspaper Jaipur.pdf
23042024_First India Newspaper Jaipur.pdfFIRST INDIA
 
College Call Girls Kolhapur Aanya 8617697112 Independent Escort Service Kolhapur
College Call Girls Kolhapur Aanya 8617697112 Independent Escort Service KolhapurCollege Call Girls Kolhapur Aanya 8617697112 Independent Escort Service Kolhapur
College Call Girls Kolhapur Aanya 8617697112 Independent Escort Service KolhapurCall girls in Ahmedabad High profile
 
Referendum Party 2024 Election Manifesto
Referendum Party 2024 Election ManifestoReferendum Party 2024 Election Manifesto
Referendum Party 2024 Election ManifestoSABC News
 
KAHULUGAN AT KAHALAGAHAN NG GAWAING PANSIBIKO.pptx
KAHULUGAN AT KAHALAGAHAN NG GAWAING PANSIBIKO.pptxKAHULUGAN AT KAHALAGAHAN NG GAWAING PANSIBIKO.pptx
KAHULUGAN AT KAHALAGAHAN NG GAWAING PANSIBIKO.pptxjohnandrewcarlos
 
Nurturing Families, Empowering Lives: TDP's Vision for Family Welfare in Andh...
Nurturing Families, Empowering Lives: TDP's Vision for Family Welfare in Andh...Nurturing Families, Empowering Lives: TDP's Vision for Family Welfare in Andh...
Nurturing Families, Empowering Lives: TDP's Vision for Family Welfare in Andh...narsireddynannuri1
 
HARNESSING AI FOR ENHANCED MEDIA ANALYSIS A CASE STUDY ON CHATGPT AT DRONE EM...
HARNESSING AI FOR ENHANCED MEDIA ANALYSIS A CASE STUDY ON CHATGPT AT DRONE EM...HARNESSING AI FOR ENHANCED MEDIA ANALYSIS A CASE STUDY ON CHATGPT AT DRONE EM...
HARNESSING AI FOR ENHANCED MEDIA ANALYSIS A CASE STUDY ON CHATGPT AT DRONE EM...Ismail Fahmi
 

Recently uploaded (20)

26042024_First India Newspaper Jaipur.pdf
26042024_First India Newspaper Jaipur.pdf26042024_First India Newspaper Jaipur.pdf
26042024_First India Newspaper Jaipur.pdf
 
Defensa de JOH insiste que testimonio de analista de la DEA es falso y solici...
Defensa de JOH insiste que testimonio de analista de la DEA es falso y solici...Defensa de JOH insiste que testimonio de analista de la DEA es falso y solici...
Defensa de JOH insiste que testimonio de analista de la DEA es falso y solici...
 
Minto-Morley Reforms 1909 (constitution).pptx
Minto-Morley Reforms 1909 (constitution).pptxMinto-Morley Reforms 1909 (constitution).pptx
Minto-Morley Reforms 1909 (constitution).pptx
 
How Europe Underdeveloped Africa_walter.pdf
How Europe Underdeveloped Africa_walter.pdfHow Europe Underdeveloped Africa_walter.pdf
How Europe Underdeveloped Africa_walter.pdf
 
如何办理(BU学位证书)美国贝翰文大学毕业证学位证书
如何办理(BU学位证书)美国贝翰文大学毕业证学位证书如何办理(BU学位证书)美国贝翰文大学毕业证学位证书
如何办理(BU学位证书)美国贝翰文大学毕业证学位证书
 
Roberts Rules Cheat Sheet for LD4 Precinct Commiteemen
Roberts Rules Cheat Sheet for LD4 Precinct CommiteemenRoberts Rules Cheat Sheet for LD4 Precinct Commiteemen
Roberts Rules Cheat Sheet for LD4 Precinct Commiteemen
 
Vashi Escorts, {Pooja 09892124323}, Vashi Call Girls
Vashi Escorts, {Pooja 09892124323}, Vashi Call GirlsVashi Escorts, {Pooja 09892124323}, Vashi Call Girls
Vashi Escorts, {Pooja 09892124323}, Vashi Call Girls
 
Manipur-Book-Final-2-compressed.pdfsal'rpk
Manipur-Book-Final-2-compressed.pdfsal'rpkManipur-Book-Final-2-compressed.pdfsal'rpk
Manipur-Book-Final-2-compressed.pdfsal'rpk
 
Lorenzo D'Emidio_Lavoro sullaNorth Korea .pptx
Lorenzo D'Emidio_Lavoro sullaNorth Korea .pptxLorenzo D'Emidio_Lavoro sullaNorth Korea .pptx
Lorenzo D'Emidio_Lavoro sullaNorth Korea .pptx
 
Different Frontiers of Social Media War in Indonesia Elections 2024
Different Frontiers of Social Media War in Indonesia Elections 2024Different Frontiers of Social Media War in Indonesia Elections 2024
Different Frontiers of Social Media War in Indonesia Elections 2024
 
AP Election Survey 2024: TDP-Janasena-BJP Alliance Set To Sweep Victory
AP Election Survey 2024: TDP-Janasena-BJP Alliance Set To Sweep VictoryAP Election Survey 2024: TDP-Janasena-BJP Alliance Set To Sweep Victory
AP Election Survey 2024: TDP-Janasena-BJP Alliance Set To Sweep Victory
 
Israel Palestine Conflict, The issue and historical context!
Israel Palestine Conflict, The issue and historical context!Israel Palestine Conflict, The issue and historical context!
Israel Palestine Conflict, The issue and historical context!
 
VIP Girls Available Call or WhatsApp 9711199012
VIP Girls Available Call or WhatsApp 9711199012VIP Girls Available Call or WhatsApp 9711199012
VIP Girls Available Call or WhatsApp 9711199012
 
2024 04 03 AZ GOP LD4 Gen Meeting Minutes FINAL.docx
2024 04 03 AZ GOP LD4 Gen Meeting Minutes FINAL.docx2024 04 03 AZ GOP LD4 Gen Meeting Minutes FINAL.docx
2024 04 03 AZ GOP LD4 Gen Meeting Minutes FINAL.docx
 
23042024_First India Newspaper Jaipur.pdf
23042024_First India Newspaper Jaipur.pdf23042024_First India Newspaper Jaipur.pdf
23042024_First India Newspaper Jaipur.pdf
 
College Call Girls Kolhapur Aanya 8617697112 Independent Escort Service Kolhapur
College Call Girls Kolhapur Aanya 8617697112 Independent Escort Service KolhapurCollege Call Girls Kolhapur Aanya 8617697112 Independent Escort Service Kolhapur
College Call Girls Kolhapur Aanya 8617697112 Independent Escort Service Kolhapur
 
Referendum Party 2024 Election Manifesto
Referendum Party 2024 Election ManifestoReferendum Party 2024 Election Manifesto
Referendum Party 2024 Election Manifesto
 
KAHULUGAN AT KAHALAGAHAN NG GAWAING PANSIBIKO.pptx
KAHULUGAN AT KAHALAGAHAN NG GAWAING PANSIBIKO.pptxKAHULUGAN AT KAHALAGAHAN NG GAWAING PANSIBIKO.pptx
KAHULUGAN AT KAHALAGAHAN NG GAWAING PANSIBIKO.pptx
 
Nurturing Families, Empowering Lives: TDP's Vision for Family Welfare in Andh...
Nurturing Families, Empowering Lives: TDP's Vision for Family Welfare in Andh...Nurturing Families, Empowering Lives: TDP's Vision for Family Welfare in Andh...
Nurturing Families, Empowering Lives: TDP's Vision for Family Welfare in Andh...
 
HARNESSING AI FOR ENHANCED MEDIA ANALYSIS A CASE STUDY ON CHATGPT AT DRONE EM...
HARNESSING AI FOR ENHANCED MEDIA ANALYSIS A CASE STUDY ON CHATGPT AT DRONE EM...HARNESSING AI FOR ENHANCED MEDIA ANALYSIS A CASE STUDY ON CHATGPT AT DRONE EM...
HARNESSING AI FOR ENHANCED MEDIA ANALYSIS A CASE STUDY ON CHATGPT AT DRONE EM...
 

Ethereum

  • 2.  What is Ethereum?  Ether  History  Enterprise Ethereum Alliance(EEA)  Milestones  Ethereum mining  What is ether?  Ether denominations  Ledger  Comparisons to bitcoins  Supply and market stones  Platform  Smart contracts  Platform  Permissioned ledgers
  • 3. Ethereum is an open-source, public, blockchain- based distributed computing platform and operating system featuring smart contract(scripting) functionality. It supports a modified version of Nakamoto consensus via transaction-based state transitions.
  • 4.
  • 5. Ether is a cryptocurrency whose blockchain is generated by the Ethereum platform. Ether can be transferred between accounts and used to compensate participant mining nodes for computations performed. Ethereum provides a decentralized Turing-complete virtual machine, the Ethereum Virtual Machine (EVM), which can execute scripts using an international network of public nodes. "Gas", an internal transaction pricing mechanism, is used to mitigate 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 that took place between July and August 2014. The system went live on 30 July 2015, with 11.9 million coins "premined" for the crowdsale. This accounts for about 13 percent of the total circulating supply.
  • 6. Ethereum was initially described in a white paper by Vitalik Buterin, a programmer involved with Bitcoin Magazine, 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. At the time of public announcement in January 2014, the core Ethereum team was Vitalik Buterin, Mihai Alisie, Anthony Di Iorio, and Charles Hoskinson. Formal development of the Ethereum software project began in early 2014 through a Swiss company, Ethereum Switzerland GmbH .Subsequently, a Swiss non-profit foundation, the Ethereum Foundation (Stiftung Ethereum), was created 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.
  • 7.
  • 8.  In March 2017, various blockchain start-ups, research groups, and Fortune 500 companies announced the creation of the Enterprise Ethereum Alliance (EEA) with 30 founding members . By May, the non-profit organization had 116 enterprise members—including ConsenSys, CME Group, Cornell University's research group, Toyota Research Institute, Samsung SDS, Microsoft, Intel, J. P. Morgan, Cooley LLP, Merck KGAA, DTCC, Deloitte, Accenture, Banco Santander, BNY Mellon, ING, and National Bank of Canada .By July 2017, there were over 150 members in the alliance, including recent additions MasterCard, Cisco Systems, Sberbank and Scotiabank.
  • 9. Several codenamed prototypes of the Ethereum platform were developed by the Foundation, as part of their Proof-of-Concept series, prior to the official launch of the Frontier network. "Olympic" was the last of these prototypes, and public beta pre-release . The Olympic network provided users with a bug bounty of 25,000 ether for stress testing the limits of the Ethereum blockchain. "Frontier" marked the tentative experimental release of the Ethereum platform in July 2015.
  • 10. "Metropolis Part 1: Byzantium" was launched on October 16, 2017, and included changes to reduce the complexity of the EVM and provide more flexibility for smart contract developers. Byzantium also adds supports for zk-SNARKs (from Zcash); with the first zk-SNARK transaction occurring on testnet on September 19, 2017. There are at least two other protocol upgrades planned in the future: "Metropolis Part 2: Constantinople" will lay the foundations for the transition to proof-of-stake (Casper), make adjustments to the difficulty time bomb, and add support for account abstraction.
  • 11.  Today, miners play an important role in making sure Ethereum works.  This role isn't immediately obvious, though.  Many new users think that the sole purpose of mining is to generate ethers in a way that doesn't require a central issuer (see our guide "What is Ether?"). This is true. Ethereum's tokens are created through the process of mining at a rate of 5 ether per mined block. But mining also has another at least as important role.  Usually, banks are in charge of keeping accurate records of transactions. They ensure that money isn't created out of thin air, and that users don't cheat and spend their money more than once.
  • 12.  Blockchain, though, introduce an entirely new way of record-keeping, one where the entire network, rather than an intermediary, verifies transactions and adds them to the public ledger.  Although a trustless or 'trust-minimizing' monetary system is the goal, someone still needs to secure the financial records, ensuring that no one cheats.  Mining is one innovation that makes decentralized record-keeping possible.
  • 13.
  • 14.
  • 15.  Ether is a fundamental cryptocurrency for operation of Ethereum, which thereby provides a public distributed ledger for transactions. It is used to pay for gas, a unit of computation used in transactions and other state transitions. Mistakenly, this currency is also referred to as Ethereum . It is listed under the code ETH and traded on cryptocurrency exchanges, and the Greek uppercase Xi character (Ξ) is generally used for its currency symbol. It is also used to pay for transaction fees and computational services on the Ethereum network.
  • 16.  Symbol Ξ  Ticker symbol ETH Subunits  10 −9 Gwei  1 0 −18 Wei, after cryptocurrency pioneer Wei Dai  Coins Balances from accounts to be debited/credited, in Wei, non-UTXO scheme
  • 17. Timestamping scheme Proof-of-work Ethash Hash function Keccak Issuance Block & Uncle/ Ommer reward Block reward 3 ETH (non-deterministic) Blocktime 14-15 seconds on average Block explorer etherscan.io Circulating supply Ξ98,316,894 (as of 20 March 2018)
  • 18.  Ether is different from Bitcoin (the cryptocurrency with the largest market capitalization as of June 2018) in several aspects:  Its block time is 14 to 15 seconds, compared with 10 minutes for bitcoin.  Mining of ether generates new coins at a usually consistent rate, occasionally changing during hard forks, while for bitcoin the rate halves every 4 years.  For proof-of-work, it uses the Ethash algorithm which reduces the advantage of specialized ASICs in mining.  Transaction fees differ by computational complexity, bandwidth use and storage needs (in a system known as gas), while bitcoin transactions compete by means of transaction size, in bytes.  Ethereum gas units each have a price that can be specified in a transaction. This is typically measured in Gwei. Bitcoin transactions usually have fees specified in satoshi per byte.
  • 19.  Supply:-The total supply of ether was Ξ100 million as of June 2018.In 2017, mining generated 9.2 million new ether, corresponding to a 10% increase in its total supply . Casper FFG and CBC are expected to reduce the inflation rate to between 0.5% to 2%.There is no currently implemented hard cap on the total supply of ETH, but it is expected to end at a certain point, and become deflationary.  Market stores:-Ether can be traded by regular currency brokers, cryptocurrency exchanges, as well as many online cryptocurrency wallets . As of January 2018, at least 150 stores accept ether.
  • 20.
  • 21.  Virtual machine The Ethereum Virtual Machine (EVM) is the runtime environment for smart contracts in Ethereum. It is a 256- bit register stack, designed to run the same code exactly as intended. It is the fundamental consensus mechanism for Ethereum. The formal definition of the EVM is specified in the Ethereum Yellow Paper. 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. In February 1, 2018, there were 27,500 nodes in the main Ethereum network . Ethereum Virtual Machines have been implemented in C++, Go, Haskell, Java, JavaScript, Python, Ruby, Rust, and Web Assembly (currently under development).
  • 22. Ethereum's smart contracts are based on different computer languages, which developers use to program their own functionalities. 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, but deprecated), 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). Smart contracts can be public, which opens up the possibility to prove functionality, e.g. self- contained provably fair casinos.
  • 23.  Ethereum blockchain applications are usually referred to as DApps (decentralized application), since they are based on the decentralized Ethereum Virtual Machine, and its smart contracts. Many uses have been proposed for Ethereum platform, including ones that are impossible or unfeasible. Use case proposals have included finance, the internet-of-things, farm-to- table produce, electricity sourcing and pricing, and sports betting. Ethereum is (as of 2017) the leading blockchain platform for initial coin offering projects, with over 50% market share.  As of January 2018, there are more than 250 live DApps, with hundreds more under development. Some application examples include: digital signature algorithms, securitized tokens, digital rights management, crowd funding, prediction markets, remittance, online gambling, social media platforms, financial exchanges and identity systems.
  • 24.
  • 25.  Ethereum-based permissioned blockchain variants are used and being investigated for various projects.  J. P. Morgan Chase is developing a permissioned-variant of Ethereum blockchain dubbed "Quorum“ . It's 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.