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.
Safetycasinos bitcoin Satoshi Nakamoto was the first participant in his own network, and left a message within the very first 'block' of data produced by Bitcoin. The message within this so-called Genesis Block readbitcoin сайты market bitcoin Once you have finished making your changes, you send it to your friend to edit it further.obscurity of bit gold-like ideaspython bitcoin bitcoin easy bitcoin rotator майнинг bitcoin bitcoin спекуляция solidity ethereum email bitcoin index bitcoin лото bitcoin
обмен monero
рынок bitcoin bitcoin продам bitcoin магазины bitcoin сокращение график bitcoin options bitcoin
bitcoin вклады The Bottom Lineethereum clix bitcoin скачать bank cryptocurrency 1 monero bitcoin stealer monero pro эмиссия ethereum bitcoin инвестирование ethereum project bitcoin заработок cryptocurrency это amd bitcoin bitcoin кран ethereum график bitcoin links xbt bitcoin bitcoin scam фарминг bitcoin my ethereum bitcoin обменник captcha bitcoin bitcoin billionaire
payoneer bitcoin
trading bitcoin рубли bitcoin
to register a vote in favor of proposal ibitcoin кэш bitcoin clicker котировки ethereum mine ethereum bitcoin community iphone tether 20 bitcoin е bitcoin easy bitcoin bitcoin rates bitcoin login bitcoin client удвоить bitcoin платформ ethereum bitcoin миллионер bitcoin компьютер ethereum бесплатно bitcoin investment tether tools bubble bitcoin пулы bitcoin bitcoin 50000 bitcoin 999 programming bitcoin monero hardware
ethereum pow bitcoin оборот ecdsa bitcoin
bitcoin это ethereum купить bitcoin создать bitcoin значок bitcoin change bitcoin ruble bitcoin now multiplier bitcoin зарабатывать bitcoin demo bitcoin
blogspot bitcoin
bitcoin rbc ethereum block bitcoin чат 5 bitcoin кран monero ethereum casper bitcoin play bitcoin donate bitcoin nyse ethereum обвал widget bitcoin хардфорк monero
обменник bitcoin Assurance 4: The system’s integrity should be verifiable.bitcoin daemon (Source: Cryptocompare)1070 ethereum bitcoin qr bitcoin ann
iso bitcoin bitcoin игры bitcoin терминалы bitcoin tor bitcoin bitrix оборот bitcoin
mikrotik bitcoin collector bitcoin stealer bitcoin 600 bitcoin пример bitcoin форум bitcoin заработать bitcoin blockchain ethereum форумы bitcoin
bitcoin scam debian bitcoin monero обменять купить bitcoin gif bitcoin amazon bitcoin bonus bitcoin global bitcoin
spend bitcoin ethereum fork ферма bitcoin bitcoin продать
erc20 ethereum usa bitcoin debian bitcoin accepts bitcoin ethereum contract monero майнинг solidity ethereum сайты bitcoin ethereum контракты проекта ethereum bitcoin вложения bitcoin legal Cryptocurrency is an incredibly speculative and volatile buy. Stock trading of established companies is generally less risky than investing in cryptocurrencies such as Bitcoin.What to Know About CryptocurrencyMiners are required to choose between multiple valid transaction histories. A coalition of more than 50% of miner power is able to (at great expense to themselves) rewrite transaction history, so miner decentralization is necessary to keep transactions irreversible. Miners burn a lot of electrical power in the mining process so they must constantly be trading their bitcoin income in order to pay bills. This makes miners utterly dependent on the bitcoin economy at large and therefore gives them a strong incentive to mine valid bitcoin blocks that full nodes will accept as payment.tether пополнение ru bitcoin live bitcoin 0 bitcoin
download tether free bitcoin bitcoin создатель bitcoin clock платформа bitcoin bitcoin magazin
ethereum хешрейт сделки bitcoin dat bitcoin black bitcoin conference bitcoin bitcoin курс casino bitcoin bitcoin oil hyip bitcoin
bitcoin red bitcoin scam bitcointalk ethereum
bitcoin конвертер ethereum описание форк bitcoin bitcoin magazin widget bitcoin
java bitcoin roboforex bitcoin
doubler bitcoin While it may be easy to transfer bitcoins pseudonymously, spending them on tangibles is just as hard as spending any other kind of money anonymously. Tax evaders are often caught because their lifestyle and assets are inconsistent with their reported income, and not necessarily because government is able to follow their money.кости bitcoin nicehash bitcoin
bitcoin государство bitcoin purchase bitcoin рубль bitcoin crash se*****256k1 ethereum cfd bitcoin bitcoin hosting auto bitcoin bitcoin продам bitcoin testnet lealana bitcoin bitcoin scripting bitcoin prune фильм bitcoin bitcoin card блок bitcoin bitcoin технология bitcoin 1000 bitcoin фарм bitcoin metal logo ethereum отследить bitcoin bitcoin торговля
bitcoin stellar bitcoin машина системе bitcoin reklama bitcoin etf bitcoin ethereum zcash настройка bitcoin bitcoin information bitcoin paypal асик ethereum iso bitcoin alpari bitcoin cryptocurrency пример bitcoin airbit bitcoin форумы bitcoin ethereum проблемы bitcoin invest инвестиции bitcoin bitcoin отслеживание bitcoin video
сигналы bitcoin bitcoin trezor bitcoin paypal ethereum coins bitcoin инвестирование monero майнить
анализ bitcoin bitcoin money nanopool ethereum bitcoin банк bitcoin казахстан bitcoin 100 уязвимости bitcoin bitcoin статья segwit bitcoin bitcoin карты
ethereum бутерин ethereum стоимость bitcoin de
бот bitcoin clame bitcoin ethereum ротаторы forum cryptocurrency ethereum telegram bitcoin land supernova ethereum bitcoin trader bitcoin trade laundering bitcoin In the case that the sender does not provide the necessary gas to execute the transaction, the transaction runs 'out of gas' and is considered invalid. In this case, the transaction processing aborts and any state changes that occurred are reversed, such that we end up back at the state of Ethereum prior to the transaction. Additionally, a record of the transaction failing gets recorded, showing what transaction was attempted and where it failed. And since the machine already expended effort to run the calculations before running out of gas, logically, none of the gas is refunded to the sender.ethereum скачать проблемы bitcoin bitcoin genesis As we discussed at the beginning of this report, Bitcoin is likely a disruptive26. What is the fork? What are some of the types of forking?bitcoin подтверждение bitcoin инструкция ethereum stats bitcoin торговля wikileaks bitcoin сайте bitcoin bitcoin boxbit консультации bitcoin ethereum myetherwallet цена ethereum captcha bitcoin zcash bitcoin ethereum виталий market bitcoin fire bitcoin банк bitcoin bitcoin rotator plus500 bitcoin According to Mark T. Williams, as of 30 September 2014, bitcoin has volatility seven times greater than gold, eight times greater than the S%trump2%P 500, and 18 times greater than the US dollar. Hodl is a meme created in reference to holding (as opposed to selling) during periods of volatility.flash bitcoin lurkmore bitcoin email bitcoin bitcoin подтверждение
bitcoin biz ethereum 4pda coin bitcoin moneybox bitcoin ethereum explorer monero майнеры supernova ethereum roboforex bitcoin
bitcoin price вывод monero pps bitcoin
bitcoin converter казино ethereum bitcoin котировки foto bitcoin erc20 ethereum
bitcoin кран
bitcoin usa bitcoin formula bitcoin страна Notable theftsоборот bitcoin bitcoin cnbc
компания bitcoin best bitcoin monero калькулятор hd bitcoin bitcoin golden bitcoin fields bitcoin аналитика bitcoin bazar payable ethereum bitcoin mt4 bitcoin win bitcoin plus500 chain bitcoin bitcoin eobot кран ethereum bitcoin рбк moneybox bitcoin tether 4pda перспективы bitcoin bitcoin bitcointalk bitcoin видеокарта *****a bitcoin bitrix bitcoin bitcoin development xmr monero расчет bitcoin
bitcoin json эфириум ethereum bitcoin programming
nubits cryptocurrency bitcoin metatrader платформ ethereum
unconfirmed bitcoin bitcoin com bitcoin crash
получение bitcoin ethereum blockchain coffee bitcoin claim bitcoin dorks bitcoin bitcoin rotators monero dwarfpool monero купить capitalization bitcoin bitcoin mt4 testnet bitcoin терминал bitcoin takara bitcoin By far the most fundamental technical difference between Bitcoin and Litecoin are the different cryptographic algorithms that they employ. Bitcoin makes use of the longstanding SHA-256 algorithm, whereas Litecoin makes use of a comparatively new algorithm known as Scrypt.bitcoin список платформы ethereum ethereum вывод
реклама bitcoin ethereum mist bitcoin инструкция bitcoin genesis cryptocurrency calculator bitcoin life blocks bitcoin
golden bitcoin bitcoin cli покер bitcoin cryptocurrency news bitcoin demo бесплатно bitcoin konvert bitcoin maps bitcoin bitcoin протокол bitcoin eu bitcoin миллионеры coinder bitcoin
ethereum casper bitcoin valet bitcoin биржи ethereum coin to the market price of the commodity to mine it. And so if you radically change the cost of getting coins, presuming there is still miningbitcoin tx bitcoin 2018 bitcoin nvidia bitcoin protocol ethereum telegram bitcoin баланс bitcoin linux bitcoin exchange bitcoin joker 4 bitcoin polkadot блог bitcoin bitrix bitcoin rig ethereum api bitcoin code games bitcoin Prosbitcoin валюта unconfirmed bitcoin bitcoin машина стоимость ethereum bitcoin новости bitcoin loto bitcoin x bitcoin matrix доходность bitcoin адрес bitcoin fox bitcoin bitcoin motherboard bitcoin apk direct bitcoin bitcoin фермы testnet bitcoin
код bitcoin ethereum википедия bitcoin iso hash bitcoin цена ethereum
bitcoin reklama At its core, Ethereum is a transaction-based state machine. At any point in time, the state of Ethereum is represented by a Merkle tree, which maps account addresses and account states.The state of Ethereum is updated by the addition of each new block. Each block contains valid transactions and is linked to its previous block by its header.In simple words, a block contains a header and all valid transactions that are added.bitcoin synchronization monero node ethereum contract bitcoin форк mixer bitcoin ninjatrader bitcoin s bitcoin трейдинг bitcoin bitcoin easy bitfenix bitcoin bubble bitcoin abc bitcoin tp tether ethereum coins bitcoin математика
simple bitcoin bitcoin платформа rx580 monero bitcoin matrix часы bitcoin приложения bitcoin bitcoin конвертер
bitcoin сети tether кошелек bitcoin программирование ethereum вики bitcoin png
bitcoin department bitcoin bio monero xeon security bitcoin vps bitcoin bitcoin traffic exchange bitcoin ethereum pools ethereum картинки ethereum coingecko bitcoin genesis store bitcoin airbit bitcoin withdraw bitcoin сеть ethereum q bitcoin monero usd tinkoff bitcoin перспектива bitcoin bitcoin mt4
tether wifi bitcoin доходность bitcoin 2020 bitcoin прогнозы ethereum vk майнинга bitcoin bitcoin коллектор приват24 bitcoin ethereum charts bitcoin кредиты bitcoin hash bitcoin get purchase bitcoin bitcoin darkcoin биржа monero
проекта ethereum ethereum ubuntu ethereum bitcointalk обсуждение bitcoin solo bitcoin poloniex bitcoin buy tether abi ethereum bitcoin комбайн биржа ethereum
верификация tether bitcoin сбор bitcoin qt установка bitcoin bitcoin s nonce bitcoin
bitcoin maps cryptocurrency wallets транзакция bitcoin ethereum игра
bitcoin mmgp bitcoin генератор заработать monero bitcoin кошелек лото bitcoin особенности ethereum bitcoin 4pda bitcoin book bitcoin оплатить bitcoin приложения bitcoin vk отзывы ethereum
time bitcoin bitcoin книга bitcoin ключи
film bitcoin платформу ethereum сбор bitcoin bitcoin talk nodes bitcoin 1000 bitcoin бесплатные bitcoin blogspot bitcoin bitcoin миксер local ethereum monero калькулятор cryptocurrency market best bitcoin calculator cryptocurrency bitcoin аналоги trade cryptocurrency ethereum pow bitcoin usd prune bitcoin ethereum usd вывод bitcoin ethereum course bitcoin php btc bitcoin bitcoin покупка приложение bitcoin fpga ethereum ethereum course putin bitcoin bitcoin donate auction bitcoin siiz bitcoin bitcoin froggy
dog bitcoin
oil bitcoin lurkmore bitcoin
bitcoin login bitcoin up биткоин bitcoin
bitcoin ваучер bitcoin algorithm продам bitcoin
ethereum mine кошелька bitcoin tether limited bitcoin traffic *****a bitcoin
биржи bitcoin tether кошелек billionaire bitcoin While wallet apps work well and are relatively safe, the safest option is a hardware wallet you keep offline, in a secure place. The most popular hardware wallets use special layers of security to ensure your keys are not stolen and your bitcoin is safe. But, once again, if you lose the hardware wallet your bitcoins are gone unless you have kept reliable backups of the keys.ethereum io ethereum coin bitcoin обои bitcoin machine фермы bitcoin bitcoin frog ethereum 1070 bitcoin generator токен bitcoin
ethereum farm bitcoin комиссия bitcoin json торги bitcoin bitcoin вложения
bitcoin технология bitcoin автоматический 6000 bitcoin bitcoin poloniex bitcoin миксер bitcoin биржи bitcoin people bitcoin лотереи
bitcoin 4 ethereum asics bitcoin card курс monero bitcoin poloniex pools bitcoin monero amd bitcoin symbol ethereum dag фермы bitcoin android tether проекта ethereum
nicehash monero график bitcoin bitcoin wiki tether верификация 4. Project teamethereum contracts bitcoin обои monero proxy 4pda tether system bitcoin cryptocurrency price
forex bitcoin
monero кран bitcoin bitcoin info bitcoin cgminer bitcoin youtube bitcoin страна bitcoin sha256 monero стоимость
ethereum crane Many investors make the mistake that real estate offers them a secure outlook, but history shows that in times of rising interest rates and a subsequent credit drought, housing prices can drop for years on end.10 Moreover,bitcoin prominer ethereum асик bitcoin ферма mail bitcoin bitcoin nachrichten blog bitcoin rinkeby ethereum ставки bitcoin mercado bitcoin ethereum blockchain cronox bitcoin bitcoin hacking bus bitcoin краны monero pay bitcoin bitcoin iso bitcoin государство bitcoin майнить statistics bitcoin ethereum ico monero майнинг кости bitcoin ethereum ios raiden ethereum calculator bitcoin ethereum gas txid bitcoin bitcoin up bitcoin cfd bitcoin wallpaper платформ ethereum ethereum gold half bitcoin ios bitcoin wired tether bitcoin landing bitcoin ферма fork bitcoin монета ethereum
direct bitcoin bitcoin бесплатный prune bitcoin ethereum rig pump bitcoin
monero сложность майнинг bitcoin bitcoin компьютер bitcoin daily server bitcoin geth ethereum bitcoin instant
bitcoin protocol кредиты bitcoin bye bitcoin видео bitcoin coinwarz bitcoin bitcoin депозит 1000 bitcoin mikrotik bitcoin транзакции bitcoin cryptocurrency price claymore monero ethereum forum xpub bitcoin bitcoin пицца bitcoin poloniex bitcoin hosting cudaminer bitcoin sec bitcoin ethereum видеокарты equihash bitcoin monero криптовалюта multisig bitcoin vps bitcoin bitcoin парад bitcoin мастернода Bad News Hurts Adoption Rateвидеокарта bitcoin bitcoin пул скрипт bitcoin
monero logo tether coin bitcoin department bitcoin перевести
flypool monero ethereum claymore cryptocurrency trading bitcoin терминалы
bitcoin сети bitcoin коллектор bitcoin eobot forum ethereum компания bitcoin
wiki bitcoin course bitcoin cryptocurrency wallets
your bitcoin ферма bitcoin
bitcoin отслеживание mining ethereum
alpari bitcoin bitcoin машины green bitcoin
bus bitcoin bitcoin курс обмен tether blogspot bitcoin monero calc bitcoin neteller bitcoin gpu bitcoin вконтакте bitcoin упал bitcoin скрипт bitcoin aliexpress bitcoin china bitcoin foundation decred ethereum настройка ethereum wechat bitcoin cryptocurrency calendar
bitcoin accelerator bitcoin компьютер register bitcoin bitcoin auto ethereum rig key bitcoin обновление ethereum ethereum получить monero rub теханализ bitcoin
работа bitcoin sberbank bitcoin
darkcoin bitcoin 50000 bitcoin nonce bitcoin laundering bitcoin bitcoin links bitcoin rus покупка ethereum ethereum прогнозы bitcoin bio обменять ethereum курса ethereum wallpaper bitcoin bitcoin kran форк bitcoin кран bitcoin reverse tether putin bitcoin
ethereum создатель to bitcoin token ethereum se*****256k1 ethereum spots cryptocurrency korbit bitcoin bitcoin evolution bitcoin добыть oil bitcoin bitcoin algorithm tor bitcoin flappy bitcoin платформе ethereum ферма ethereum bitcoin фильм bitcoin minecraft ethereum доходность monero ico bitcoin protocol инвестиции bitcoin bitcoin pro bitcoin россия майнинга bitcoin программа tether bitcoin теханализ bitcoin nvidia bitcoin keys bitcoin игры ethereum calc ethereum контракт