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.
ethereum node
python bitcoin ethereum org брокеры bitcoin mini bitcoin bitcoin prices bitcoin cc widget bitcoin *****a bitcoin сборщик bitcoin wirex bitcoin claim bitcoin 2016 bitcoin bitcoin сегодня bitcoin gold bitcoin компания bitcoin wm
pk tether cryptocurrency calendar airbitclub bitcoin bitcoin it asics bitcoin bitcoin cache bitcoin 100 bitcoin dice платформы ethereum crypto bitcoin bitcoin review bitcoin express bitcoin prosto bitcoin 100 ethereum usd bitcoin goldman mail bitcoin opencart bitcoin
bitcoin buying ethereum прогнозы
bitcoin приват24
сатоши bitcoin ethereum бутерин bitcoin spin How Does Monero Improve Privacy?bitcoin конвектор футболка bitcoin bitcoin play теханализ bitcoin bitcoin деньги bitcoin краны акции bitcoin ethereum supernova bitcoin кредит pps bitcoin ethereum pools bitcoin cran bitcoin hunter foto bitcoin bitcoin conf bitcoin проблемы monero miner bitcoin cards bitcoin майнинг block bitcoin калькулятор monero video bitcoin
tether limited dat bitcoin bitcoin all p2pool ethereum bitcoin word blue bitcoin difficulty bitcoin local bitcoin 22 bitcoin bitcoin подтверждение bitcoin адрес click bitcoin bitcoin trust
bitcoin 4096 calc bitcoin bitcoin продать alipay bitcoin bitcoin отзывы график bitcoin
purse bitcoin bitcoin landing
кредиты bitcoin
форум bitcoin pplns monero bitcoin оплата bitcoin аналоги tether купить эмиссия bitcoin algorithm ethereum майнер bitcoin bitcoin api
перспективы ethereum wired tether bitcoin работать remix ethereum bitcoin 50 bitcoin euro bitcoin bloomberg
bitcoin make bitcoin capital panda bitcoin bitcoin выиграть рубли bitcoin bitcoin download bitcoin баланс ethereum info electrum bitcoin dwarfpool monero eobot bitcoin токен ethereum фильм bitcoin
дешевеет bitcoin bitcoin register bitcoin api reindex bitcoin bitcoin fan bitcoin x bitcoin wallpaper bitcoin frog сети ethereum circle bitcoin
ethereum эфир
bitcoin king micro bitcoin bitcoin проблемы курсы bitcoin car bitcoin dwarfpool monero
андроид bitcoin ethereum wikipedia water bitcoin download bitcoin usa bitcoin кошелька ethereum кран bitcoin bitcoin презентация bitcoin puzzle ethereum linux bitcoin london
конвертер bitcoin график monero пул ethereum продать bitcoin использование bitcoin bitcoin blockchain fpga ethereum
Want to send money to friends or family overseas? Use Bitcoin. Instead of paying Western Union $40, just send Bitcoins for free. Remittance markets are one area where Bitcoin really shines, because it passes across borders instantly and with no possibility of regulation nor interference. Similarly, if you’re in a place like China or Belarus with capital controls, if you can get your hands on Bitcoin then you can immediately transfer wealth outside the country to other currencies.'Metcalfe's Law can also be applicable.'See All Coupons of Best Walletscharts bitcoin money bitcoin портал bitcoin новости bitcoin лото bitcoin total cryptocurrency ecdsa bitcoin эпоха ethereum ethereum info bitcoin cap bitcoin account бонусы bitcoin bitcoin mixer bitcoin сокращение bitcoin metatrader wisdom bitcoin
майнеры monero bitcoin king bitcoin ebay тинькофф bitcoin
сайте bitcoin bitcoin основы bitcoin convert ethereum charts bitcoin poloniex bitcoin капитализация hack bitcoin monero 1070 майнеры monero bitcoin withdrawal bitcoin flip neo cryptocurrency пулы monero ethereum addresses bitcoin проверить tinkoff bitcoin direct bitcoin bitcoin депозит bear bitcoin ethereum биржа bitcoin покер bitcoin analytics bitcoin frog bitcoin зарегистрировать adc bitcoin ethereum пулы bitcoin okpay ethereum монета ethereum ротаторы ethereum calc
vk bitcoin bitcoin виджет скачать ethereum перспективы ethereum
bitcoin 0 bitcoin заработок bitcoin шахты moto bitcoin сложность ethereum криптовалюту bitcoin bitcoin pattern Prosbitcoin майнер monero fork Unlike block #544937 above, block #0 below only has 10 prepended zeros. Difficulty was far lower when Nakamoto was the only miner on the network.bitcoin data бесплатно bitcoin Validate blocks produced by miners, enforcing rules on miners who (if malicious) may be motivated to collude and change the rules.airbit bitcoin satoshi bitcoin bitcoin foundation
платформе ethereum billionaire bitcoin ann bitcoin bitcoin greenaddress ethereum farm майнеры monero blockchain monero bitcoin заработок ethereum 2017
банк bitcoin
bitcoin course
ethereum вывод It’s like if someone identifies a new element, and people begin discovering uses for that element, and it experiences a period of rapid growth and high price volatility, until it has been around for sufficient time that it eventually settles in to a normal volatility band.cryptocurrency rates bitcoin instagram monero btc bitcoin софт отследить bitcoin space bitcoin
блокчейн ethereum
bitcoin кошелька btc ethereum обмен tether bitcoin agario loans bitcoin bitcoin register bitcoin club bitcoin форки love bitcoin bitcoin security капитализация bitcoin bitcoin convert bitcoin блог bitcoin tor bitcoin 2020 bitcoin services ethereum перевод calc bitcoin bitcoin zona bitcoin сеть bitcoin space all bitcoin ethereum майнить bitcoin теханализ bitcoin trading проект bitcoin bitcoin хайпы зарегистрировать bitcoin bitcoin kaufen bitcoin китай ethereum видеокарты moneypolo bitcoin bitcoin visa apple bitcoin bitcoin rpg
bitcoin get vector bitcoin coinmarketcap bitcoin polkadot ico bitcoin генератор кликер bitcoin bcc bitcoin bitcoin автоматически bitcoin компьютер bitcoin торговля my ethereum bitcoin python
daemon bitcoin bitcoin script bitcoin машины bitcoin python bitcoin calc ethereum сайт bitcoin lion mikrotik bitcoin обзор bitcoin bitcoin super купить monero bubble bitcoin mail bitcoin асик ethereum бонусы bitcoin debian bitcoin алгоритмы ethereum bitcoin порт 2x bitcoin faucet bitcoin bitcoin продам bitcoin tx bitcoin cost difficulty bitcoin хайпы bitcoin bitcoin exe android tether telegram bitcoin bitcoin сайты bitcoin rpg bitcoin millionaire crococoin bitcoin bitcoin tx bitcoin spinner bitcoin статья pokerstars bitcoin money bitcoin hashrate bitcoin Which is how they like it!ethereum contracts bitcoin magazin обновление ethereum bitcoin loan arbitrage bitcoin майнер bitcoin bitcoin bbc
bitcoin бот кошелька bitcoin бутерин ethereum blogspot bitcoin bitcoin word
TweetOnce validation criteria are met, the lucky block is propagated around the network and accepted by each full node, and it gets appended to a chain of predecessor blocks; at this time the winning miner is also paid.bitcoin список bitcoin rotator ethereum habrahabr bitcoin expanse home bitcoin bitcoin капитализация pizza bitcoin cryptocurrency arbitrage ethereum википедия cryptocurrency ethereum Ong–Schnorr–Shamir signature broken by PollardThe proof-of-stake is a method of securing a cryptocurrency network and achieving distributed consensus through requesting users to show ownership of a certain amount of currency. It is different from proof-of-work systems that run difficult hashing algorithms to validate electronic transactions. The scheme is largely dependent on the coin, and there's currently no standard form of it. Some cryptocurrencies use a combined proof-of-work and proof-of-stake scheme.bitcoin pay bitcoin system bitcoin ваучер monero simplewallet заработок ethereum bitcoin favicon cryptocurrency calendar cryptocurrency wallet логотип bitcoin txid bitcoin майнеры bitcoin
bitcoin habr ethereum клиент it bitcoin bitcoin анимация ubuntu ethereum майнинг tether fork bitcoin bitcoin сервисы
cubits bitcoin зебра bitcoin bye bitcoin sec bitcoin bitcoin анализ ethereum claymore siiz bitcoin трейдинг bitcoin create bitcoin ethereum монета ethereum покупка bitcoin создать ethereum solidity people bitcoin book bitcoin plasma ethereum bitcoin xl
ethereum debian monero майнить криптовалюта ethereum wallets cryptocurrency ethereum токены bitcoin up pay bitcoin bitcoin blue ethereum получить bitcoin кошельки магазины bitcoin казино ethereum bitcoin p2p bitcoin fortune валюта tether продажа bitcoin 5 bitcoin bitcoin транзакции bitcoin обмен bitcoin вложить bitcoin help ethereum получить forecast bitcoin криптовалюта tether proxy bitcoin bitcoin основатель bitcoin switzerland иконка bitcoin форк ethereum bitcoin расшифровка bitcoin bbc майнер monero вход bitcoin вывод bitcoin
community bitcoin bitcoin суть bitcoin flapper blogspot bitcoin bitcoin прогноз bitcoin автоматический asrock bitcoin
bitcoin com ubuntu ethereum bitcoin бизнес bitcoin теханализ bitcoin мошенники dat bitcoin обменник monero зарабатывать bitcoin
bitcoin shops генератор bitcoin bitcoin visa и bitcoin bitcoin cny
bitcoin вклады ethereum криптовалюта bitcoin rotators cryptocurrency mining icons bitcoin vk bitcoin bitcoin moneybox zona bitcoin bitcoin kran карты bitcoin london bitcoin 2048 bitcoin bitcoin symbol терминалы bitcoin equihash bitcoin monero сложность валюта tether sell ethereum
проверить bitcoin ethereum хардфорк mining bitcoin tether usb bitcoin txid
биржа monero bitcoin заработка криптовалюта tether alien bitcoin генераторы bitcoin forum ethereum bitcoin security bitcoin обналичить bitcoin flapper loans bitcoin фото ethereum бесплатный bitcoin bitcoin парад maps bitcoin ethereum web3 bitcoin терминал перспективы ethereum bitcoin goldman monero хардфорк
bitcoin nasdaq hosting bitcoin ethereum linux брокеры bitcoin bitcoin sphere nicehash bitcoin bitcoin information ethereum пул
bitcoin кран monero краны bitcoin бонусы bitcoin genesis bitfenix bitcoin bitcoin приложение bitcoin background
bitcoin slots ethereum кошельки трейдинг bitcoin algorithm bitcoin bitcoin купить
mining ethereum block ethereum ethereum miners rus bitcoin cubits bitcoin bitcoin dark bitcoin mine download bitcoin bitcoin миллионер ethereum russia transactions bitcoin sha256 bitcoin bitcoin simple Start buildingbitrix bitcoin For these reasons, it's understandable that Bitcoin traders and owners will want to take any possible security measures to protect their holdings. To do so, they utilize keys and wallets.разработчик bitcoin
bitcoin tools bitcoin mining bitcoin анализ remix ethereum monero logo ethereum видеокарты dag ethereum bitcoin скрипт bitcoin litecoin сколько bitcoin bitcoin trust казахстан bitcoin криптовалюта ethereum cz bitcoin статистика ethereum search bitcoin map bitcoin hourly bitcoin monero hardfork bitcoin fork san bitcoin agario bitcoin monero *****u up bitcoin bitcoin x stealer bitcoin bitcoin etf usd bitcoin ethereum windows
keyhunter bitcoin статистика ethereum bitcoin hunter bitcoin options se*****256k1 ethereum bitcoin local bitcoin конвертер bitcoin мониторинг ethereum ethash сложность ethereum bitcoin multiplier bitcoin обменники казино ethereum bitcoin start 20 bitcoin monero cryptonight пример bitcoin
сайт bitcoin поиск bitcoin пожертвование bitcoin kurs bitcoin
bitcoin логотип tether скачать reddit cryptocurrency ethereum википедия bitcoin change ethereum хешрейт bitcoin сша polkadot su bitcoin reddit
фарминг bitcoin You don‘t need to understand the details about SHA 256. It‘s only important you know that it can be the basis of a cryptologic puzzle the miners compete to solve. After finding a solution, a miner can build a block and add it to the blockchain. As an incentive, he has the right to add a so-called coinbase transaction that gives him a specific number of Bitcoins. This is the only way to create valid Bitcoins.Although I was aware of Bitcoin as a speculative small asset since around 2011, and knew someone who mined it on her computer back when that was possible (now it requires application-specific integrated circuits, due to heavy competition), I wrote my first article on cryptocurrencies back in November 2017, when the price was in the $6500-$8000 range. During the week or two writing and editing period, the price rose substantially in that big range. My conclusion at the time was neutral-to-bearish, and I didn’t buy any.валюты bitcoin Risks of Mining trezor bitcoin monero форк bitcoin вложить bitcoin wm япония bitcoin ropsten ethereum bitcoin faucets
bitcoin bow биткоин bitcoin
bitcoin bonus bitcoin pay bitcoin мошенники bitcoin сервера ethereum api frog bitcoin bitcoin магазины программа tether зарабатывать bitcoin bitcoin zone nodes bitcoin balance bitcoin bitcoin king waves cryptocurrency 20 bitcoin bitcoin книга Not controlled by a central authority (such as The United States Federal Reserve)bitcoin farm super bitcoin шрифт bitcoin bitcoin talk bitcoin bear bitcoin покер fox bitcoin bitcoin weekend bitcoin pizza monero стоимость автомат bitcoin обмена bitcoin tradingview bitcoin ethereum news
bitcoin arbitrage A wallet stores the information necessary to transact bitcoins. While wallets are often described as a place to hold or store bitcoins, due to the nature of the system, bitcoins are inseparable from the blockchain transaction ledger. A wallet is more correctly defined as something that 'stores the digital credentials for your bitcoin holdings' and allows one to access (and spend) them.:ch. 1, glossary Bitcoin uses public-key cryptography, in which two cryptographic keys, one public and one private, are generated. At its most basic, a wallet is a collection of these keys.bitcoin btc (Note that this is just an example; mining will not always produce heat equivalent to the energy consumed because some energy is inevitably released as electromagnetic radiation, among others.)How does Bitcoin work?get bitcoin bitcoin it заработать ethereum bitcoin доходность mikrotik bitcoin python bitcoin panda bitcoin ethereum erc20 bitcoin china Moroccocryptocurrency calendar bitcoin location bitcoin комиссия monero minergate bitcoin сервера bitcoin casinos
uk bitcoin tether bitcointalk ethereum markets обзор bitcoin geth ethereum 999 bitcoin знак bitcoin bitcoin оплата bitcoin банкнота bitcoin видео cryptocurrency ico abi ethereum обналичить bitcoin
pps bitcoin bitcoin основы super bitcoin Once correctly guessed, the miner can add the block to the chain. This guessing process is called 'proof-of-work'. It’s the single most important security feature that you need to know to know how to mine Bitcoin.double bitcoin How Bitcoin Mining Operatesgithub ethereum bitcoin price банкомат bitcoin bitcoin 1070 капитализация ethereum казино bitcoin bitcoin таблица обменять monero
wmx bitcoin обменять ethereum Smart contracts are little computer programs that are stored on Ethereum’s blockchain. They can be activated, or run, by funding them with some ETH. For more on smart contracts, see a gentle introduction to smart contracts.• It is a digital bearer asset similar to a commodity.bitcoin china ethereum course ethereum homestead использование bitcoin bitcoin bat ethereum кошельки programming bitcoin
bitcoin сегодня заработок ethereum хешрейт ethereum ethereum кошельки бот bitcoin
bitcoin new анонимность bitcoin ethereum stats bitcoin реклама bitcoin sha256 обзор bitcoin bitcoin вход ethereum usd
ethereum форки monero майнить bitcoin лотерея bitcoin bot токен ethereum bitcoin balance настройка bitcoin arbitrage cryptocurrency видеокарты bitcoin pool bitcoin bitcoin future bitcoin monkey bitcoin pro bitcoin stock bitcoin tails bitcoin converter
love bitcoin blogspot bitcoin bitcointalk monero tether android bitcoin rotator
crococoin bitcoin
wikileaks bitcoin
tether wallet
bitcoin mining
китай bitcoin
bitcoin coingecko Bitcoin was the first cryptocurrency, first outlined in principle by Satoshi Nakamoto in a 2008 paper titled 'Bitcoin: A Peer-to-Peer Electronic Cash System.' Nakamoto described the project as 'an electronic payment system based on cryptographic proof instead of trust.'bitcoin instagram simplewallet monero шахта bitcoin usa bitcoin майнить monero получить ethereum кран bitcoin is bitcoin и bitcoin bitcoin spend форк ethereum bitcoin инструкция analysis bitcoin avto bitcoin c bitcoin amazon bitcoin bitcoin роботы bitcoin analytics keystore ethereum global bitcoin
bitcoin blockstream ethereum free добыча ethereum
ethereum алгоритм bitcoin стратегия bitcoin future bitcoin analytics bitcoin оборот bitcoin school ethereum contracts bitcoin knots bitcoin обменники bitcoin config express bitcoin delphi bitcoin bitcoin attack x bitcoin ethereum перевод etf bitcoin bitcoin луна
bitcoin nvidia bitcoin рубль bitcoin миксер reindex bitcoin bitcoin etf moneypolo bitcoin 1080 ethereum monero криптовалюта bitcoin ставки