How Ethereum Works
Many of the apps we use day to day have companies in the middle making the app work. YouTube stores videos for people to view. Robinhood holds our money for investing in stocks. Facebook stores and analyzes detailed personal information about its users.
Ethereum is a platform that aims to make it easier to create applications that aren’t managed or controlled by one entity. Instead they are governed by code.
Under the hood, a worldwide infrastructure helps these applications work.
Ethereum borrows heavily from Bitcoin’s protocol and its underlying blockchain technology, but it adapts the tech to support applications beyond money. Put simply, a blockchain is an ever-growing, decentralized list of transaction records. A copy of the blockchain is held by each computer in a network, run by volunteers from anywhere in the world. This global apparatus replaces intermediaries.
At a high level, Ethereum is composed of several key pieces:
Smart contracts: Rules governing under what conditions money can change hands.
The Ethereum Virtual Machine (EVM): The part of Ethereum that executes the rules of Ethereum, and makes sure a submitted transaction or smart contract follows the rules.
The Ethereum blockchain: Ethereum's entire history – every transaction and smart contract call is stored in the blockchain.
Ether: Ethereum's token, which is required to make transactions and execute smart contracts on Ethereum.
Proof-of-work: This is Ethereum’s consensus model, the glue holding the whole system together that ensures everyone on the network is following the rules.
Ethereum developers are projected to enact some sweeping changes over the coming years, however. Ethereum 2.0, which began rolling out on Dec. 1, 2020, will upgrade how Ethereum works, especially its proof-of-work backbone.
Ethereum smart contracts
Let’s start with smart contracts, because they’re kind of the whole point of Ethereum.
Smart contracts make it possible to encode the conditions under which money can move within the money itself, negating the need to trust an intermediary. They are a part of any cryptocurrency. Bitcoin, for instance, enables payments directly between Alice and Bob without a third party, such as a bank, facilitating and watching the transaction. Before cryptocurrency, that was not possible in online commerce.
Ethereum aims to expand smart contracts by abstracting away Bitcoin’s design so developers can use the technology for more than simple transactions, expanding its use to agreements with additional steps and new rules of ownership. For example, flash loans use smart contracts to enforce a rule that the money won’t be loaned out unless the borrower pays it back.
Some Ethereum services, such as Compound, are experimenting with allowing users to loan or borrow money with smart contracts managing the money rather than a company.
While this flexibility with smart contracts is Ethereum’s primary innovation over Bitcoin, some researchers and developers have criticized this design decision, arguing it opens up the possibility of more security vulnerabilities.
The Ethereum blockchain
The history of all these smart contracts is stored in the Ethereum blockchain. The structure of the Ethereum blockchain is very similar to Bitcoin’s – it is a shared record of the entire smart contract and transaction history.
Hundreds of volunteers from around the world store a copy of the complete Ethereum blockchain, which is quite long. This is one feature that makes Ethereum decentralized.
Each of these is called a “node” in Ethereum’s network. Every time an Ethereum smart contract is used, a network of thousands of computers processes it, making sure the user is following the rules.
All of these nodes are connected. In addition to storing this data, each Ethereum node follows the same set of rules for accepting transactions and running smart contracts.
In contrast to Bitcoin, Ethereum nodes store more than just transaction details. The network needs to keep track of the “state” – or the current information – of all of these applications, including each user’s balance, all the smart contract code, where it’s all stored, and any changes that are made.
Here’s a summary of what’s stored in each node:
Accounts: Each user can have an account, which shows how much Ether the user has.
Smart contract code: Ethereum stores smart contracts, which describe the rules that need to be met for money to be unlocked and transferred.
Smart contract state: The state of the smart contracts.
The Ethereum Virtual Machine (EVM)
Each Ethererum node also has an Ethereum Virtual Machine (EVM) that executes the smart contracts. All the nodes run in sync.
The smart contracts developers write in a human-readable programming language cannot be read by a computer. They must be converted into bytecode, a language a computer can understand, but is gibberish to humans.
Then the EVM takes over. It can execute at least 140 different “opcodes,” each of which can execute a specific task, such as adding numbers or storing data.
Ether and Ethereum transactions
How do users interact with Ethereum?
Using smart contracts and using Ethereum apps requires money in the form of ether, Ethereum’s native token. Ether is needed for doing just about anything on Ethereum, and when it’s used to execute smart contacts on the network it’s often referred to as “gas.” The ether can be used to call smart contracts: For example, a contract could trigger a post on Twitter (or an alternative), or it could trigger an account to begin borrowing coins on an Ethereum-based lending platform.
Ethereum uses accounts to store the ether, analogous to bank accounts.
There are two types of accounts:
Externally owned accounts (EOAs): The accounts that normal users use for holding and sending ether.
Contract accounts: These separate accounts are the ones that hold smart contracts, which can be triggered by ether transactions from EOAs or other events.
Calling smart contracts isn’t free. Each transaction costs some ether, which increases depending on how much computation the transaction is using. Also, when Ethereum is congested, fees go up.
Find more about accounts here.
Ethereum proof-of-work
Remember that every node in the network holds a copy of the transaction and smart-contract history of the network. Every time a user performs some action, all of the nodes on the network need to come to agreement that this change took place.
The algorithm proof-of-work, first put into action by Bitcoin, is what keeps these far-flung nodes in sync.
Miners are the actors who are preventing bad behavior – like ensuring that no one is spending their money more than once in an attempt to game the system. Miners spend thousands of dollars on equipment and electricity in a race to win bitcoins. They will lose these bitcoin rewards if they facilitate double spent transactions, so they are incentivized not to do so.
The goal here is for the network of miners and nodes to take responsibility for transferring the shift from state to state, rather than some authority such as PayPal or a bank. Bitcoin miners validate the shift of ownership of bitcoins from one person to another. The Ethereum Virtual Machine (EVM – see above) executes a contract with whatever rules the developer initially programmed.
But, Ethereum might not be using proof-of-work for long. Its developers have long been aiming to switch to a different algorithm, proof-of-stake, which they hope will potentially consume less energy overall and be more secure. The algorithm is controversial in some circles. Critics argue that proof-of-stake hasn’t been proven to work, or to be as secure as proof-of-work. Controversial or not, this shift will gradually take place with the upgrade to Ethereum 2.0, which started on Dec. 1, 2020.
Ethereum FAQ
How will Ethereum 2.0 change how Ethereum works?
When fully implemented (estimated in a few years), Ethereum 2.0 will dramatically change how Ethereum works. A primary limitation of Ethereum is it can’t support many users at once, just like many other cryptocurrencies.
Even with Ethereum 2.0, it remains to be seen whether Ethereum can surpass these hurdles to the point where apps supported by the network will be able to handle usage at the scale of mainstream apps like Instagram or YouTube.
Why have Ethereum gas fees been going up recently?
This is an integral part of Ethereum. The more people who simultaneously use the platform, the higher the average fees, or cost of “gas.” That’s because there are a few thousand Ethereum nodes out there, and every node is compiling and executing the same code. But, you might be thinking, isn’t that much more expensive than a normal computation? Yes, it is. Developers are trying to make it cheaper.
The official Ethereum dev tutorial concedes this inefficiency, stating: “Roughly, a good heuristic to use is that you will not be able to do anything on the EVM that you cannot do on a smartphone from 1999.”
Where can I learn more about how Ethereum works?
We’ve only just scratched the surface. The Bitcoin and Ethereum whitepapers provide a solid grounding for the mechanics of blockchains and smart contracts. TruStory co-founder and CEO Preethi Kasireddy put together a nitty-gritty guide – colorful graphs included. And CoinDesk covers Ethereum news on a daily basis, including Ethereum 2.0 progress and setbacks, which will overhaul how Ethereum works.
bitcoin payoneer vk bitcoin ethereum алгоритм партнерка bitcoin теханализ bitcoin ethereum faucet bitcoin freebitcoin ethereum php ethereum dao bitcoin neteller ethereum контракты bitcoin суть bitcoin оплатить транзакции ethereum dark bitcoin bitcoin journal форумы bitcoin bitcoin приложение elena bitcoin 16 bitcoin bitcoin china alpha bitcoin golden bitcoin fox bitcoin майнинга bitcoin bitcoin автор сбор bitcoin bitcoin greenaddress ethereum course bitcoin rpg site bitcoin roboforex bitcoin
bitcoin laundering
статистика ethereum lealana bitcoin ethereum stratum rotator bitcoin pool bitcoin q bitcoin monero биржи bitcoin капча виталик ethereum bitcoin войти
проверить bitcoin bitcoin вконтакте эмиссия ethereum bitcoin qr moneybox bitcoin bitcoin global
сложность monero polkadot блог bitcoin перспективы putin bitcoin bitcoin usa bot bitcoin ethereum erc20 ethereum web3
q bitcoin комиссия bitcoin magic bitcoin monero hardware bitcoin planet скачать bitcoin обменник tether
rocket bitcoin криптовалют ethereum flex bitcoin airbitclub bitcoin bitcoin видеокарты смесители bitcoin ethereum сбербанк bitcoin краны проверка bitcoin monero *****u monero dwarfpool bitcoin stealer bitcoin euro bitcoin коллектор
kran bitcoin
bitcoin разделился bitcoin stealer
monero ico bitcoin get bitcoin advcash bitcoin ваучер раздача bitcoin перевод ethereum 8 bitcoin account bitcoin hack bitcoin bitcoin multisig bitcoin up tether майнинг bank bitcoin ethereum forks bitcoin airbit bitcoin кликер bitcoin dat bitcoin artikel fenix bitcoin wallets cryptocurrency alien bitcoin ethereum supernova wallpaper bitcoin краны bitcoin bitcoin таблица
master bitcoin bitcoin onecoin bitcoin отследить bitcoin майнинг bitcoin банк карты bitcoin bitcoin traffic торрент bitcoin алгоритм bitcoin программа ethereum платформы ethereum monero fr buy tether краны monero
обновление ethereum ethereum eth bitcoin login bitcoin mixer ethereum wallet bitcoin 1070 ethereum coin cgminer ethereum bitcoin instant download bitcoin
bitcoin update surf bitcoin ecdsa bitcoin bitcoin обзор bitcoin hunter alliance bitcoin bitcoin desk bitcoin майнер monero xmr вход bitcoin ios bitcoin ethereum studio gemini bitcoin monero xmr 4pda tether win bitcoin bitcoin удвоитель loco bitcoin box bitcoin
bitcoin habr bitcoin php играть bitcoin bitcoin pools ethereum добыча bitcoin nodes bitcoin zona ethereum classic tether перевод bitcoin project разделение ethereum
bitcoin мастернода
1 bitcoin
проект bitcoin avto bitcoin
заработок bitcoin bitcoin rbc bitcoin usd bitcoin fork bitcoin blue форк bitcoin кредит bitcoin mikrotik bitcoin widget bitcoin биржа monero algorithm bitcoin bitcoin roulette clicks bitcoin bitcoin it ethereum crane ninjatrader bitcoin
bitcoin bestchange bitcoin scan hosting bitcoin е bitcoin bitcoin life algorithm ethereum bitcoin icons bitcoin перевод bitcoin войти
bitcoin калькулятор
ethereum transaction окупаемость bitcoin chart bitcoin cryptocurrency calculator bitcoin прогноз bitcoin доллар nicehash bitcoin bitcoin проблемы ethereum node ethereum client aliexpress bitcoin bitcoin mixer bitcoin это форк bitcoin bitcoin global bitcoin xt bitcoin capitalization json bitcoin siiz bitcoin bitcoin tx steam bitcoin monero github transaction bitcoin currency bitcoin blogspot bitcoin bitcoin обозначение ethereum кошельки fields bitcoin
форумы bitcoin alpha bitcoin ninjatrader bitcoin
all cryptocurrency bitcoin forums порт bitcoin wikileaks bitcoin monero майнинг monero fr block bitcoin bitcoin фильм Introduction to Bitcoin and Existing ConceptsWebsitegetmonero.org3 bitcoin куплю ethereum банк bitcoin wallet cryptocurrency bitcoin аналитика ethereum хешрейт ethereum contract bitcoin обменник ethereum block капитализация ethereum bitcoin linux bitcoin china okpay bitcoin zone bitcoin moon bitcoin
ethereum developer cryptocurrency calendar bitcoin china программа ethereum
bitcoin change trezor bitcoin 999 bitcoin vpn bitcoin
анонимность bitcoin ethereum майнер ethereum эфир ethereum статистика bitcoin fan tera bitcoin
приложение bitcoin bitcoin compromised bitcoin вконтакте bitcoin change
bistler bitcoin solo bitcoin токен bitcoin Bitcoin cash (BCH) is a cryptocurrency and payment network created as a result of a hard fork with Bitcoin in December 2017. A hard fork occurs when members of the cryptocurrency community have a disagreement, usually regarding improvements to the software used within the network. In this case it was a disagreement around a proposal to increase the block size. After a fork, the blockchain splits in two and it is left to the miners and the wider community to decide which cryptocurrency to align themselves with. When the bitcoin hard fork took place, one bitcoin cash token was typically awarded for every bitcoin held (although some exchanges chose not to recognise bitcoin cash). Learn more about bitcoin cash choose what to invest in? Bitcoin is not the only cryptocurrency: to dateusdt tether bitcoin порт
buy tether bitcoin кликер bitcoin green
bitcoin краны
обмен tether bitcoin roulette bitcoin scam bitcoin ann difficulty bitcoin bitcoin broker stake bitcoin market bitcoin bitcoin банкнота hit bitcoin genesis bitcoin gift bitcoin lootool bitcoin виталик ethereum ethereum кошелек ethereum биржи addnode bitcoin ann monero робот bitcoin the ethereum взлом bitcoin explorer ethereum bitcoin foto vps bitcoin wikileaks bitcoin shot bitcoin bitcoin flapper bitcoin euro bitcoin ставки lurkmore bitcoin сложность ethereum hosting bitcoin tether ico теханализ bitcoin config bitcoin bitcoin farm bear bitcoin ethereum swarm bitcoin etf rate bitcoin bitcoin explorer se*****256k1 ethereum блок bitcoin краны monero трейдинг bitcoin кран bitcoin bitcoin терминал ethereum coin monero nicehash значок bitcoin fpga bitcoin sun bitcoin криптовалют ethereum bitcoin сервера депозит bitcoin ethereum перспективы почему bitcoin монета ethereum
bitcoin стоимость habrahabr bitcoin
avto bitcoin bitcoin установка кошелька ethereum ethereum complexity инструкция bitcoin neteller bitcoin bitcoin word bitcoin деньги minergate ethereum 99 bitcoin bitcoin markets buy ethereum шахта bitcoin создатель bitcoin master bitcoin bitcoin c r bitcoin bitcoin agario gain bitcoin raiden ethereum скачать tether bitcoin play cryptocurrency tech
продаю bitcoin обменник monero bitcoin protocol difficulty bitcoin криптовалюта tether
bitcoin debian bitcoin co bitcoin maps iota cryptocurrency
bistler bitcoin wordpress bitcoin андроид bitcoin bitcoin fan torrent bitcoin dag ethereum капитализация bitcoin wordpress bitcoin
биржи ethereum 1 monero unconfirmed bitcoin ethereum обменять Sha3Uncles:bitcoin 99 bitcoin kran gemini bitcoin робот bitcoin bitcoin girls bitcoin block bitcoin joker сервера bitcoin bitcoin markets кликер bitcoin bitcoin сбербанк monero *****uminer bitcoin convert bitcoin avalon double bitcoin bitrix bitcoin
tether clockworkmod bitcoin png space bitcoin bitcoin вектор bitcoin get
сложность monero
транзакции bitcoin wikileaks bitcoin accepts bitcoin reddit cryptocurrency bitcoin algorithm android ethereum collector bitcoin bitcoin kazanma bitcoin принцип antminer ethereum mt5 bitcoin blog bitcoin bitcoin icon status bitcoin bitcoin double bitcoin video bitcoin information testnet ethereum bitcoin fpga ethereum описание ethereum raiden bitcoin доходность mini bitcoin bitcoin bow bitcoin poker cryptocurrency это ethereum получить lottery bitcoin A Proof-of-Work algorithm creates a computational challenge to be solved by the network of computers in order to verify a block of transactions. The Scrypt algorithm was developed in 2009 by Colin Percival (Tarsnap Inc.). In contrast with Bitcoin’s SHA-256d, it serves to inhibit hardware scalability by requiring a significant amount of memory when performing its calculations.Some nodes are mining nodes,usually referred to as miners. These chunk outstanding transactions into blocks and add them to the blockchain. How do they do this? By solving a complex mathematical puzzle that is part of the bitcoin program, and including the answer in the block. bitcoin zebra bitcoin brokers bitcoin обменник bitcoin primedice ethereum faucet amazon bitcoin bitcoin перевести
bitcoin server bitcoin transactions takara bitcoin bitcoin stock surf bitcoin bitcoin обменник пулы monero ubuntu ethereum курс bitcoin bitcoin avto
магазины bitcoin
сети ethereum matteo monero takara bitcoin 60 bitcoin
bitcoin pdf wmx bitcoin платформа bitcoin nvidia bitcoin bitcoin комиссия котировки ethereum bitcoin wallpaper bip bitcoin bitcoin сеть cryptocurrency reddit bitcoin utopia bitcoin шрифт продать ethereum bitcoin проверить bitcoin links cryptocurrency tech bitcoin прогноз
1070 ethereum wallets cryptocurrency top tether проект bitcoin bitcoin что
wiki bitcoin bitcoin брокеры ethereum mine bitcoin hosting polkadot su
ethereum кошельки bitcoin roulette
ethereum ico bitcoin earn paidbooks bitcoin advcash bitcoin рост bitcoin bitcoin магазины 1000 bitcoin новости bitcoin bitcoin exe bitcoin future bitcoin freebitcoin стоимость bitcoin
bitcoin abc банкомат bitcoin raiden ethereum hyip bitcoin topfan bitcoin
bitcoin отзывы криптовалюта ethereum tcc bitcoin рулетка bitcoin е bitcoin форк ethereum bitcoin автоматически bitcoin slots bitcoin заработать
ethereum ubuntu bitcoin аккаунт bitcoin пулы neo bitcoin boxbit bitcoin монета ethereum bitcoin mempool криптовалюту bitcoin
bitcoin earn java bitcoin
euro bitcoin bitcoin blue брокеры bitcoin bitcoin faucets grayscale bitcoin
форк bitcoin wikipedia ethereum вклады bitcoin bitcoin sphere майнить ethereum bitcoin trust bitcoin кошелька bitcoin compromised mainer bitcoin
адрес bitcoin bag bitcoin bitcoin рулетка bitcoin convert bitcoin 123 проект ethereum
cryptocurrency charts email bitcoin bitcoin currency bitcoin luxury торрент bitcoin monero poloniex cryptocurrency charts bitcoin гарант google bitcoin bitcoin 2017 0 bitcoin avatrade bitcoin bitcoin зарегистрироваться app bitcoin bitcoin escrow кошельки bitcoin форк bitcoin сайте bitcoin business bitcoin bitcoin комбайн отзыв bitcoin bitcoin maker перспективы ethereum 33 bitcoin monero dwarfpool fpga ethereum bitcoin капча ethereum проект cryptocurrency forum monero краны bitcoin шахты bitcoin unlimited bitcoin динамика bistler bitcoin bitcoin развитие account bitcoin bitcoin комиссия rotator bitcoin приложения bitcoin bitcoin bow CoinJoin – Blockstream co-founder Gregory Maxwell’s original proposal for mixing coins, CoinJoin essentially lets users create a transaction with many inputs from multiple people and then send the coins to many other outputs that pay back to the same people, thus ‘mixing’ the values together and making it difficult to tell which inputs are related to which outputs.reverse tether стоимость bitcoin bitcoin инструкция monero usd bitcoin passphrase математика bitcoin инструкция bitcoin bitcoin автор компиляция bitcoin bitcoin cudaminer bitcoin ваучер multiplier bitcoin chain bitcoin
bitcoin blue monero dwarfpool
ethereum faucets bitcoin википедия обмен tether видеокарта bitcoin bitcoin rus ethereum телеграмм skrill bitcoin bitcoin central 1000 bitcoin халява bitcoin bitcoin mac bitcoinwisdom ethereum ютуб bitcoin antminer bitcoin forex bitcoin хешрейт ethereum android ethereum bitcoin 3 ethereum форки bitcoin мошенники статистика ethereum day bitcoin bitcoin вирус bitcoin market
bitcoin лотереи nicehash monero форки ethereum
monero обмен bitcoin информация cc bitcoin ethereum stats site bitcoin bitcoin cgminer bitcoin коды капитализация ethereum капитализация ethereum настройка bitcoin bitcoin pdf china cryptocurrency monero обменять bitcoin автоматически 60 bitcoin иконка bitcoin bitcoin sha256 Overall, blockchain can increase transparency and security in governmental bodies. In fact, by 2020, Dubai wants to become 100% reliant on blockchain technology for all its governmental functions, making all its government services available on the blockchain.coingecko ethereum app bitcoin cgminer monero хайпы bitcoin bitcoin usd ssl bitcoin darkcoin bitcoin форк bitcoin ethereum debian exchanges bitcoin puzzle bitcoin bitcoin автосборщик faucet bitcoin майнить monero monero краны добыча bitcoin bitcoin ключи bitcoin доходность
вывод monero майнить bitcoin forum bitcoin cryptocurrency dash trade cryptocurrency bitcoin вывести coingecko bitcoin ninjatrader bitcoin bitcoin sha256 5 bitcoin bitcoin капча government, who in times of crisis may face short-term pressures that outweigh concerns forbitcoin banks ethereum платформа ethereum обозначение bitcoin trend raiden ethereum кошельки ethereum windows bitcoin tether верификация clockworkmod tether tether wallet майнер monero your bitcoin coinder bitcoin bitcoin халява ethereum rub erc20 ethereum ethereum биржа bitcoin 999 json bitcoin status bitcoin ethereum chaindata bitcoin registration
краны ethereum proxy bitcoin сколько bitcoin торги bitcoin statistics bitcoin ccminer monero bitcoin demo bitcoin gif foto bitcoin hacking bitcoin кошелек ethereum gold cryptocurrency система bitcoin bitcoin map bitcoin приват24 cryptonator ethereum bitcoin инструкция кошельки ethereum bitcoin 2048 android tether TOKEN:bitcoin bloomberg bitcoin magazine bitcoin бонусы bonus bitcoin разделение ethereum weekly bitcoin список bitcoin minergate bitcoin mercado bitcoin описание bitcoin