Position: Home page » Equipment » Does eth bifurcation affect mining

Does eth bifurcation affect mining

Publish: 2021-04-24 14:56:11
1.

a brief history of etheric Classics (etc)

etheric classics began with an unfortunate event

in May 2016, the decentralized autonomous organization (DAO) held a token sale with the goal of establishing a blockchain based venture capital to fund future decentralized applications (dapps) in the ethereum ecosystem

basically, Dao is a complex smart contract that operates in a decentralized way - computer code that automatically performs tasks between multiple parties when conditions are met

despite its ambitious goals and successful token sales, Dao's code has a major vulnerability that allows attackers to steal eth from decentralized organizations

the attacker took advantage of this vulnerability in June 2016, triggering the infamous Dao hacking event, and maliciously stole eth worth about US $50 million

there is no doubt that Dao hacking has shocked Ethereum community and made eth price drop from $20 to $13

after the Dao hacking, the Ethereum community has to choose from three options

< UL >
  • do nothing and try to bear the consequences of the attack

  • start soft bifurcation to recover funds

  • deploy a hard fork to recover the lost eth

  • both soft and hard bifurcations are significant network upgrades. However, soft fork allows users who are not upgraded to communicate with upgraded users, while hard fork is not backward compatible with previous versions

    as developers realize that deploying soft forks will expose the network to distributed denial of service (DDoS) attacks, Ethereum community decides to initiate hard forks to recover the funds lost in Dao hacking attacks

    although this scheme is supported by most people, a small number of people in Ethereum community oppose it. They think that "code is the law" and blockchain network should be unchangeable

    the failure of both sides to reach an agreement on the solution eventually led to the fragmentation of Ethereum blockchain

    those who tried to recover the lost eth chose the hard fork and opened the Ethereum (ETH) blockchain as we know it today, while another group stayed on the original Ethereum classic (etc) chain

    what problems does ethereal classic solve

    Ethernet classic (etc) is a blockchain platform that allows developers to deploy smart contracts and dapps

    although this function is the same as Ethereum (ETH), etc blockchain has two main differences

    first of all, Ethereum classic community opposes tampering with distributed ledger and supports the view that "blockchain network cannot and should not be modified"

    secondly, although there is no rigid upper limit on the total supply of eth, it is allowed to create 230 million etc at most by adopting the monetary policy of constant supply

    as a bonus item, ethereal classic launched Atlantis hard bifurcation last year to increase the interaction with Ethereum and improve the privacy protection of transactions through ZK snarks

    the trading platforms recommended by ethereal classic etc are: Fire coin, okex, AAX, etc

    2. 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.
    3. Opportunity is for those who are prepared< In short, mining needs hardware and software
    a good software is enough to make you more efficient and profitable than others in mining
    "miracle Moore" diskless mining system is such a software, learn about it~
    4. At present, defi liquidity mining is the hottest, so you can use Eth and give it to the exchange for investment. It mainly depends on whether the exchange you choose has enough weight. If you choose the mining service of currency, as one of the four major exchanges, I think it is very important. Then the threshold of its procts is low. I think it is the best mining method at present.
    5.

    Impact, can help save money and earn more revenue. Ethereum mining artifact eth super miner software supports both Eth and etc + SC mining. Its function is to redirect the fees collected by Claymore miner developers back to your wallet and display them in your mine pool with your miner's name, so as to improve the maximum computing power

    6. Ethereum fog, or ETF for short, is a branch chain of Ethereum, which is designed to solve the problem of distributed storage and distributed computing power that Ethereum lacks. In the later stage, it will switch to the hybrid mining of pow + POS. The original coin is ETF

  • after Ethereum bifurcates into etheric fog, the two will exist and develop together< br />

  • 7.

    If you forget the stock capital password and transaction password, there is no other way, you can only bring your ID card, shareholder account card and other relevant materials to the securities counter. For specific questions, you can consult the customer manager

    stock account refers to the account opened by investors in securities companies for stock trading

    opening a stock account is a prerequisite for investors to enter the stock market

    precautions for opening stock account

    (1) required certificate: ID card. If a legal person's stock account is opened, the original (or ) of the business license and the power of attorney of the legal person shall be issued at the same time

    (2) fees include: application form fee and account opening fee

    (3) operation process: investors need to fill in the application form and pay the handling fee; Hold relevant certificates, application forms and receipts of account opening fees to the account opening counter and hand them to the counter undertaker; After the undertaker checks the above materials, the applicant takes back the relevant certificates and receipts and gets the stock account card

    extended information:

    stock account loss reporting and re handling

    (1) Shenzhen securities account loss reporting and re handling

    1. If an investor loses his securities account card, he / she can report the loss and re handle the new number of securities account at Shenzhen Branch of China Securities Regulatory Commission or its designated securities business office with his / her ID card

    2. If the investor loses the securities account and ID card at the same time, he / she should report the loss and go through the replacement proceres with the ID card loss certificate, account book and its issued by the public security organ

    3. If the investor entrusts others to report the loss, the agent should present the legal notarization document at the same time

    (two) the loss of the securities account in the Shanghai Stock Exchange and the replacement of the

    securities business department will apply for the loss of the securities account according to the following proceres:

    1, carefully examine the identity card of the investor (for example, if the identity card is lost at the same time, it must provide the certificate of loss of the body certificate issued by the public security police station under the registered residence, and paste the official seal of my recent certificate); p>

    2. All securities in the securities account will be frozen

    3. After the investor provides a new securities account with the same securities account registration information opened by the agency of Shanghai Securities Central Registration and Clearing Company, the corresponding securities account transfer proceres shall be handled for the investor

    (4) after the securities business department has accepted the transfer of investors' accounts and registered their securities subsidiary accounts, it will send the change information to Shanghai Securities Central Registration and Clearing Company for change registration before the closing of the market on that day

    5. The securities business department can handle the application for investors to cancel the loss report, but the securities account that has gone through the proceres of securities transfer can not cancel the loss report

    6. When the securities business department accepts the loss report of investors' securities accounts, the Shanghai Securities Central Registration and Clearing Company will change all the securities rights and interests in the loss report account to the account of the transferor at one time

    8. The biggest disadvantage of Ethereum is that its quantity has been increasing. How can an item without an upper limit be used as an investment proct? As we all know, the rise in the price of a commodity is in the final analysis the quantity comparison between the supply and demand sides. The supply exceeds the demand, the price falls, the supply is less than the demand, and the price rises. The amount of bitcoin and lettercoin is fixed. The total amount of bitcoin is 21 million, and now there are more than 10 million. The rest will take another 100 years. Now the amount of Ethereum is more than 90 million, and 18 million will be generated every year. Ethereum has 250 blocks per hour, 5 coins for each block (and some transaction fees and other rewards), 24 hours a day, that is, 30000 + coins will be added every day. So there's no limit to the amount of ether

    how many years can the ether coin be g
    how many Ethernet coins can be proced each year? At present, five new ether coins are generated for each new block. If you dig out a block every 14 seconds, it will take 31.5 million seconds (365 x 24 x 60 x 60) a year, which means that 2.25 million blocks are g out every year
    every miner has considered how long the ether coin can be g, whether I can't dig the ether coin after I buy the miner, or I can't dig the ether coin after I invest in the miner. I can tell you clearly that the ether coin can't be g up, and the official shows the quantity when it comes to the ether coin, but don't go, Ethernet currency is constantly bifurcating. Once the quantity is threatened, it will continue to bifurcate. The miners can continue to dig for new currencies from the bifurcations. For example, etc and ETF are examples. After the bifurcations, the ETH price will go up crazily. Therefore, miners need not worry about the quantity of Ethernet currency.
    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