Position: Home page » Ethereum » Ethereum principles pdf

Ethereum principles pdf

Publish: 2021-05-25 04:23:38
1.

BTC, usdt, ETH, BCH, LTC mean respectively:

1, BTC

bitcoin. The concept was first proposed by Nakamoto in 2009. According to Nakamoto's idea, the open source software is designed and released, and the P2P network is built on it. Bitcoin is a kind of P2P digital currency. Point to point transmission means a decentralized payment system

2, usdt

TEDA currency is a virtual currency that links cryptocurrency with legal currency US dollar, and is a virtual currency kept in foreign exchange reserve account and supported by legal currency

Eth

ethereum is an open source public blockchain platform with intelligent contract function, which provides decentralized Ethereum virtual machine to process point-to-point contract through its special cryptocurrency ether

4. BCH

bitcoin cash is a new version of bitcoin with different configurations launched by a small number of bitcoin developers

at 20:20 on August 1, 2017, bitcoin cash starts mining, and each bitcoin investor's account will have the same amount of bitcoin cash (BCH)

5, LTC

litecoin, abbreviated as LTC, currency symbol: & # 321;; It is a kind of network currency based on "peer-to-peer" technology. It is also an open source software project under MIT / X11 license. It can help users make instant payments to anyone in the world

source of reference: network bitcoin

source of reference: network TEDA coin

source of reference: network Ethereum

source of reference: network bitcoin cash

source of reference: network letcoin

source of reference: Network

2. At the top of Ethereum is DAPP. It exchanges with the smart contract layer through Web3. JS. All smart contracts run on EVM (Ethereum virtual machine) and use RPC calls. Below EVM and RPC are the four core contents of Ethereum, including: blockchain, consensus algorithm, mining and network layer. Except DAPP, all other parts are in the Ethereum client. The most popular Ethereum client is geth (go Ethereum)
3. When it comes to money, mining is indispensable. In Ethereum network, if you want to get Ethereum, you also need to mine it. When it comes to mining, there must be a consensus mechanism
do you remember what the consensus mechanism of bitcoin is? The consensus mechanism of bitcoin is pow. To put it simply, the more work you do, the higher the amount of computation you pay, the more likely you will be the first to find the correct hash value, and the more likely you will be rewarded with bitcoin
however, there are some defects in the pow of bitcoin, that is, it is too slow to process transactions, and miners need to constantly collide hash values through calculation, which is costly and inefficient. Friends who are interested in blockchain knowledge should see such a saying:
in order to make up for the deficiency of bitcoin, Ethereum has proposed a new consensus mechanism, called POS (this is the abbreviation of English, which means "proof of equity", also translated into "proof of equity")
POS simply means the same as its literal meaning: equity, equity. The more currency you hold, the more equity you have, the higher your equity
Ethereum's POS means that the more money you hold, the longer you hold it, the less difficult it will be to calculate and the easier it will be to mine
in the initial setting of Ethereum, Ethereum hopes to build a relatively stable system by using POW in the early stage, then graally adopt POW + POS, and finally completely transition to POS. So, it's true that the consensus mechanism of Ethereum is POS, but POS is only a plan or goal at the beginning of Ethereum's release. At present, Ethereum has not yet transitioned to POS, and the consensus mechanism adopted by Ethereum is still pow, that is, the pow of bitcoin, but it is slightly different from the pow of bitcoin
the amount of information here is a bit large,
the first information point is that the consensus mechanism currently adopted by Ethereum is also pow, but it is slightly different from the pow of bitcoin. So, what's the difference between the pow of Ethereum and bitcoin: in short, the mining difficulty of Ethereum can be adjusted, but the mining difficulty of bitcoin can't be adjusted. Just like our college entrance examination, because the teaching situation and the number of students in different provinces are not the same, so the college entrance examination is divided into national papers and provincial independent proposition
Ethereum said that I am in favor of the topic by region. Bitcoin said: No, it must be the same volume in the whole country. The difficulty is the same for everyone
the popular explanation is that bitcoin uses computer computing power to do a lot of hash collisions, enumerate various possibilities to find a correct hash value. The Ethereum system has a special formula to calculate the difficulty of each block. If a block is verified faster than the previous block, Ethereum protocol will increase the difficulty of the block. By adjusting the block difficulty, the time needed to verify the block can be adjusted
according to the Ethereum protocol, the dynamic adjustment method of difficulty is to make the time interval of creating new blocks in the whole network 15 seconds, and the network uses 15 seconds to create blockchain. In this way, because the time is too fast, the synchronization of the system is greatly improved, and it is difficult for malicious participants to launch 51% (that is, more than half) of the computing power to modify historical data in such a short time
the second information point is: in the initial setting of Ethereum, we hope to achieve the transition from POW to
POS through phased upgrade
dating back to 2014, at the beginning of Ethereum's launch, the team announced that the launch of the project would be divided into four stages, namely, Froniter, homestead, metropolis and serenity. In the first three stages, the consensus mechanism adopts pow (workload proof mechanism), and in the fourth stage, it switches to POS (equity proof mechanism)
on July 30, 2015, the first phase "frontier" of Ethereum was officially released. This phase is only suitable for developers. Developers can write smart contracts and decentralized application DAPP on Ethereum network, and miners begin to enter Ethereum network to maintain network security and get Ethereum coins. The leading-edge version is similar to the beta version, proving whether the Ethereum network is reliable or not
on March 14, 2016, Ethereum entered the second stage of "homeland". In this stage, Ethereum provides the wallet function, so that ordinary users can easily experience and use Ethereum. There is no obvious technology improvement in other aspects, but it shows that Ethereum network can run smoothly
in September 2017, Ethereum has reached the third stage of "metropolis"“ "Metropolis" is composed of Byzantine and Constantinople. The goal of this stage is to introce the hybrid chain mode of POW and POS, so as to prepare for the smooth transition from POW to POS. This is the latest popular "Ethereum Constantinople upgrade". In the Constantinople upgrade, Ethereum will make some changes to the underlying protocols and algorithms to lay a good foundation for the implementation of POW and
POS
how much reward will Ethereum get for mining? Miners who win the block creation competition will get the following income:
1. Static reward, 5 ethereums
2. The fuel cost in the block, i.e. gas, we talked about in the last issue
3. As a part of the block, it includes the extra reward of "Uncle block". Uncle is uncle of uncle, and each uncle block can get 1 / 32 of the mining reward as a reward, that is, 5 times 1 / 32, which is equal to 0.15625 ethereums. Here, let's briefly explain the concept of "TERT block". The concept of "TERT block" was proposed by Ethereum. Why should we introce the concept of TERT block? This also starts with bitcoin. In the bitcoin protocol, the longest chain is considered absolutely correct. If a block is not part of the longest chain, it is called a "orphan block". An isolated block is a block, which is also legal, but it may be found later, or the network transmission is slower, and it does not become part of the longest chain. In bitcoin, the solitude is meaningless and will be discarded later, and the miners who find the solitude will not receive mining related rewards
however, Ethereum does not think that isolated blocks are worthless, and Ethereum system will give rewards to miners who find isolated blocks. In Ethereum, isolated blocks are called "Uncle blocks", which can contribute to the security of the main chain. Ethereum's ten second block interval is too fast, which will rece the security. By encouraging the use of tertiary blocks, the main chain can obtain more security guarantees (because the isolated block itself is legal). Moreover, paying the tertiary block can also stimulate the miners to actively mine and actively use tertiary blocks. Therefore, Ethereum thinks that it is valuable.
4.

