T
Tangerine Whistle
A of the Ethereum blockchain, which occurred at block 2,463,000 to change the calculation for certain I/O-intensive operations and to clear the accumulated state from a denial-of-service attack, which exploited the low gas cost of those operations.
token standard
Introduced by ERC-20 proposal, this provides a standardized structure for fungible tokens. Tokens from the same contract can be tracked, traded, and are interchangeable, unlike .
ERC-20 Token Standard
transaction
Data committed to the Ethereum Blockchain signed by an originating , targeting a specific . The transaction contains metadata such as the for that transaction.
Transactions
transaction fee
A fee you need to pay whenever you use the Ethereum network. Examples include sending funds from your or a interaction, like swapping tokens or buying a collectible. You can think of this like a service charge. This fee will change based on how busy the network is. This is because , the people responsible for processing your transaction, are likely to prioritise transactions with higher fees – so congestion forces the price up.
At a technical level, your transaction fee relates to how much your transaction requires.
Reducing transaction fees is a subject of intense interest right now. See
Turing complete
A concept named after English mathematician and computer scientist Alan Turing- a system of data-manipulation rules (such as a computer’s instruction set, a programming language, or a cellular automaton) is said to be «Turing complete» or «computationally universal» if it can be used to simulate any Turing machine.
2016
Spurious Dragon
ethereum.org on waybackmachine
Summary
The Spurious Dragon fork was the second response to the denial of service (DoS) attacks on the network (September/October 2016) including:
- tuning opcode pricing to prevent future attacks on the network.
- enabling “debloat” of the blockchain state.
- adding replay attack protection.
More
Tangerine whistle
ethereum.org on waybackmachine
Summary
The Tangerine Whistle fork was the first response to the denial of service (DoS) attacks on the network (September/October 2016) including:
addressing urgent network health issues concerning underpriced operation codes.
More
DAO fork
ethereum.org on waybackmachine
Summary
The DAO fork was in response to the 2016 DAO attack where an insecure contract was drained of over 3.6 million ETH in a hack. The fork moved the funds from the faulty contract to a new contract with a single function: withdraw. Anyone who lost funds could withdraw 1 ETH for every 100 DAO tokens in their wallets.
This course of action was voted on by the Ethereum community. Any ETH holder was able to vote via a transaction on a voting platform. The decision to fork reached over 85% of the votes.
Some miners refused to fork because the DAO incident wasn’t a defect in the protocol. They went on to form Ethereum Classic.
Homestead
ethereum.org on waybackmachine
Summary
The Homestead fork that looked to the future. It included several protocol changes and a networking change that gave Ethereum the ability to do further network upgrades.
More
D
Decentralized Autonomous Organization (DAO)
A company or other organization that operates without hierarchical management. DAO may also refer to a contract named «The DAO» launched on April 30, 2016, which was then hacked in June 2016; this ultimately motivated a (codenamed DAO) at block 1,192,000, which reversed the hacked DAO contract and caused Ethereum and Ethereum Classic to split into two competing systems.
Decentralized Autonomous Organizations (DAOs)
Dapp
Decentralized application. At a minimum, it is a and a web user interface. More broadly, a Dapp is a web application that is built on top of open, decentralized, peer-to-peer infrastructure services. In addition, many Dapps include decentralized storage and/or a message protocol and platform.
Introduction to Dapps
decentralized exchange (DEX)
A type of that lets you swap tokens with peers on the network. You need to use one (to pay ) but they are not subject to geographical restrictions like centralized exchanges – anyone can participate.
DeFi
Short for «decentralized finance,» a broad category of aiming to provide financial services backed by the blockchain, without any intermediaries, so anyone with an internet connection can participate.
Decentralized Finance (DeFi)
digital signature
A short string of data a user produces for a document using a such that anyone with the corresponding , the signature, and the document can verify that (1) the document was «signed» by the owner of that particular private key, and (2) the document was not changed after it was signed.
O
ommer (uncle) block
When a finds a valid , another miner may have published a competing block which is added to the tip of the blockchain first. This valid, but stale, block can be included by newer blocks as ommers and receive a partial block reward. The term «ommer» is the preferred gender-neutral term for the sibling of a parent block, but this is also sometimes referred to as an «uncle».
Optimistic rollup
A of transactions that use to offer increased transaction throughput while using the security provided by (layer 1). Unlike , a similar layer 2 solution, Optimistic rollups can handle more complex transaction types – anything possible in the . They do have latency issues compared to because a transaction can be challenged via the fraud proof.
Enterprise applications live on Mainnet
Here are some of the enterprise applications that have been deployed to the public Ethereum Mainnet
Payments
- Brave Browser pays users for their attention to advertisements and users can pay publishers to support them, via the Basic Attention Token.
- hCaptcha Bot prevention CAPTCHA system which pays web site operators for the work done by users to label data for machine learning. Now deployed by Cloudflare.
- Audius a streaming service that connects music fans directly with artists, and allows artists to be paid in full by their fans, directly and instantly for every stream
Finance
- Santander Bank bond issuance and settlement
- Societe Generale bond issuance
- bond offering and tokenization for FAT Brands
- Sila banking and ACH payments infrastructure-as-a-service
- Tinlake receivables financing via tokenized real-world assets such as invoices, mortgages or streaming royalties
- Kratos commodity trading and trade finance platform that connects and enables commodity traders to trade and source capital from lenders directly online
- Fasset a platform for supporting sustainable infrastructure
Notarization of data
- BBVA details of finalized loans are hashed and recorded on Mainnet
- Splunk data integrity can be ensured by periodically writing hashes of indexed data to Mainnet
- ANSA Italy’s largest news agency fights fake news and enables readers to verify the origin of news stories by recording them on Mainnet
- Verizon logs press releases on Ethereum to ensure corporate accountability and trust
- Breitling records provenance and repair history of watches on Ethereum
Supply chain
- CargoX bill of lading and document transfer provider
- Morpheus.network supply chain automation platform which implements a hybrid of private chains with notarized data on the Ethereum Mainnet, and is in use by companies such as Canadian food, oil & gas distributor Federated Co-op Ltd. and Argentinian pet food provider Vitalcan
- Minespider supply chain tracking
- ShipChain public sidechain of Ethereum and enterprise system for supply chain visibility and trust, especially for multimodal logistics
- Follow Our Fibre viscose supply chain traceability
- EY OpsChain Network Procurement enables companies to engage in a procurement workflow by issuing RFQ’s, contracts, purchase orders, and invoices across your network of trusted business partners
- Treum brings transparency, traceability, and tradability to supply chains, using blockchain technology
Credentials and certifications
- Utah Counties issuing digital marriage certificates on Ethereum
- Two Italian high schools digital diplomas issued on Ethereum Mainnet
- University of St. Gallen pilot project to verify degrees by a Swiss university
- Malta all educational certificates recorded on Mainnet by Hyland
- Pohang University of Science and Technology South Korean university issues blockchain-stored diplomas to its new graduates
- OpenCerts issues blockchain education credentials in Singapore
- BlockCerts developed an open standard for blockchain credentials
- SkillTree online skill training and certifications which can be configured with expiration triggers or dependencies on other skills
R
receipt
Data returned by an Ethereum client to represent the result of a particular , including a of the transaction, its number, the amount of used, and, in case of deployment of a , the of the contract.
re-entrancy attack
An attack that consists of an attacker contract calling a victim contract function in such a way that during execution the victim calls the attacker contract again, recursively. This can result, for example, in the theft of funds by skipping parts of the victim contract that update balances or count withdrawal amounts.
Recursive Length Prefix (RLP)
An encoding standard designed by the Ethereum developers to encode and serialize objects (data structures) of arbitrary complexity and length.
rollups
A type of scaling solution that batches multiple transactions and submits them to in a single transaction. This allows for reductions in costs and increases in throughput. There are Optimistic and Zero-knowledge rollups which use different security methods to offer these scalability gains.
Rollups
Further reading
- Crypto art data – Richard Chen, updated automatically
- OpenSea: the NFT Bible – Devin Fizner, January 10 2020
- A beginner’s guide to NFTs – Linda Xie, January 2020
- Everything you need to know about the metaverse – Foundation team, foundation.app
- No, CryptoArtists Aren’t Harming the Planet
- A country’s worth of power, no more – Carl Beekhuizen, May 18 2021
Footnotes and sources
This explains how we arrived at our energy estimates above. These estimates apply to the network as a whole and are not just reserved for the process of creating, buying, or selling NFTs.
1. 99.95% energy reduction from mining
The 99.95% reduction in energy consumption from a system secured by mining to a system secured by staking is calculated using the following data sources:
-
44.49 TWh of annualized electrical energy is consumed by mining Ethereum — Digiconomist
-
The average desktop computer, all that’s needed to run Proof of Stake, uses 0.06kWh of energy per hour – Silicon Valley power chart (Some estimates are a little higher at 0.15kWh)
At the time of writing, there are 140 592 validators from 16 405 unique addresses.
Of those, 87 897 validators are assumed to be staking from home.
It is assumed the average person staking from home uses a 100 watt desktop personal computer setup to run an average of 5.4 validator clients.
The 87 897 validators running from home gives us 16 300 users consuming ~1.64 megawatt of energy.
The rest of the validators are run by custodial stakers such as exchanges and staking services.
It can be assumed that they use 100w per 5.5 validators. This is a gross overestimation to be on the safe side.
In total, Ethereum on proof-of-stake therefore consumes something on the order of 2.62 megawatt, which is about the same as a small American town.
This is a reduction of at least 99.95% in total energy usage from the Digiconomist estimate of 44.94 TWh per year that the Ethereum miners currently consume.
2. Visa energy consumption
The cost of 100,000 Visa transactions is 149 kwH — Bitcoin network average energy consumption per transaction compared to VISA network as of 2020, Statista
Year-ending September 2020 they processed 140,839,000,000 transactions – Visa financials report Q4 2020
3. Eth2 energy usage for 100,000 transactions
It’s estimated that Eth2 will allow the network to process between 25,000 and 100,000 transactions per second, with 100,000 as the theoretical maximum right now.
At the bare minimum, Eth2 will allow 64 times the amount of transactions as today which sits at around 15 transactions. That’s the amount of shard chains (extra data and capacity) being introduced. More on shard chains
That means we can estimate how long it will take to process 100,000 transactions so we can compare it to the Visa example above.
- transactions per second.
- seconds to process 100,000 transactions.
In 104.2 seconds, the Ethereum network will use the following amount of energy:
per day.
There are 86,400 seconds in a day, so per second.
If we times that by the amount of time it takes to process 100,000 transaction: .
That is 11.6554809866% of the energy consumed by the same amount of transactions on Visa.
And remember, this is based on the minimum amount of transactions that Eth2 will be able to handle per second. If Eth2 reaches its potential of 100,000 transactions per second, 100,000 transactions would consume 0.1666666667kWh.
To put it another way, if Visa handled 140,839,000,000 transactions at a cost of 149 kWh per 100,000 transactions that’s 209,850,110 kWh energy consumed for the year.
Eth2 in a single year stands to consume 5,256,000 kWh. With a potential of 788,940,000,000 — 3,153,600,000,000 transactions processed in that time.
If you think these stats are incorrect or can be made more accurate, please raise an issue or PR. These are estimates by the ethereum.org team made using publicly accessible information and the current Eth2 design. This doesn’t represent an official promise from the Ethereum Foundation.
What’s an NFT?
NFTs are tokens that we can use to represent ownership of unique items. They let us tokenise things like art, collectibles, even real estate. They can only have one official owner at a time and they’re secured by the Ethereum blockchain – no one can modify the record of ownership or copy/paste a new NFT into existence.
NFT stands for non-fungible token. Non-fungible is an economic term that you could use to describe things like your furniture, a song file, or your computer. These things are not interchangeable for other items because they have unique properties.
Fungible items, on the other hand, can be exchanged because their value defines them rather than their unique properties. For example, ETH or dollars are fungible because 1 ETH / $1 USD is exchangeable for another 1 ETH / $1 USD.
Зачем пользователи отправляют криптовалюту в стейкинг Ethereum 2.0
В итоге стейкинг в Эфириуме получается не самым доходным занятием, вдобавок монеты и награду за работу получится получить как минимум через год. Зачем же тогда будущие валидаторы добровольно расстаются с криптовалютой на настолько большой срок?
Главная причина — идейность
Стейкеры верят, что обновление Эфириума до версии 2.0 станет историческим событием, поэтому они участвуют в важном деле. Вдобавок очевидно, что валидаторы могут позволить себе выделить эквивалент 16-20 тысяч долларов и не беспокоиться о них
Виталик Бутерин
К тому же их явно не волнует, как будет вести себя курс криптовалюты. Ведь если ETH установит новый максимум — к примеру, летом 2021 года — они точно не смогут вывести монеты и продать их.
Обновление Ethereum London приведет к более быстрому росту DeFi
Скачок цен на Эфир (ETH), произошёл после того как блокчейн Ethereum получил обновление Берлин — 15 апреля 2021 года.
Обновление (хардфорк) включало в себя четыре предложения по улучшению Эфириума, за которые проголосовало сообщество разработчиков.
Два из них касались затрат на газ для конкретных типов транзакций и хотя они уменьшили затраты для некоторых типов транзакций, они увеличили их для транзакций с операционным кодом, которые могут быть использованы для атак типа «отказ в обслуживании».
Два других предложения расширили категории транзакционной логики.
Джеймс Бек, директор по коммуникациям и контенту ConsenSys — блокчейн технологической компании, поддерживающей инфраструктуру Ethereum сказал:
Ethereum — это самый известный блокчейн, используемый на децентрализованных финансовых рынках, и его цена часто идет рука об руку с ростом DeFi. На момент написания этой статьи общая стоимость DeFi достигла нового максимума, чуть более 80 миллиардов долларов.
Количество денег в DeFi быстро росло с начала года и почти удвоилось с начала февраля 2021 года.
Обновление Ethereum London EIP 1559 — летом 2021
Кроме того, ещё одно предложение по улучшению Ethereum EIP-1559, было одобрено сообществом разработчиков в рамках Лондонского хард-форка, который должен состояться в июле 2021 года.
Простыми словами на пальцах.
Раньше для осуществления транзакций помимо комиссий можно было накинуть чаевые для ускорения выполнения твоей транзакции среди остальных. Она накидывалась майнерам по рыночным условиям, кто больше дал, тот и первый в очереди.
Естественно огромное количество транзакций привело к тому, что для получения своей транзакции приходилось накидывать уже не хилые чаевые (такс фрее), что и застопорило всю сеть.
И вот теперь все эти чаевые будут сжигаться (уничтожаться) сетью, что снизит комиссию.
Полным выходом из данной ситуации будет переход от POW на POS, когда комиссию за транзакции (подтверждение) будут получать не майнеры, а тейкеры, те люди кто стейкнули свои Ethereum на выполнение задач по подтверждению транзакций, за что получают процент, по сути они будут получать деньги как от депозита (банковского вклада), за то что одолжили системе свои Ethereum, которые выполняют функцию подтверждения транзакций, что раньше делали майнеры.
Майнеры останутся не удел.
Штрафы в стейкинге Ethereum 2.0
Механизм консенсуса Proof-of-Stake подразумевает наличие системы штрафов. Это нужно для мотивации валидаторов оставаться в сети, подтверждать блоки и обеспечивать работоспособность сети вместе с её безопасностью. То есть по сути можно считать, что блокчейн защищает себя с помощью штрафов.
По данным из описания работы механизма PoS на ресурсе ETHhub, всего может быть два сценария, при котором валидатор потеряет средства.
- Если блок финализируется — то есть добавляется в блокчейн, а пользователь находится в офлайне, он потеряет определённый процент от своего депозита в изначальные 32 ETH, который может достигать размера нынешнего процента доходности стейкинга. К примеру, если годовая доходность стейкинга составляет 5 процентов, валидатор будет терять 0.0137 (5 процентов годовых/365 дней) процента своего депозита за каждый день простоя. При этом награда будет насчитываться за дни, когда он находится в онлайне и выполняет свою работу.
- Если блок не финализируется — то есть в офлайне находится больше трети всех валидаторов, и пользователь находится в офлайне, он может лишиться 60 процентов первоначального депозита за 18 дней.
Важный момент: как только общий размер депозита пользователя после подобных штрафов опустится ниже отметки в 16 ETH, он будет исключён из общего списка валидаторов.
При этом разработчики снизили размер штрафов для начального этапа работы сети, чтобы не спугнуть участников — всё же поначалу проблемы могут возникнуть из-за банального отсутствия опыта. Как отметил разработчик Джастин Дрейк в своём твите, в будущем минимальный размер штрафа будет увеличен до 1 ETH. Таким образом валидаторы явно не захотят уходить в офлайн — особенно в случае дальнейшего роста курса Эфириума.
Первый штраф в сети Ethereum 2.0 был начислен на следующий день после запуска мейннета, то есть второго декабря. Валидатор 20075 нарушил правила предложения блока для его включения в цепочку и потерял 0.234 ETH от 32 эфиров. По курсу на момент начисления штрафа сумма эквивалентна 140 долларам.
Первый штраф в сети Эфириума 2.0
OpenPGP Signatures
All the binaries available from this page are signed via our build server PGP keys:
Build Server | Unique ID | OpenPGP Key | Fingerprint |
---|---|---|---|
Android Builder | Go Ethereum Android Builder <geth-ci@ethereum.org> | F9585DE6 | 8272 1824 F4D7 46E0 B5A7 AB95 70AD 154B F958 5DE6 |
iOS Builder | Go Ethereum iOS Builder <geth-ci@ethereum.org> | C2FF8BBF | 70AD EB8F 3BC6 6F69 0256 4D88 F29D EFAF C2FF 8BBF |
Linux Builder | Go Ethereum Linux Builder <geth-ci@ethereum.org> | 9BA28146 | FDE5 A1A0 44FA 13D2 F7AD A019 A61A 1356 9BA2 8146 |
macOS Builder | Go Ethereum macOS Builder <geth-ci@ethereum.org> | 7B9E2481 | 6D1D AF5D 0534 DEA6 1AA7 7AD5 5589 15E1 7B9E 2481 |
Windows Builder | Go Ethereum Windows Builder <geth-ci@ethereum.org> | D2A67EAC | C4B3 2BB1 F603 4241 A9E6 50A1 9417 309E D2A6 7EAC |
Developer | Unique ID | OpenPGP Key | Fingerprint |
---|---|---|---|
Felix Lange | Felix Lange <fjl@ethereum.org> | E058A81C | 6047 0B71 5865 392D E43D 75A3 337E 68FC E058 A81C |
Martin Holst Swende | Martin Holst Swende <martin.swende@ethereum.org> | 05A5DDF0 | CA99 ABB5 B36E 24AD 5DA0 FD40 683B 438C 05A5 DDF0 |
Péter Szilágyi | Péter Szilágyi <peter@ethereum.org> | 1CCB7DD2 | 4948 43FC E822 1C4C 86AB 5E2F 119A 7638 1CCB 7DD2 |
Importing keys and verifying builds
You can import the build server public keys by grabbing the individual keys directly from the keyserver network:
gpg --recv-keys F9585DE6 C2FF8BBF 9BA28146 7B9E2481 D2A67EAC
Similarly you can import all the developer public keys by grabbing them directly from the keyserver network:
gpg --recv-keys E058A81C 05A5DDF0 1CCB7DD2
From the download listings above you should see a link both to the downloadable archives as well as detached signature files. To verify the authenticity of any downloaded data, grab both files and then run:
gpg --verify geth-linux-amd64-1.5.0-d0c820ac.tar.gz.asc
Note that you must use the name of the signature file, and you should use the one that’s appropriate to the download you’re verifying.
2021
(In Progress) Altair
The Altair upgrade is the first scheduled upgrade for the Beacon Chain. It is expected to go live in 2021. It will add support for «sync committees», which can enable light clients, and will bring inactivity and slashing penalties up to their full values.
Read the Altair upgrade specification
London
12,965,000ethereum.org on waybackmachine
Summary
The London upgrade introduced EIP-1559, which reformed the transaction fee market, along with changes to how gas refunds are handled and the schedule.
- Are you a dApp developer? Be sure to upgrade your libraries and tooling.
- Read the Ethereum Foundation announcement
- Read the Ethereum Cat Herder’s explainer
More
Berlin
12,244,000ethereum.org on waybackmachine
Summary
The Berlin upgrade optimized gas cost for certain EVM actions, and increases support for multiple transaction types.
- Read the Ethereum Foundation announcement
- Read the Ethereum Cat Herder’s explainer
More
2019
Istanbul
ethereum.org on waybackmachine
Summary
The Istanbul fork:
- Optimised the cost of certain actions in the .
- Improved denial-of-service attack resilience.
- Made Layer 2 scaling solutions based on SNARKs and STARKs more performant.
- Enabled Ethereum and Zcash to interoperate.
- Allowed contracts to introduce more creative functions.
More
Constantinople
ethereum.org on waybackmachine
Summary
The Constantinople fork:
- Ensured the blockchain didn’t freeze before .
- Optimised the cost of certain actions in the .
- Added the ability to interact with addresses that haven’t been created yet.
More
V
validator
A in a system responsible for storing data, processing transactions, and adding new blocks to the blockchain. To active validator software, you need to be able to 32 ETH.
Proof of stake
Staking in Ethereum
Validity proof
A security model for certain solutions where, to increase speed, transactions are into batches and submitted to Ethereum in a single transaction. The transaction computation is done off-chain and then supplied to the main chain with a proof of their validity. This method increases the amount of transactions possible while maintaining security. Some use .
Validium
An off-chain solution that uses to improve transaction throughput. Unlike , Validium data isn’t stored on layer 1 .
Validium
Vyper
A high-level programming language with Python-like syntax. Intended to get closer to a pure functional language. Created by Vitalik Buterin.
The magic behind decentralized finance
Open access
Financial services running on Ethereum have no sign up requirements. If you have funds and an internet connection, you’re good to go.
A new token economy
There’s a whole world of tokens that you can interact with across these financial products. People are building new tokens on top of Ethereum all the time.
Stablecoins
Teams have built stablecoins – a less volatile cryptocurrency. These allow you to experiment and use crypto without the risk and uncertainty.
Interconnected financial services
Financial products in the Ethereum space are all modular and compatible with one another. New configurations of these modules are hitting the market all the time, increasing what you can do with your crypto.
I
index
A network structure meant to optimize the querying of information from across the by providing an efficient path to its storage source.
Inter-exchange Client Address Protocol (ICAP)
An Ethereum address encoding that is partly compatible with the International Bank Account Number (IBAN) encoding, offering a versatile, checksummed, and interoperable encoding for Ethereum addresses. ICAP addresses use a new IBAN pseudo-country code- XE, standing for «eXtended Ethereum,» as used in nonjurisdictional currencies (e.g., XBT, XRP, XCP).
integrated development environment (IDE)
A user interface that typically combines a code editor, compiler, runtime, and debugger.
Integrated Development Environments
immutable deployed code problem
Once a (or ) code is deployed, it becomes immutable. Standard software development practices rely on being able to fix possible bugs and add new features, so this represents a challenge for smart contract development.
Deploying Smart Contracts
2. Что такое ETH и как я могу его получить?
ETH – это внутренняя валюта Ethereum. Это цифровые деньги, которые можно мгновенно и дешево отправить через Интернет и которыми пользуются во многих приложениях, построенных на Ethereum, например, представленных в предыдущей главе.
Самый простой способ получить ETH – это купить немного. Существует множество криптовалютных бирж, где вы можете купить ETH, и ваш выбор будет зависеть от вашего места проживания и предпочтительного способа оплаты.
Для получения дополнительной информации о том, как купить ETH, ознакомьтесь со следующими инструкциями:
- How to buy ether (ETH) Updated often — MyCrypto
- How to buy ether Updated often — EthHub
- CryptoKitties
Недостатки стейкинга в Ethereum 2.0
Стейкинг перед запуском нулевой фазы Ethereum 2.0 подойдёт не всем. Можно выделить как минимум пять моментов, которые делают это занятие не массовым.
- Дороговизна — как мы уже отметили, для стейка требуется 32 ETH. Это достаточно большая сумма для обычного трейдера. В дальнейшем различные сервисы дадут возможность пользователям делиться меньшим объёмом монет и получать пропорциональную награду. Среди них в том числе может оказаться 2Masternodes;
- Сложность подготовки — единственным вариантом для отправки криптовалюты в стейкинг является запуск ноды Ethereum 2.0. Как отметил основатель CryptoTesters Лито Коэн, обычные пользователи считают эту процедуру “отпугивающей”. Всё же для запуска ноды нужно иметь технические знания и опыт взаимодействия с блокчейном;
- Отложенная награда — как уже было сказано, получить свою награду за работу пользователи смогут только после активации второй фазы Ethereum 2.0. То есть в 2021-2022 году;
- Низкая доходность — базовая доходность стейкинга в Ethereum 2.0 при 524 888 заблокированных эфирах составляет 21 процент годовых. Чем больше монет в стейкинге, тем ниже процент. При нынешнем показателе пользователи могут рассчитывать на 17.6 процента. Важный момент: после создания генезис-блока первого декабря в сети могут появляться не больше 900 валидаторов в сутки. То есть в дальнейшем доходность также будет снижаться, хоть и не совсем быстро;
- Блокировка средств — получить заблокированные эфиры также получится после активации конечной фазы Ethereum 2.0. Естественно, не все могут позволить себе расстаться со средствами на один-два года. Всё же криптовалюту можно использовать для трейдинга, инвестиций и заработка средств.
Вот график доходности стейкинга в Ethereum 2.0. Чем больше монет в контракте, тем ниже доходность.
Доходность стейкинга в Ethereum 2.0
A
An object containing an , balance, , and optional storage and code. An account can be a or an .
Ethereum Accounts
address
Most generally, this represents an or that can receive (destination address) or send (source address) on the blockchain. More specifically, it is the rightmost 160 bits of a of an .
application binary interface (ABI)
The standard way to interact with in the Ethereum ecosystem,
both from outside the blockchain and for contract-to-contract interactions.
application programming interface
An Application Programming Interface (API) is a set of definitions for how to use a piece of software. An API sits between an application and a web server, and facilitates the transfer of data between them.
assert
In , compiles to , an invalid opcode, which uses up all remaining and reverts all changes. When an statement fails, something very wrong and unexpected is happening, and you will need to fix your code. You should use to avoid conditions that should never, ever occur.
Security
attestation
A validator vote for a or . Validators must attest to blocks, signaling that they agree with the state proposed by the block.
Выводы
Эфир — это децентрализованная валюта, подающая огромные надежды. Она имеет более совершенную платформу, чем биткоин. Благодаря эфириуму можно осуществлять не только финансовые операции, но и даже разрабатывать приложения. Криптовалюта имеет блокчейн-технологию, но блоки соединяются в виде дерева.
Майнинг эфира происходит точно так же, как в случае с биткоином. Пользовали добывают его на своих компьютерах, с помощью ферм, облачного майнинга, на кранах и другими способами. Курс эфира постоянно растет, а самый высокий скачок случился в 2017 году.
[youtube https://www.youtube.com/watch?v=AroQXK_VdAc?ecver=2]