FAQ - Perguntas Frequentes. Binance Fan Token. Binance Earn. Launchpad e Launchpool. Tutorial da Binance Pool.
The rules for contribution are not quite strict. Overall, we encourage everyone to update the page with relevant information that visitors will find helpful. The community space is public. Therefore, it is essential to state that all contributors are bound by the CC01 license. That is to say, contributors do not have any copyright privileges after posting on the page. Following this agreement, we are establishing a community where information about Ethereum can be freely distributed to the public.
Every contributor who accepts these terms should join the list for external contributors performing their duties under the CC01 license agreement. How Does Bitcoin Work? What is Bitcoin mining? Will Bitcoin Fail? Is Bitcoin legal? Is Bitcoin a Currency? What is the Value of a Bitcoin? How to buy and sell Bitcoin Where can I save my Bitcoin?
What Is a Password? What Was the Lewis and Clark Expedition? Who Are the Water Protectors? WATER you doing? What Is an Optical Illusion? Tune in today for a magical Wonder of the Day that may not be what it seems…. Can Plants Eat Insects? What Is Digital Citizenship? Why Are Some Cheeses Stinky? What Is a Spit Valve? Who Is Uncle Sam? Join us in Wonderopolis today as we take a look at technology without seeing it! How Is Paint Made?
What Makes Art Priceless? What Can Satellites Do? What Does a Surveyor Do? MATH 46 Wonders Be the first to know! Share with the World Tell everybody about Wonderopolis and its wonders.
For a transaction to be valid, it must be signed using the sending account's private key, the character hexadecimal string from which the account's address is derived. Importantly, this algorithm allows one to derive the signer's address from the signature without knowing the private key. Contracts are the only type of account that has associated code a set of functions and variable declarations and contract storage the values of the variables at any given time.
A contract function may take arguments and may have return values. In addition to control flow statements, the body of a function may include instructions to send ETH, read from and write to the contract's storage, create temporary storage memory that vanishes at the end of the function, perform arithmetic and hashing operations, call the contract's own functions, call public functions of other contracts, create new contracts, and query information about the current transaction or the blockchain.
Ethereum addresses are composed of the prefix " 0x " a common identifier for hexadecimal concatenated with the rightmost 20 bytes of the Keccak hash of the ECDSA public key the curve used is the so-called secpk1. In hexadecimal, two digits represent a byte, and so addresses contain 40 hexadecimal digits, e. Contract addresses are in the same format, however, they are determined by sender and creation transaction nonce.
It includes a stack , memory, gas balance see below , program counter , and the persistent storage for all accounts including contract code. When a transaction calls a contract's function, the arguments in the call are added to the stack and the EVM translates the contract's bytecode into stack operations. The EVM is isolated from the other files and processes on the node's computer to ensure that for a given pre-transaction state and transaction, every node produces the same post-transaction state, thereby enabling network consensus.
Gas is a unit of account within the EVM used in the calculation of a transaction fee, which is the amount of ETH a transaction's sender must pay to the miner who includes the transaction in the blockchain. Each type of operation which may be performed by the EVM is hardcoded with a certain gas cost, which is intended to be roughly proportional to the amount of resources computation and storage a node must expend to perform that operation.
When a sender creates a transaction, the sender must specify a gas limit and gas price. The gas limit is the maximum amount of gas the sender is willing to use in the transaction, and the gas price is the amount of ETH the sender wishes to pay to the miner per unit of gas used.
The higher the gas price , the more incentive a miner has to include the transaction in their block, and thus the quicker the transaction will be included in the blockchain. The sender buys the full amount of gas i. If at any point the transaction does not have enough gas to perform the next operation, the transaction is reverted but the sender still pays for the gas used. This fee mechanism is designed to mitigate transaction spam, prevent infinite loops during contract execution, and provide for a market-based allocation of network resources.
Our governance is inherently social, people who are more connected in the community have more power, a kind of soft power. The difficulty bomb is an Ethereum protocol feature that causes the difficulty of mining a block to increase exponentially over time after a certain block is reached, with the intended purpose being to incentivize upgrades to the protocol and prevent miners from having too much control over upgrades.
As the protocol is upgraded, the difficulty bomb is typically pushed further out in time. The protocol has included a difficulty bomb from the beginning, and the bomb has been pushed back several times. Bitcoin's primary use case is as a store of value and a digital currency. Ether can also be used as a digital currency and store of value, but the Ethereum network also makes it possible to create and run decentralized applications and smart contracts. Blocks are validated approximately every 12 seconds on Ethereum as opposed to approximately every 10 minutes on Bitcoin.
Additionally, Bitcoin has a fixed supply of 21,, coins, whereas Ether has no supply cap. The EVM's instruction set is Turing-complete. Ethereum's smart contracts are written in high-level programming languages and then compiled down to EVM bytecode and deployed to the Ethereum blockchain. They can be written in Solidity a language library with similarities to C and JavaScript , Serpent similar to Python , but deprecated , Yul an intermediate language that can compile to various different backends — EVM 1.
There was also [ when? One issue related to using smart contracts on a public blockchain is that bugs, including security holes, are visible to all but cannot be fixed quickly. There is ongoing research on how to use formal verification to express and prove non-trivial properties. A Microsoft Research report noted that writing solid smart contracts can be extremely difficult in practice, using The DAO hack to illustrate this problem.
The report discussed tools that Microsoft had developed for verifying contracts, and noted that a large-scale analysis of published contracts is likely to uncover widespread vulnerabilities. The report also stated that it is possible to verify the equivalence of a Solidity program and the EVM code. Ethereum also allows for the creation of unique and indivisible tokens, called non-fungible tokens NFTs.
Decentralized finance DeFi is a use case of Ethereum. Ethereum-based software and networks, independent from the public Ethereum chain , are being tested by enterprise software companies. Ethereum-based permissioned blockchain variants are used and being investigated for various projects:. In Ethereum, all smart contracts are stored publicly on every node of the blockchain, which has costs. Being a blockchain means it is secure by design ; it is an example of a distributed computing system with high Byzantine fault tolerance.
Every new transaction is recorded on a new block, which is connected to previous and future blocks in a chain. The downside is that performance issues arise because every node calculates all the smart contracts in real-time. As of January [update] , the Ethereum protocol could process about 25 transactions per second.
In comparison, the Visa payment platform processes 45, payments per second. This has led some to question the scalability of Ethereum. Ethereum engineers have been working on sharding the calculations, and the next step Ethereum 2 was presented at Ethereum's Devcon 3 in November Ethereum's blockchain uses Merkle trees for security reasons, to improve scalability, and to optimize transaction hashing. The network has faced congestion problems, such as in in relation to Cryptokitties.
Like other crypto currencies, Ethereum faces criticism about its environmental impact. From Wikipedia, the free encyclopedia. Open-source blockchain computing platform. On social governance. Main article: Non-fungible token. Main article: Decentralized finance. Retrieved 30 September Financial Times. Archived from the original on 14 August Retrieved 14 August The Wall Street Journal. Archived from the original on 13 August The New Yorker.
Archived from the original on 9 January Retrieved 7 December Archived from the original on 11 August Retrieved 9 January Ether Is the Digital Currency of the Moment. Published ". The New York Times. Archived from the original on 8 July Retrieved 18 November Archived from the original on 13 November Retrieved 17 February ISSN Archived from the original on 9 May Retrieved 5 May Archived from the original on 10 May Retrieved 5 August Archived from the original on 2 June Retrieved 1 June Archived from the original on 22 June Archived from the original on 11 January Archived from the original on 18 March Retrieved 21 March Al Jazeera.
Archived from the original on 23 February Retrieved 21 February ISBN The infinite machine : how an army of crypto-hackers is building the next internet with Ethereum First ed. New York, NY. Retrieved 4 February Archived from the original on 13 July Retrieved 4 May Archived from the original on 18 August Retrieved 19 August New York: PublicAffairs.
Archived from the original on 20 August Retrieved 20 August The company was founded in and is based in Baar, Switzerland. Archived from the original on 23 August Retrieved 12 November Archived from the original on 3 February Retrieved 3 February Archived from the original on 6 September Retrieved 5 June Archived from the original on 30 May Petersburg Upgrade Announcement". Retrieved 29 September Archived from the original on 18 April Retrieved 18 April Archived from the original on 5 August Ethereum Foundation.
Archived from the original on 6 June Mastering Blockchain — Third Edition : a deep dive into distributed ledgers, consensus protocols, Archived from the original on 25 June Retrieved 14 May Archived from the original on 20 June Business Insider. Archived from the original on 11 June Archived from the original on 3 March Archived from the original on 26 December Retrieved 21 December Archived from the original on 17 June Archived PDF from the original on 7 June Archived from the original on 21 May Retrieved 31 July Fintech Futures News.
Retrieved 6 June Fortune Media IP Limited. Archived from the original on 8 January Retrieved 26 December The U. Arrested Him". Archived from the original on 22 November Retrieved 12 January Washington Post. Archived from the original on 5 May Archived from the original on 30 April Retrieved 28 August Retrieved 13 April Archived from the original on 6 August This is the community wiki covering all sorts of information on the next-generation peer-to-peer technology platform built by the Ethereum community, including Ethereum , the generalized blockchain for smart contract development , as well as related protocols like:.
If you have a technical issue with a specific client, application or tool, e. If you have experience with editing on Wikipedia, then that will help with knowing how to edit this wiki, although the contribution rules are less strict. Referencing facts is a key writing and proofreading task, as well as checking that information is up-to-date and updating it if otherwise , correcting grammar, typos, and spelling; and making the wiki comprehensive and easy to understand.
Other rules, such as a neutral point of view and no original research are desirable, but may be hard to maintain. All contributions are accepted under the CC0 license 1 , which makes your contributions have no rights reserved, putting them in the public domain.
Ethereum is a decentralized, open-source blockchain with smart contract functionality. Ether (ETH or Ξ) is the native cryptocurrency of the platform. Ether is a type of money that is decentralized, which means that there's no company, bank or government that oversees it. Instead, it uses the Ethereum network. This category has the following 2 subcategories, out of 2 total. E. Ethereum tokens (16 P). P.