Position: Home page » Blockchain » Ethereum as a blockchain

Ethereum as a blockchain

Publish: 2021-03-23 20:16:14
1.

Ethereum is a new and open blockchain platform, which allows anyone to build and use decentralized applications running through blockchain technology in the platform. Like bitcoin, Ethereum is neither controlled nor owned by anyone - it's an open source project created by many people around the world

Different from bitcoin protocol, Ethereum is very flexible and adaptable. It's very easy to create new applications on the Ethereum platform. Anyone can use the applications on the platform safely

Ethereum is a programmable blockchain. It does not give users a series of preset operations (such as bitcoin trading), but allows users to create complex operations according to their own wishes. In this way, it can be used as a platform for many types of decentralized blockchain applications, including but not limited to cryptocurrency

in a narrow sense, Ethereum refers to a series of protocols that define a decentralized application platform. The core of Ethereum is Ethereum virtual machine (EVM), which can encode any complex algorithm. In computer science terminology, Ethereum is "Turing complete.". Developers can use the existing JavaScript and python as the model of other friendly programming languages to create applications running on the Ethereum simulator

like other blockchains, Ethereum also has a peer-to-peer network protocol. Ethereum blockchain database is maintained and updated by many nodes connected to the network. Each network node runs the Ethereum simulator and executes the same instructions. Therefore, people sometimes call Ethereum "world computer"

this massive parallel operation throughout the Ethernet network is not to make the operation more efficient. In fact, this process makes computing on Ethereum slower and more expensive than on traditional computers. However, each Ethereum node runs Ethereum virtual machine in order to maintain the consistency of the whole blockchain. The consistency of decentralization makes Ethereum have high fault tolerance, zero downtime, and can keep the data stored on the blockchain unchanged and anti censorship

Ethereum platform has no characteristics and value. Like programming languages, it's up to entrepreneurs and developers to decide what to use. However, it is clear that some application types benefit more from the functions of Ethereum than others. Ethereum is especially suitable for those applications that automatically interact directly between points or promote group coordination activities across networks

for example, coordinate the application of point-to-point market, or the automation of complex financial contracts. Bitcoin enables indivials to exchange money without the help of financial institutions, banks or governments. The impact of Ethereum may be more profound

in theory, any complex financial activities or transactions can be automatically and reliably carried out on Ethereum with coding. In addition to financial applications, any application scenario with high requirements for trust, security and persistence, such as asset registration, voting, management and Internet of things, will be affected by Ethereum platform on a large scale