First of all, we need to understand what is MLM:

MLM refers to the illegal behavior of organizers and development personnel to obtain wealth by calculating and paying remuneration to the developed personnel based on the number or performance of the personnel directly or indirectly developed, or requiring the developed personnel to pay certain fees to obtain the qualification to join. The essence of MLM is "Ponzi scheme", that is to say, the money of later comers is distributed to the income of former comers

However, the new type of MLM does not restrict personal freedom, does not accept ID cards and mobile phones, and does not take classes collectively. Instead, it uses capital operation as a banner to pull people to cheat money, drives luxury cars, wears gold and silver, and uses money to attract your relatives and friends to join in, and finally makes you lose all your money

then judge whether the ether coin is a kind of MLM, whether you need membership fee, whether you need to ask your relatives and friends to join

extended materials:

Ethereum is an underlying technology platform on which developers can create distributed applications. With the application, there will be transactions. With a transaction, you need money to complete the transaction. In this way, money has value, and investors' investment has a return. If the transaction volume on the platform is larger and larger, the demand for money will be higher and higher, and the money will be more and more valuable

from the perspective of image, bitcoin creates a kind of digital gold, while Ethereum creates a country, and Ethereum is the credit currency of the country

after bitcoin, there are thousands of digital virtual currencies in the world, many of which are completely deceptive in the guise of "digital currency". Previously, Haikou Municipal Public Security cracked down on a pyramid selling organization called "Eurasian currency", which operated on the internet pyramid selling platform, making more than 40000 investors cheated, involving 4.06 billion yuan. The field of virtual currency has just started, so we need to be cautious

resources : Ethernet money network

5.

1. Litcoin (LTC) is an improved version of digital currency inspired by bitcoin (BTC). It was designed and implemented by a programmer who worked in Google. It was released on November 9, 2011. Lightcoin and bitcoin have the same implementation principle in technology, but the creation and transfer of lightcoin is based on an open source encryption protocol, which is not managed by any central organization

