Position: Home page » Ethereum » Ethereum 200 billion

Ethereum 200 billion

Publish: 2021-05-25 17:52:57
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; Or

  • start soft bifurcation to recover funds; Or

  • 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 etc

    hot money, okex, AAX, etc

    2.

    Ethereum energy coin is not MLM

    Ethereum is an open source public blockchain platform with smart contract function. Ethereum provides decentralized virtual machine (Ethereum virtual machine) to process point-to-point contract through its special cryptocurrency Ethereum

    in 2013, vitalik buterin, 19, first mentioned the idea of Ethereum in a book entitled "Ethereum white paper: next generation intelligent connection and decentralized application platform". Then, in 2014, the algorithm and protocol of Ethernet coin were officially implemented, and $150 million was raised. The system itself was finally completed on July 30, 2015

    as the representative of blockchain 2.0, the mainstream currency Ethernet is regarded as the wind vane of crypto digital currency market. However, over the past week, the price of ether currency has continued to fall. On August 14, 2018, the ethereal currency plummeted by 20%, reaching a record low of $257 this year. Compared with this year's peak of $1295, the price of Ethernet currency has shrunk by more than 80%. Affected by this, on August 15, 2018, none of the top ten mainstream currencies in the digital money market was spared, falling across the board, with a number of single day declines exceeding 10%

    extended data

    Ethereum started planning almost in 2013, and started to implement the project in 2015. Before that, there were many digital currencies imitating bitcoin in the market, and they made various modifications on the basis of bitcoin code. In this way, it is very difficult to develop a new blockchain application, to re deploy a new chain, and then to develop an application on this chain. Using a consensus mechanism of pow alone is a huge maintenance workload. It's like developing an app on a mobile phone and developing the Android system together

    after Ethereum comes out, it is equivalent to the underlying operating system of the blockchain. On Ethereum, it is very convenient to develop various dapps without considering the underlying development, and it can also share the computing power and storage of Ethereum. For programmers, the threshold of blockchain development is lowered instantly. The emergence of Ethereum has played a very important role in the development and popularization of blockchain applications. That's why Ethereum is called blockchain 2.0

    3.

    There is an essential difference between Ethereum and bitcoin. What is the difference? Bitcoin defines a set of currency system, while Ethereum focuses on building a main chain (which can be understood as a road) to allow a large number of blockchain applications to run on this road

    from this point of view, Ethereum's application scenarios are more extensive, which is why we say that Ethereum marks a simple monetary system in the era of blockchain

    1.0, and a transformation to other instries and application scenarios in the era of blockchain 2.0

    however, there is no perfect thing in the world. Although Ethereum has expanded the application scope of blockchain in all walks of life and improved the speed of transaction processing, it also has some disputes and doubts

    first, the solution to the lack of scalability of Ethereum: slicing technology and lightning network

    the bottom design of Ethereum, the biggest problem is that Ethereum has only one chain and no side chain, which means that all programs have to run on this chain equally, consuming resources and causing system congestion. Just like last year's very popular Ethereum game "encryption cat", when this game was very popular, it once caused Ethereum network paralysis

    to improve the processing capacity, Ethereum proposes two ways: shard and lightning network. Let's introce these two technologies respectively

    (1) fragmentation technology

    vitalik buterin, founder of Ethereum, believes that the reason why mainstream blockchain networks such as bitcoin process transactions very slowly is that every miner has to process every transaction in the whole network, which is actually very inefficient. The idea of fragmentation technology is: a transaction does not need to be processed by all nodes in the whole network, as long as some nodes (miners) in the network are allowed to process it. Therefore, Ethereum network is divided into many pieces. At the same time, each piece can handle different transactions. In this way, the network performance will be greatly improved

    however, the slicing technology is also controversial. As we all know, the important idea of blockchain technology is decentralization. Only when the whole network witnesses (processes) the same transaction can it have the highest authority. The Ethereum slicing technology is similar to the group witness, not all nodes witness together. In this way, it will lose the absolute "decentralization" attribute, and can only achieve the purpose of high performance by sacrificing certain characteristics of decentralization

    (2) lightning network

    lightning network uses the way of transaction under the chain. What does that mean? It means: when the participants of lightning network transfer money to each other, they do not need to confirm the transaction through the main chain of Ethereum, but create a payment channel between the participants and complete it under the chain

    however, lightning network is not separated from the main chain. Before establishing a payment channel, you need to use the assets on the main chain as collateral to generate a balance proof, which indicates that you can transfer the corresponding balance. In the case that both parties of the transaction hold the balance certificate, both parties can make unlimited number of transfers under the chain through the payment channel

    only when the off chain transaction is completed and the assets need to be transferred back to the chain, the balance change information of the main chain account will be registered on the Ethereum main chain, and no matter how many transactions occur ring this period, there will be no record on the main chain

    another real benefit of lightning network is that it can save the cost of miners for you. At present, when we trade on the main chain of Ethereum, we need to consume gas and pay for miners. Once we move the transaction to the lower chain, we can save this part of the cost

    Of course, lightning network is not perfect. When using the lightning network, the assets on the main chain should be used as collateral; And this part of assets as collateral can not be used before the user completes the transaction under the chain. This also determines that lightning trading is only suitable for small transactions

    the above is the problem of insufficient scalability of Ethereum, as well as the two main solutions: fragmentation technology and lightning network

    Second, there are loopholes in Ethereum's smart contract and the infamous Dao event

    Ethereum's smart contract is very powerful, but there are loopholes in any code. The biggest controversy of Ethereum's smart contract lies in the so-called loopholes, that is, security issues. According to relevant research, 34200 (about 3%) of the nearly 1 million smart contracts based on Ethereum contain security vulnerabilities, which will allow hackers to steal eth, freeze assets or delete contracts, such as the infamous Dao incident

    (1) what does Dao mean

    before introcing the Dao event, let's first introce what Dao is. Dao is the abbreviation of decentralized

    autonomous organization, which can be understood as decentralized autonomous organization. From the perspective of Ethereum, Dao is a kind of contract or a combination of contracts on the blockchain, which is used to replace the government's review and complex intermediate proceres, so as to achieve an efficient and decentralized trust system. Therefore, Dao is not a specific organization, that is to say, there can be many Dao, all kinds of Dao

    (2) the infamous Dao event

    however, when we talk about Dao now, we basically refer to the Dao event, that is, the infamous hacker attack event we just mentioned. As we know, the English word "the" refers to "the Dao event". The Dao event

    refers to "the Dao event", because we just said that Dao is not a specific organization, there can be many Dao, all kinds of Dao

    in 2016, slock.it, a German company focusing on "smart locks", launched the Dao project on Ethereum in order to realize decentralized physical exchange (such as apartments and ships). Since April 30, 2016, the financing window has been open for 28 days

    unexpectedly, this Dao project is very popular. It raised more than US $100 million in just half a month. By the end of the whole financing period, it raised a total of US $150 million. Therefore, it has become the largest crowdfunding project in history. However, it didn't last long. In June, hackers took advantage of the loopholes in the smart contract to successfully transfer more than 3.6 million Ethernet coins and put them into a Dao sub organization, which has the same structure as the Dao. At that time, the price of Ethernet currency fell directly from more than $20 to less than $13

    this event shows that there are loopholes in smart contracts, and once the loopholes are exploited by hackers, the consequences will be very serious. This is why many people criticize Ethereum and say that its smart contract is not smart

    to solve this problem, many foreign companies begin to provide code audit services in order to solve the vulnerability problem of smart contract. From a technical point of view, some teams are currently testing smart contracts. Most of these teams are led by professors from Harvard, Stanford and Yale, and some of them have obtained investment from leading institutions

    in addition to the problems of insufficient expansibility and loopholes in smart contracts, the controversy over Ethereum lies in the POS consensus mechanism it pursues, that is, the proof of equity mechanism. Under the proof of equity mechanism, if anyone holds more money and holds it for a longer time, he will get more "rights" (interests) and have the opportunity to get bookkeeping power, Bookkeeping can also be rewarded. In this way, it is easy to create the oligarchic advantage of "the stronger the stronger"

    Another problem is the chaos of ICO. ICO is a common way to raise funds for blockchain projects, which we can understand as pre-sale. The outbreak of ICO projects on Ethereum has caused illegal activities such as fund allocation and money fraud under the banner of ICO, which has caused security risks to social and financial stability

    4.

    Ethereum is likely to rise to 10000 in 2021

    institutional investors and big capital are increasingly interested in cryptocurrency. The attention of all whales, and the attention of all the public, is focused on bitcoin. Since the global health and safety incident triggered the market crash in March 2020, the growth of eth has reached 1200%

    while BTC only increased by 700%. Of course, in the context of bitcoin's record high price of 40000, Ethereum's rise to $1400 does not seem so impressive. In addition, the market value of eth is five times the trading volume of BTC market

    extended information:

    the increase of Ethereum is as follows:

    the transaction volume recorded on Ethereum blockchain exceeds US $1 trillion. These figures exceed the transaction volume of payment giants such as PayPal, which is used by more than 350 million users and whose average transaction volume is generally less than $200 billion per quarter

    each transaction will generate network fees paid by eth. Moreover, as the growth rate of the network is still very high, we can confidently expect the "bull market" trend of eth to continue. In any case, interest in cryptocurrency is growing, as are the number of active wallets, the number of transactions on the Internet, and the average size of transactions

    5.

    1. about the variability of blockchain

    2. eth, if most people agree to modify the chain, that is, variability, then they can modify the blockchain records and contracts

    3. etc, blockchain records and contracts can't be modified, that is, they can't be tampered with

    4. here are the advantages and disadvantages of the two methods

      The advantage of
    5. variability is that people can make timely changes to make the right decisions. Therefore, modifying the specification is more practical than finding loopholes

    6. non modifiability means that no matter how smart people are at that time, it is impossible not to make mistakes. Therefore, when problems arise in this scheme, it is best to find and solve the loopholes through the existing legal framework

    7. differences in development

    8. eth, whether it is intentionally arranged or since its birth, the core decisions of blockchain are made by Ethereum foundation with the participation of the community and most of them are developed by it

    9. etc, the decision-making of blockchain is mainly decided by the feedback of three loose, collaborative teams with community participation

    10. in any case, anyone can put forward improvement suggestions for the two kinds of blockchains. This is the benefit of open source, and it is also very common. You will find that developers of the two chains communicate with each other through GitHub and reddit. I hope to improve the frequency of communication in order to achieve the common goal

    11. about compatibility

    12. at present, the two kinds of blockchains are compatible with each other. Contracts or applications written by eth can be applied on etc, and vice versa

    13. eth, focusing on ewasm, is committed to providing a platform for more and more developers, while the issue of contract security is secondary, such as viper

    14. etc focuses on making developers create more secure contracts, such as viper, iohk research, at the cost of consuming the number of potential developers

    15. it's obvious that both chains can accept each other, regardless of whether their wishes are the same or not. My view is that the number of developers is not necessarily related to the quality of the proct

    16. about the transaction speed

    17. eth, the average is 25 seconds, which will be shortened after upgrading

    18. etc, with an average time of 14 seconds, maintained at 10-14 seconds after upgrade, according to ecip-1010 and ecip-1036 protocols

    19. about the block capacity

    20. eth, with the daily trading volume of eth graally reaching 5 million, the block capacity is graally saturated. This situation is similar to the recent transaction cost of bitcoin. This problem can be solved by expanding the block capacity by increasing the default fuel limit

    21. ETC­, At present, there is still a lot of room for block capacity. As more and more people accept etc, the block capacity will also increase, just like eth

    22. about community

    23. eth, mainly discuss on reddit

    24. etc, mainly discuss on slack

    25. about monetary policy

    26. eth, the planned supply is growing steadily, resulting in an average inflation of 3% in eth blockchain in its life cycle

    27. etc, before 2025, inflation will reach 3%, and then the total supply will reach 200 million etc, and then there will be deflation

      As for the regional distribution of trading volume, China accounts for 20%, South Korea 25% and the United States 25%

      In etc, China accounts for 50%, South Korea 25% and the United States 10%

      About securities, at present, investors do not have the option to trade securities. Recently, one of eth's ETFs, trading open-end index funds, was denied by the regulators

    28. etc owns etc trading trust, which allows investors to own etc instead of the asset itself

    6. 1. What is the ether classic<

    etc (Ethereum Classic) is a bifurcated currency that Ethereum hard bifurcates after 1920000 blocks, and its function is very similar to Ethereum. Etc adheres to the concept of decentralization and supports the consensus mechanism of blockchain guarantee. Etc firmly believes that once the blockchain starts to run, its development direction will not be controlled by any central team, but will be determined by the consensus of the people participating in the whole network and the consensus of the computing power of the whole network

    the Ethereum blockchain hard branching in July 2016 aims to transfer the Dao funds stolen by hackers to an account controlled by investors, and let the old transaction records be forgotten by history. Most Ethereum developers are involved in the reversal, as are exchanges, startups and other members of the ecosystem. A few days later, the project returned to normal. But not everyone wants to forget the old record. As a result, a small number of miners continued to use the original blockchain as a protest. They described the hard fork as a capital withdrawal for the abandoned project of the Dao. So Ethereum classic (etc) was born

    2. Detailed parameters

    Chinese Name: Ethereum classic English Name: Ethereum classic English abbreviation: etc

    developer: Ethereum Classic team core algorithm: ethash consensus proof: POW

    release date: 2016 / 7 / 20 block time: About 15-17 seconds / block

    total currency: fixed at 210 million, up to 230 million, Every 5 million blocks decelerate by 20%, and the first proction rection is expected to be in December 2017

    main features: independent cryptocurrency
    7.

    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

    8. Currency price will be affected by instry and policy. Today, influenced by the good news, the price of Ethereum has risen by more than 20% to US $149. If you want to invest in Ethereum, you can go to a professional digital currency exchange to invest. At present, all the mainstream digital currency transactions in the market are coin security, fire coin network, bitnet, etc.
    9. According to the current real-time exchange rate: 1 THB = 0.2013 RMB yuan, the transaction price is subject to the bank counter.
    10.


    to tell you the truth, there is no big adaptation. The main reason is that the capacity of video memory is doubled, and the main frequency is increased a little.

    non public 390 suggests choosing XFX, lanbao

    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