2.

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

    3. Ethereum blockchain has exposed three major problems, and its founder vitalik buterin has been unable to interpret them for a long time. The first is the low performance and TPS of Ethereum blockchain as a whole; The second is that resources are not isolated. The event of cryptokitties virtual cat once occupied 20% of the traffic of the whole Ethereum, which directly caused Ethereum network users unable to carry out timely transactions, which is the biggest pain point of resources not isolated; The third problem lies in the embodiment of Ethereum's governance structure. As a decentralized distributed ledger, the founder team of Ethereum has dominated its network development in the past. The over centralized governance mode has led to the bifurcation of eth, etc and ETF in Ethereum, and the Ethereum community is now in a state of fragmented governance. In the view of Ma Haobo, founder and CEO of "aelf", all kinds of disadvantages of Ethereum are unacceptable. Therefore, the positioning of "aelf" is born for the next generation of decentralized underlying computing platform of Ethereum, which focuses on solving the problems of insufficient performance, non isolation of resources and governance structure of Ethereum.
    4. Ethereum, ETH for short. At the end of 2013, vitalik released the white paper of Ethereum, and in July 2014, the pre-sale of Ethereum began. At that time, insiders called this kind of token issue "crowdfunding". Through the 42 day pre-sale, the Ethereum team raised more than 30000 bitcoins through the pre-sale of 60102216 Ethernet coins; In addition, the early contributors who participated in the development before the pre-sale and the developers who have been engaged in project research for a long time are allocated according to 9.9% of the total amount of Ethernet coins sold at that time. So when Ethereum was officially released, there were more than 72 million Ethereum coins. After the end of Ethereum's pre-sale, it uses the proof of work mechanism POW for mining, and rewards the miners according to 26% of the total amount issued at that time every year. In October 2014, Ethereum reced the block output time from 60 seconds to 12 seconds, and now it is basically stable at 15 seconds, with 5 etheric coins awarded for each block
    although the pow mining mechanism is adopted, the block out mechanism of Ethereum is different from that of bitcoin. Due to the short block time of Ethereum, Ethereum is easy to form isolated blocks. Isolated blocks refer to the blocks that are not on the longest chain. Bitcoin's isolated blocks have no block rewards, but in Ethereum, isolated blocks can be referenced. The referenced isolated blocks are called "Uncle blocks", and their packaged data will also be recorded in the blockchain. Unlike bitcoin, Ethereum's TERT block has a reward, and each TERT block can get a reward of 4.375 Ethernet coins at most
    Ethereum is a programmable and Turing complete blockchain development platform, which is equivalent to a decentralized global computer. In a programming system, there are usually some virtual machines to compile and execute. Java has JVM. In Ethereum, there is also Ethereum's virtual machine EVM, which can execute any complex algorithm code. Developers can use existing programming languages such as JavaScript or Python to create their own applications on Ethereum. Through Ethereum's virtual machine, you can easily issue digital assets, write smart contracts, set up and run decentralized applications, and set up decentralized autonomous organizations
    eth is also known as the internal fuel of Ethereum. Unlike currency digital assets, Ethereum is not only used for transfer, but also for payment of smart contracts
    in order to prevent the Ethereum blockchain from being full of junk contracts and junk applications, and to establish and run smart contracts on Ethereum, you must use eth to pay for smart contracts. For example, when you transfer your newly created digital assets on the Ethereum blockchain, you need to use eth to pay the handling fee instead of your newly created digital assets.
    5. Ethereum focuses on smart contract and Turing. EOS is based on blockchain operating system. Ethereum and EOS are two top blockchains. At present, there are bottlenecks in blockchain technology and narrow application fields.? LF cluster + cloud server is the most advanced blockchain 3.0 at present. Focusing on different blockchain projects such as public chain, storage chain, Im chain, asset chain and application chain, the advantage lies in resource isolation: each smart contract has its own blockchain, and the governance and development of proxy voting system of token holders has the most development prospect.
    6.



    안 &# 47568; &# 45236;

    7. < UL >
  • at present, there are two ways to develop blockchain

  • < / UL >
    1. is developed directly based on existing blockchain development platforms (mainly Ethereum and hyperledger)

    2. starting to build blockchain from the foundation, on the surface, there is no doubt that we should take the first road in terms of development efficiency, investment cost, instrial cooperation, etc., but in fact, the situation is much more complicated

    3. < / OL > < UL >
    4. the development of blockchain still needs more people who write code to actually participate in order to really promote

    5. at present, the attention of the whole technology community is mainly on Web and mobile development, and the supply and marketing of relevant talents are booming. However, some interested people have begun to turn to big data analysis, deep learning, VR / AI and other promising technologies< br />

    8. Ethereum is an open source public blockchain platform with smart contract function. It provides decentralized virtual machine (Ethereum virtual machine) to process point-to-point contract through its special cryptocurrency ether (also known as "Ethereum"). The concept of Ethereum was first proposed by vitalik buterin, a programmer, from 2013 to 2014, inspired by bitcoin, to the effect of "next generation cryptocurrency and decentralized application platform". It began to develop through ICO crowdfunding in 2014
    Ethereum is not only a database, it also allows you to run programs in the trusted environment of the blockchain. Ethereum has built a virtual machine named EVM (Ethereum virtual machine) on the blockchain. EVM allows code to be verified and executed on the blockchain, providing guarantee for code to run in the same way on everyone's machine. These codes are included in the smart contract. In addition to tracking the account balance, Ethereum uses the same method to save the EVM status on the blockchain. All nodes process the smart contract to verify the integrity of the contract itself and its output.
    9.

    The hottest things this year are "bitcoin", "Ethereum" and all kinds of cryptocurrencies, so hot that even aunts and uncles are about to start talking about them. It is no exaggeration to say that 2017 is the first year of the development of cryptocurrency and blockchain technology

    as the underlying technology behind bitcoin, the concept of blockchain has only been mentioned in the past two or three years, although as early as 2009, "Nakamoto Tsung" released bitcoin. After this wave of digital currency boom, the concept of blockchain technology has really entered the eyes of all walks of life. I'm afraid it's too early to mention the wide application of blockchain technology, which is still in a very early stage of development. However, e to the arrival of the boom, many technicians and teams have contributed their efforts to build some blockchain concept projects“ Needless to say, as the first application of blockchain technology, bitcoin of "Zhongben cong" has realized the function of distributed ledger, which can realize the first decentralized value transmission of human beings. It can be said that it is "blockchain 1.0". Then Ethereum invented the smart contract, which extended the function of blockchain technology to build applications. It is well deserved to be defined as "blockchain 2.0". However, the blockchain concept projects that came out later did not realize this leap forward role, but only improved to a certain extent at the application level, so they can not be called "blockchain 3.0"

    so what is "blockchain 3.0"? Maybe bitcoin OS is the answer: an operation system that is completely based on blockchain technology and follows the concept of blockchain technology. In the 1980s, before Microsoft released the windows operating system, personal computers and Internet technology were still in a non systematic state and could not be popularized. After the release, personal computers were allowed to enter ordinary people's homes, making PC and Internet universal application procts. Recently, bitcoin OS team announced the implementation of the bifurcations of bitcoin and Ethereum on Christmas day, so as to officially publish the plan of developing blockchain OS

    anyone who knows a little bit about blockchain technology knows that bitcoin solves the problem of account book, while Ethereum is a smart contract to realize application expansion. Later, a team will launch a distributed storage project. But these systems with only a single functional mole are not "operating systems". The traditional definition of operating system is a huge management and control program, which includes five management functions: process and processor management, job management, storage management, device management and file management. In fact, the OS based on blockchain does not need to change all the five functional blocks into distributed ones, as long as the parts related to the external transmission of value and information can be decentralized and distributed. Therefore, the blockchain operating system should have at least three functions of "account system management, computing resource management and storage resource management", which can realize distributed ledger, edge computing and edge storage. Although it is still too early to define the instry standard in this way, bitcoin OS team is committed to realizing the blockchain OS possessed by these three functional blocks first, and then improving it through iteration

    according to the bitcoin OS team, the name "bitcoin OS" is actually "blockchain OS", which is named after "bitcoin", which is also a tribute to the inventor "Satoshi Nakamoto". At present, from the technical details given by the bitcoin OS team, we may be able to see some aspects of this "blockchain 3.0" project

    firstly, the management function of the account book system supports locating the ownership of resources according to the account ID, such as the private key; Computing resource management can obtain corresponding computing resources according to the demand, support edge computing, and share distributed computing power. In addition, storage resource management can use storage resources according to the demand, and support edge storage. Compared with bitcoin OS, Ethereum only supports account system and smart contract, which can not meet the distribution of distributed computing tasks. Ethereum only supports the fair execution of contract code, let alone the management of storage resources. So Ethereum is only a custom calculator

    in addition, it is worth mentioning that bitcoin OS self customized enhanced smart contract. It supports two modes, which are more flexible and efficient

    1. Central computing mode: the outgoing node is responsible for executing the smart contract, and both the incoming parameters and the output results support sipfs to be stored in the storage node

    Distributed computing mode: ordinary nodes can claim computing tasks, input parameters and output results support sipfs storage to storage nodes

    finally, we also need to mention the built-in sipfs super interstellar file system of bitcoin OS. Sipfs can realize the decentralized storage of technical input parameters and output parameters. At the same time, the file has a life cycle, and the DNA description of the file descriptor is recorded on the blockchain. The file descriptor of sipfs does not exist on the blockchain, but it will be stored in a separate file descriptor data file. After the end of the file life cycle, the blockchain will automatically delete the file descriptor, Realize the intelligent slimming of blockchain

    "blockchain 3.0" is worth looking forward to, and bitcoin OS team, as the vanguard, is worth paying attention to and encouraging. We are looking forward to the real blockchain operating system

    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