2. Sunshine coin (SSC for short) is sponsored by Liu Chunyang, vice president of Jinhua express delivery Association of Zhejiang Province, instrial entrepreneur and philanthropist of express delivery instry. As a legal person, Zhejiang Dongyang Yueyin Technology Co., Ltd. is registered with the formal instry and Commerce Bureau, with a registered capital of 10 million yuan. With this as the backing and support, the sunshine elite team affiliated to the company launched the first virtual coin sunshine coin

The English name of Vicat is onecoin, which is a kind of Internet virtual currency term created by the government and is suspected of pyramid selling fraud

in 2017, CCTV announced the list of 350 fund pyramid schemes, with Vicat in the list

in May 2018, Zhuzhou County Procuratorate of Hunan Province prosecuted the last four suspects involved in the third batch of the "3.15" Vicat money online pyramid scheme case supervised by the Ministry of public security to the court

4. Amazon coin

Amazon announced in early February 2013 that it is expected to launch Amazon coins in the United States in May 2013. Amazon coins is a new virtual currency that allows U.S. users to buy apps, games and props in the kindle fire. Amazon will provide tens of millions of US dollars of Amazon coins at that time to let users try and consume the apps, games and props in the app on the kindle fire for free

5. Eth is a kind of digital token of Ethereum, which is regarded as "bitcoin version 2.0". It adopts the blockchain technology "Ethereum", which is different from bitcoin. It is an open-source public blockchain platform with intelligent contract results, and a resonance network composed of thousands of computers around the world. Developers need to pay eth to support the application. Like other digital currencies, ether currency can be bought and sold on the trading platform

6. Digital currency is abbreviated as digiccy, which is the abbreviation of "digital currency" in English. It is an alternative currency in the form of electronic currency. Both digital gold coin and cryptocurrency belong to digiccy

digital currency is an unregulated and digital currency, which is usually issued and managed by developers and accepted and used by members of a specific virtual community. The European Banking authority defines virtual currency as a digital representation of value, which is not issued by the central bank or authorities, nor linked with legal currency. However, because it is accepted by the public, it can be used as a means of payment, or it can be transferred, stored or traded in electronic form
response time: January 5, 2021. Please refer to the official website of Ping An Bank for the latest business changes
[Ping An Bank I know] want to know more? Come and see "Ping An Bank I know" ~
https://b.pingan.com.cn/paim/iknow/index.html
7.

Generally, the excellent digital currencies are mostly imported procts, such as bitcoin, Leyte coin, ether coin and so on. However, the domestic Yuanbao coin, Ruitai coin, bitcoin and the tokens of different crowdfunding projects of European crowdfunding are excellent digital currencies

< H2 > development materials

digital currency (English: digital currency) is an alternative currency in the form of electronic currency. At present, no central bank of any government has indicated that it will issue digital currency, and digital currency does not have to have a benchmark currency and a central bank

it is different from the virtual currency in the virtual world, because it can be used for real goods and services transactions, not limited to online games. The early digital currency (digital gold currency) is a form of electronic currency named after the weight of gold. Today's digital currency, such as bitcoin, lightcoin and ppcoin, is an electronic currency created, issued and circulated by check sum cryptography

8. The bifurcation of Ethereum Constantinople is about to begin. Many people are curious about this bifurcation and are not sure whether they need to be prepared in advance
to put it simply: if you are only the holder of eth, you don't need to make any preparation for this upgrade.
9. Casper is a consensus mechanism of the next generation of Ethereum, which belongs to POS. Casper's consensus was reached by blocks, not by chains, as pos did. Currency exchange of digital currency
10. PCIe refers to the slot on the motherboard, which can also be called the PCIe channel. Nvme protocol is m.2 SSD, so the two are not the same. PCIe is not a protocol. If your motherboard has two m.2 SSD interfaces, the first SSD you install is the system, and the second interface can also use the m.2 SSD, just occupying the PCIe channel,
Hot content
Inn digger Publish: 2021-05-29 20:04:36 Views: 341
Purchase of virtual currency in trust contract dispute Publish: 2021-05-29 20:04:33 Views: 942
Blockchain trust machine Publish: 2021-05-29 20:04:26 Views: 720
Brief introduction of ant mine Publish: 2021-05-29 20:04:25 Views: 848
Will digital currency open in November Publish: 2021-05-29 19:56:16 Views: 861
Global digital currency asset exchange Publish: 2021-05-29 19:54:29 Views: 603
Mining chip machine S11 Publish: 2021-05-29 19:54:26 Views: 945
Ethereum algorithm Sha3 Publish: 2021-05-29 19:52:40 Views: 643
Talking about blockchain is not reliable Publish: 2021-05-29 19:52:26 Views: 754
Mining machine node query Publish: 2021-05-29 19:36:37 Views: 750