为广大币圈朋友提供币圈基础入门专业知识!
当前位置首页 > 区块链知识> 正文

区块链中的节点是什么,区块链的节点是什么

发布时间:2023-12-06-01:53:00 来源:网络 区块链知识 区块   节点

区块链中的节点是什么,区块链的节点是什么

在区块链技术的发展过程中,节点是一个重要的概念,它是区块链网络中的一个重要组成部分。那么,区块链中的节点是什么呢?

首先,区块链节点是一个计算机,它可以连接到区块链网络,参与网络上的交易,并执行区块链网络上的一些功能。一般来说,区块链节点会运行一个特定的软件,这个软件可以接收来自网络上的交易,并将其记录在区块链上。

其次,区块链节点也可以参与网络上的共识机制。一般来说,共识机制是一种特殊的算法,可以让网络上的所有节点达成一致,从而确保网络上的交易是安全可靠的。因此,参与共识机制的节点就成为了区块链网络中的重要组成部分。

最后,区块链节点也可以用来提供区块链网络的存储空间,即每个节点可以存储一份区块链上的全部数据,这样就可以保证每个节点都有一份完整的数据,从而确保整个网络的安全性。

总的来说,区块链节点是一个计算机,它可以参与网络上的交易,参与共识机制,并提供区块链网络的存储空间。因此,区块链节点是区块链网络中必不可少的重要组成部分,它可以确保网络上的交易是安全可靠的。


请查看相关英文文档

⑴ The nodes in the blockchain network include

The nodes in the blockchain network include mobile phones, mining machines, servers, etc.
Nodes refer to computers in the blockchain network. Blockchains are participated by a large number of individuals or family users. Each individual or family is a node of the blockchain.
Blockchain is composed of small blocks. Everyone who forms a block node does not know each other, but they trust each other because they also have a common purpose, which is to obtain the rewards of the mechanism.

⑵ Introduction to Blockstack

1. Overview
Blockstack is a new Internet of decentralized applications, equipped with a complete set of open source development tools to build and bootstrap decentralized applications. and protocol ecosystem. Users own their data, the browser is all they need to get started, and Blockstack is the “Google” of blockchain.
Blockstack is a blockchain browser application that integrates decentralized data, decentralized applications, and decentralized user data.
In the so-called distributed Internet, users have ownership of their identities, and data is bound to their identities and stored on their own private devices or in the cloud, thus eliminating dependence on third-party institutions. Developers can develop distributed applications to run locally, call the user's API, and access user data with the user's permission, without having to consider data storage issues. In this way, Blockstack returns data sovereignty to users. User data is kept by users and no third party can access user data without user permission. Since users have data sovereignty, they can transfer it as they wish without being restricted by the platform.

2. Implementation Principle of Blockstack
Blockstack builds an isolated naming system on top of the underlying blockchain. The underlying blockchain is used to record the status changes of "name-value" pairs. Using the consensus protocol of the blockchain, various operations in the naming system (such as naming registration, update, transfer, etc.) can be The entire network reaches a consensus and cannot be tampered with.

Blockstack adopts the idea of ​​​​separating the data plane and the control plane to separate naming control and naming related data.
The control plane includes the underlying blockchain and the virtual chain above it, which defines the protocol for registering names and creating name-identity bindings.
The data plane is responsible for data storage, mainly including
(1) zone file used to find data through hash value or URL
(2) External storage (Dropbox, S3, IPFS, etc.). Data is signed by the key pair corresponding to the name to which it is bound. The client reads data from the data plane,And the integrity and reliability of the data are verified through the data hash in the zone file and the public key of the name owner.

This idea of ​​separation of the data plane and the control plane makes Blockstack not attached to any specific blockchain, which means that users can choose different blockchains according to their own needs
/>
3. Levels of Blockstack
In order to realize naming and storage functions, Blockstack has four levels: the blockchain layer and virtual chain layer of the control plane, and the routing layer and data storage layer of the data plane. . The specific implementation is shown in the figure below

1. Blockchain Layer
The blockchain layer is at the bottom and mainly provides two services:
(1) Blockstack Each operation is encoded in the transaction record of the underlying blockchain, and the blockchain layer is responsible for storing the sequence of operations of Blockstack;
(2) Provide consensus for the order of operations written to the blockchain.

2. Virtual chain layer (Virtualchain Layer)
The virtual chain layer is the core of Blockstack, which defines various operations of Blockstack nodes, and only Blockstack nodes can perceive this layer. Simply Although the blockchain node can read the original text of the operation, it cannot parse it.
The virtual chain layer also defines rules for accepting and rejecting Blockstack operations. For example, a registered naming operation is accepted only if no other user has registered the name yet.

3. Routing Layer
Blockstack separates the routing request (how to find the data) from the actual data storage, which gives the user a choice of data storage. You can choose commercial cloud storage (such as Amazon S3, or Dropbox) or your own private storage or p2p storage system.
Routing information is stored in zone files, which are almost identical in form to DNS zone files, as shown in the figure above. The virtual chain binds the name to the hash value of the zone file and stores it in the control plane, while the zone file itself is stored in the routing layer (the current implementation is to store it in a distributed hash table). Users can fully trust the routing layer because users can compare the zone file with the hash value of the control plane at any time to verify whether the zone file has been modified.

4. Storage Layer
The storage layer is where users actually store data. All data will be signed by the key pair corresponding to the name owner. Through this off-chain storage method, users can store data of any size, and because the hash value of the data is stored in the control layer, users do not have to worry about data being tampered with.
There are two ways to store data in the storage layer: volatile storage and non-volatile storage. The difference between the two mainly lies in whether the zone file is modified at the same time when modifying the data. It is suitable for situations where the data often needs to be modified, and when the data is rarely modified.

5. Naming system
Blockstack uses a four-layer structure to implement a distributed naming system. The name belongs to the address of the underlying blockchain and the corresponding private key. Like Namecoin, users need to pre-order (preoder) before they can register (register) their name. The first user to successfully write scheduled operations and registration operations to the blockchain can gain ownership of a name. After the name is registered, the user can use the update command to send updated data to the name. Users can also use the transfer operation to transfer the name to another address. The revoke command temporarily terminates operations on this name.

4. Summary
Blockchain technology has brought exciting prospects to the Internet. The distributed naming and storage system allows users to retain absolute control over their identities and data. Third-party programs that want to access user data require user authorization. Although the Blockstack project is not yet very mature, its design ideas and concepts are very consistent with the future development direction of the Internet, and it is also a model for the implementation of blockchain technology.

https://zhuanlan.hu.com/p/29823215

⑶ How to define blockchain and what are the application scenarios of blockchain

Now Many people think that blockchain is a universal technology that can do anything. This is a bit of a myth about blockchain technology!
Regarding the definition of blockchain technology, American scholar Melanie Swann defined blockchain technology as an open, transparent and decentralized technology in her book "Blockchain: A New Economic Blueprint and Introduction" database.

Definition of Blockchain: Narrow VS Broad

As for the application scenarios of blockchain technology, it is natural to combine the differences between blockchain and other technologies. In terms of system characteristics.

Blockchain technology features include:

Blockchain is a database storage system that is distributed around the world and can operate collaboratively. It is different from traditional database operations where read and write permissions are in the hands of a company or a centralized authority (centralized characteristics). Blockchain believes that any Anyone with the ability to set up a server can participate. Nuggets from all over the world have deployed their own servers locally and connected to the blockchain network to become a node in this distributed database storage system; once joined, the node enjoys exactly the same rights as all other nodes and obligations (decentralized, distributed characteristics).

At the same time, people who provide services on the blockchain can perform read and write operations on any node in the system. In the end, all nodes around the world will complete the process again and again according to a certain mechanism. Synchronize in sequence to achieve complete consistency of data in all nodes in the blockchain network.

At the beginning of this year, the term blockchain began to enter everyone’s lives. From national leaders to aunts who dance square dances, everyone knows this term. This term is widely known by Bit Brought by coins.

As we all know, the first few dozen bitcoins could only be exchanged for one pizza. At its peak, it was more than 20,000 US dollars each, which has skyrocketed by more than a thousand times, which has also benefited a large number of wealthy people. Currently, there are blockchain The virtual currency generated by technology is gradually entering into everyone's life, and many people have joined the ranks of currency speculation. I often hear people say that if you buy the right currency a hundred times, a bicycle will become a sports car, and one coin will turn a young model. You can imagine how many of them are involved. Attractive.

Since 2008, various games applying blockchain technology have also become popular, such as development games (Network Letts Dog, 360 Block Cat), mining games (NetEase Planet, Virtual Earth, Gongxinbao), these are attracting everyone to join in the name of blockchain, and of course there are some that are really reliable, which requires everyone to identify them carefully.

Blockchain is a distributed ledger (database) that connects data blocks in an orderly manner and cryptographically ensures that it cannot be tampered with or forged. technology. In layman's terms, blockchain technology can achieve openness, transparency, non-tampering, non-forgery, and traceability of all data information in the system without the need for third-party endorsement. As an underlying protocol or technical solution, blockchain can effectively solve the problem of trust and realize the free transfer of value. It has broad prospects in the fields of digital currency, financial asset transaction settlement, digital government affairs, and certificate deposit and anti-counterfeiting data services.

Digital currency

After experiencing physical objects, precious metals, banknotes and other forms, digital currency has become the development direction of the digital economy era. Compared with physical currency, digital currency has the characteristics of easy portability and storage, low circulation cost, convenient use, easy anti-counterfeiting and management, breaking geographical restrictions, and better integration.

Bitcoin technically eliminates the need for third-party transfer or arbitration, and both parties to the transaction canElectronic cash systems for direct mutual transfers. In June 2019, the Internet giant Facebook also released a white paper on its cryptocurrency Libra. Whether it is Bitcoin or Libra, the underlying technology they rely on is blockchain technology.

my country began the development of central bank digital currency as early as 2014. my country's digital currency DC/EP adopts a two-tier operating system: the central bank does not directly issue digital currency to the public. Instead, the central bank redeems the digital currency to various commercial banks or other legal operating institutions, and then these institutions exchange it for public supply. its use. In early August 2019, the central bank held a video conference on work for the second half of the year. The meeting called for accelerating the pace of research and development of the national legal digital currency.

Financial asset transaction settlement

Blockchain technology naturally has financial attributes, and it is causing disruptive changes in the financial industry. In terms of payment and settlement, under the blockchain distributed ledger system, multiple market participants jointly maintain and synchronize a "general ledger" in real time. Payment, clearing, and settlement that currently take two or three days can be completed in just a few minutes. tasks, reducing the complexity and cost of cross-bank and cross-border transactions. At the same time, the underlying encryption technology of the blockchain ensures that participants cannot tamper with the ledger, ensuring that transaction records are transparent and safe. Regulators can easily track transactions on the chain and quickly locate high-risk capital flows. In terms of securities issuance transactions, traditional stock issuance has long procedures, high costs, and complex links. Blockchain technology can weaken the role of underwriting institutions and help all parties establish fast and accurate information exchange and sharing channels. Issuers handle issuance on their own through smart contracts, and regulatory authorities With unified review and verification, investors can also bypass intermediaries and conduct direct operations. In terms of digital bills and supply chain finance, blockchain technology can effectively solve the financing difficulties of small and medium-sized enterprises. It is difficult for current supply chain finance to benefit small and medium-sized enterprises in the upper reaches of the industrial chain, because they often do not have direct trade relations with core enterprises, and it is difficult for financial institutions to evaluate their credit qualifications. Based on blockchain technology, we can establish a consortium chain network covering core enterprises, upstream and downstream suppliers, financial institutions, etc. The core enterprises issue accounts receivable vouchers to their suppliers. After the bills are digitized and uploaded to the chain, they can be uploaded to the supplier Transfer between them, each level of supplier can realize the corresponding amount of financing with the digital bill certificate.

Digital Government Affairs

Blockchain can make data run and greatly streamline the service process. The distributed technology of blockchain can allow government departments to be centralized on one chain, and all service processes are delivered to smart contracts. As long as the service personnel pass the identity authentication and electronic signature in one department, the smart contracts can be automatically processed and transferred, and the subsequent steps can be completed in sequence. All approvals and signatures. Blockchain invoice is the earliest application of domestic blockchain technology. The tax department launched the "Tax Chain" platform for blockchain electronic invoices. The tax department, the issuer, and the payee join the "Tax Chain" network through unique digital identities, truly realizing "instant invoicing for transactions" and "instant reimbursement after invoicing" - in seconds Level openTickets and minute-level reimbursements are recorded into accounts, which greatly reduces tax collection and management costs and effectively solves problems such as data tampering, over-reporting of one ticket, and tax evasion. Poverty alleviation is another practical application of blockchain technology. Utilize the characteristics of openness, transparency, traceability, and non-tampering of blockchain technology to achieve transparent use, precise investment, and efficient management of poverty alleviation funds.

Evidence-based anti-counterfeiting

Blockchain can prove the existence of a file or digital content at a specific time through hash timestamps, and it is open, non-tamperable, and traceable. It provides perfect solutions for judicial forensics, identity certification, property rights protection, anti-counterfeiting and traceability, etc. In the field of intellectual property, the digital signature of blockchain technology and on-chain certificates can confirm the rights of text, pictures, audio and video, etc., and create and execute transactions through smart contracts, allowing creators to regain pricing power and preserve data formation in real time. The evidence chain covers the three major scenarios of rights confirmation, transaction and rights protection. In the field of anti-counterfeiting and traceability, blockchain technology can be widely used in various fields such as food and medicine, agricultural products, alcohol, and luxury goods through supply chain tracking.

Data services

Blockchain technology will greatly optimize existing big data applications and play a huge role in data circulation and sharing. In the future, the Internet, artificial intelligence, and the Internet of Things will generate massive amounts of data. The existing centralized data storage (computing model) will face huge challenges. Edge storage (computing) based on blockchain technology is expected to become a future solution. Furthermore, the non-tampering and traceability mechanism of blockchain ensures the authenticity and high quality of data, which becomes the basis for all data applications such as big data, deep learning, and artificial intelligence. Finally, blockchain can realize multi-party collaborative data calculations while protecting data privacy, and is expected to solve the problems of "data monopoly" and "data islands" and realize the value of data circulation. In response to the current blockchain development stage, in order to meet the blockchain development and application needs of general business users, many traditional cloud service providers have begun to deploy their own BaaS ("Blockchain as a Service") solutions. The combination of blockchain and cloud computing will effectively reduce enterprise blockchain deployment costs and promote the implementation of blockchain application scenarios. In the future, blockchain technology will also play an important role in many fields such as charity, insurance, energy, logistics, and the Internet of Things.

The three words "blockchain" were completely ignited during the Spring Festival that just passed. The limelight overshadowed everything. Some people said that this was the arrival of a new era. The past It has become a classic, and some people say that it is all hype and is ultimately a bubble.


In fact, blockchain technology is not a new concept. It has been applied to many industries, such as electronic signatures, as early as the past two years. Recently, the third-party electronic signature platform eShanbao revealed the latest progress of blockchain applications to NewSeed.


Currently, blockchain technologyTechnology is mainly used in e-Signature products for certificate deposit and certificate issuance. The application scenarios include copyright protection, online contract signing, web page evidence collection, phone recording, email certificate deposit, etc.


Take the rights protection of online works as an example. Since online rights protection generally adopts the method of collecting evidence after the fact, real-time confirmation of rights is not carried out in the process of evidence generation, so the entire confirmation process is difficult. The copyright process is time-consuming, difficult and costly to obtain evidence, and extremely difficult to prove and trace the source. It cannot meet the characteristics of rapid dissemination and large quantity of online works.


eShanbao's new intellectual property protection solution based on timestamp + blockchain starts from the user's real-name authentication and solidifies the information generated in the process in real time. Electronic data, and through the time source service synchronized with the National Time Service Center, online works are stamped with legally valid timestamps to prove that electronic files have not been tampered with in a certain period of time. Blockchain technology can establish point-to-point trust in the network, ensuring that all blockchain nodes can record complete copyright confirmation and transaction records, and can trace their origins, truly realizing anti-repudiation and anti-tampering, and realizing a kind of distribution. trust infrastructure.


Founder and CEO Jin Hongzhou believes that the application of decentralized blockchain technology has greatly improved the efficiency of data storage and certification, and The credibility of the identity of the parties reduces the cost of trust, but it cannot replace the original centralized public key encryption technology. The two should complement each other. Through the combination of the two, it can provide users with real-time and reliable Confirmation plan.


Next, e-Shanbao will also focus on building a smart contract platform based on blockchain technology. Jin Hongzhou said that data storage, Issuing certificates is only a relatively superficial application based on blockchain technology. It is the first step to implement blockchain technology, and the realization of real smart contracts is the second step. "Smart contracts cannot simply be understood as electronic contracts. They refer to a process, from the conclusion of the contract to the confirmation to the final execution." Jin Hongzhou explained.

From a technical perspective, blockchain is not a brand-new technology, but a new application model of computer technologies such as distributed data storage, point-to-point transmission, consensus mechanisms, encryption algorithms, and smart contracts. Specifically, blockchain technology is a technical solution that collectively maintains a reliable database in a decentralized, high-trust manner.

Due to its advantages such as "decentralization", "distributed data storage", "traceability", "anti-tampering", and "openness and transparency", blockchain technology can effectively solve data problems. By establishing a trustworthy data management environment, we can prevent and avoid various data management problems such as data fraud, tampering, and loss, and promote the efficient sharing and application of data. Practice exploration process, the application scope of blockchain technology continues to expand, especially in the field of public resource transactions, and continues to empower public resource transaction management services.


Facilitate transaction data sharing and transaction witnessing



Facilitate transaction data Share

Currently, the data of different trading centers are not interoperable, and the subject information of different trading centers needs to be entered repeatedly. It is difficult to verify the off-site performance provided by the bidders during the bid evaluation process. It is difficult to troubleshoot the same person repeatedly serving as project manager. Issues such as low cost of breach of trust. Establishing a cross-regional subject database based on blockchain can well alleviate the above problems.

The distributed ledger feature based on the blockchain can effectively ensure the real-time or quasi-real-time sharing of data, and can reduce the repeated entry of subject information; the use of blockchain information that cannot be tampered with can ensure the data circulation process on the chain. The authenticity of the bidders in the regional alliance is directly obtained from the on-chain data, making it impossible to hide the fake performance. At the same time, the sharing of bidding behavior data through the blockchain provides a data basis for the development of "joint punishment of dishonest enterprises".



Blockchain-based transaction witness

"Guiding Opinions on Deepening the Integration and Sharing of Public Resource Trading Platforms" ( The State Office Letter [2019] No. 41) pointed out the need to optimize services such as witnessing, venues, information, files, and expert extraction. However, at present, public resource transaction process witnessing is mainly based on manual on-site witnessing, which has limited witnessing intensity, high occupation of human resources, and limited witnessing effect. Due to its centralized characteristics, the traditional digital witness system is prone to data tampering, and the data is easily damaged or lost during the storage and migration process, which has certain flaws in terms of security and usability.

Utilize the distributed, difficult to tamper, and traceable characteristics of the blockchain to solidify and store the data generated in each transaction link, and accurately record the data generated through time stamp technology, summary algorithm, and electronic signature technology. Time, content, data source. According to the technical characteristics of the blockchain, simple structured data can be directly saved on the blockchain. For unstructured layout files, videos, audio and other large files, the summary information and original files can be saved through the blockchain. Save via a distributed file storage service. When there are disputes or problems in a transaction, the blockchain can provide a set of credible transaction process data and clarify the responsibilities of all parties involved in the transaction. Achieve the goals of risk prevention and control in all aspects, traceability of the entire process, and improvement of all-round services.


Promote the rationalization of electronic guarantee rates

Promote financial services and corporate financing for bidding companies



Promote electronic guarantee feesRationalization of rates

At present, electronic bidding deposit guarantee letters have been used to a certain extent in the field of bidding, solving the problem of capital occupation of bidding deposits for bidding companies. However, because financial institutions currently do not have reliable historical bidding behavior data of bidders, they are unable to judge the default risks of different bidders. As a result, the guarantee services charged to bidders adopt fixed rates, which makes a small number of bids with high default risks The cost of personal guarantee is allocated to most bidders with low default risk, which increases the guarantee rates for most bidders to a certain extent.

At present, it is up to the bidder to choose whether to use an electronic letter of guarantee, and the rate is the main choice basis for the bidder. If the bidder performance records are shared through the blockchain and the performance risks of different bidders are analyzed, it will be Different bidders provide different guarantee rates, which not only reduces the risks of financial institutions, but also reduces the use costs of most bidders and promotes the use of bid guarantees. To a certain extent, it can also encourage bidders to abide by their promises and maintain the order of the bidding market. .



Promote financial services for bidding companies

The bidding behavior of bidders is scattered in various trading centers, and the data is simply aggregated In a centralized information system, there is a risk of data tampering (untrustworthy), and valuable bidder transaction behavior data cannot be gathered and shared safely and reliably. Through blockchain technology, bidders from multiple trading centers are gathered, and historical bidding, winning bids, defaults, violations and other behavioral records provide data support for financial institutions to evaluate the bidders' credit in the bidding sub-sector.



Solving the financing problems of successful bidders

Traditional corporate loans mainly evaluate the company's solvency: collateral, audit There are requirements for accurate financial statements and sustained profitability, but most small and medium-sized enterprises cannot provide these "proofs" at all. Difficulty and expensive financing have become problems faced by many small and medium-sized enterprises in bidding activities. Using the methods of the past will no longer work. To solve the financing difficulties of small and medium-sized enterprises, we can only rely on new technologies and new tools. With the help of the non-tamperable characteristics of blockchain, primary business data from multiple trading centers are gathered, and big data analysis technology is combined to build a portrait of a credible bidder. On the one hand, it improves the risk control level of financial institutions and taps high-quality bidding companies. On the other hand, it lowers the loan threshold for bidding companies and optimizes the service experience.

Drawing on the supply chain finance model, the bidder is a core enterprise with good credit in government departments, national enterprises and institutions, and the winning contract obtained by the winning bidder as a supplier is considered by financial institutions to be a high-quality asset. Apply for a loan from a financial institution. Under the traditional paper-based model, there is a risk of order and contract fraud and the process is cumbersome. Centralized information systems require operators to have strong authority. The distributed ledger and difficult-to-tamper characteristics of the blockchain will help solve the above problems and connect the tenderer and the bidder.People's contract signing and subsequent financial services are all implemented on the blockchain, which not only solves the problem of data credibility but also reduces the entire system's dependence on centralized authoritative institutions.

Through further analysis, we found that credit sales are currently prevalent among domestic enterprises, and the upstream suppliers of the winning bidder have a large funding gap. The credit of the bidder can only be passed to the winning bidder (the winning contract cannot be split or transferred), and the upstream suppliers Business owners are unable to obtain high-quality loans from financial institutions. If the winning contract is converted into a "pass" on the chain, the "pass" can be split, and the winning bidder holding the "pass" can pay part or all of the voucher to the upstream supplier, making it discountable and financing. The "tokens" on the chain can be split and transferred from first-level suppliers to second-level (and multi-level) suppliers, thereby allowing core enterprise credit to be transferred to multi-level suppliers. The shortage of funds from suppliers due to credit sales has been solved, improving the business environment; through value transfer through the blockchain, the financing cycle has been greatly shortened; the cost of supplier loans has been reduced, which will help reduce the production costs of raw materials or intermediate products, and ultimately Increase bidders' profit margins and indirectly reduce bidders' costs.

Regarding blockchain, we can imagine a decentralized management model and technical processing method.

Let me give you an example. There are five people in your family, and they have never been able to figure out how to arrange work and handle family relationships.


So, you and your family discuss it together and simply use voting to solve the problem.

Then this way of voting to solve problems can be called the most elementary blockchain.

Decentralization solves problems.

What application scenarios can blockchain have?

In fact, many of our families and many organizations use blockchain management forms every day

However, this kind of blockchain application for organizational relationships cannot produce Economic Value.

What are the economic applications of blockchain?

The first type is used for tax deposit certificates, bank transfers, etc.

Make full use of the traceability function of the blockchain so that all records can be retrieved and queried at any time


The second type is applied to enterprise operation and management

Enterprises using blockchain management can better solve the problems of enterprise development and allow enterprises to Able to develop faster and make more money.

Summary: The application scenarios of blockchain include taxation, bank transfers, etc., and can also be applied to business operations.

The characteristics of blockchain are distributed accounting and decentralization, but the ultimate goal is to make people get along more equally. Technology is meaningful only when it serves human values, and technology that meets human value needs will develop, so blockchainIt is in line with mankind’s pursuit of freedom and equality, so its trend to become mainstream is unstoppable.

Currently, there are many blockchain gimmicks, which are basically used to issue coins. The newly launched ono is a decentralized, free and global social platform. Due to decentralization, your chat communication information is peer-to-peer and cannot be viewed by others. In other words, your every word and deed will no longer be recorded and reviewed at any time like it is now on WeChat, QQ, and Facebook, freeing you from the trouble of surveillance.

In fact, blockchain technology can be used in any field. Information that previously required third-party confirmation can be completed online and confirmed at multiple nodes, making it difficult (almost impossible) to delete.

At present, blockchain is still in its infancy, and the technology is not mature enough, but it is also a better time to enter.

Blockchain is a decentralized technology. Blockchain can be applied to all products currently covered by the Internet.

The most popular application industry at present is the financial industry.

An application that has been implemented is product traceability. Alibaba and JD.com are already using blockchain technology to fully trace the origin of some of the products they sell. Consumers can trace the origin of the purchased products. There are also many blockchain applications in the digital advertising industry. Since traffic fraud in digital advertising causes losses of tens of billions of dollars every year, there are already blockchain application projects based on digital advertising, such as DCAD, which is based on blockchain. The digital advertising application of blockchain technology mainly solves the problem of traffic fraud

In the future, as the application of blockchain technology becomes more mature, it will be applied in many industries, creating a new ecosystem based on technological trust. Mode

What is blockchain

If you explain blockchain in non-technical terms, blockchain is a place where data is stored. However, the data stored in the blockchain is safe and reliable and does not need to be managed by anyone. Therefore, in the Internet, a place where data and information are exploding, having such a place will be like a magical treasure land.

What can the blockchain do?

If you ask what the blockchain can do, it is better to say what applications require the use of the blockchain. As mentioned earlier, blockchain is a safe place, so wherever data needs to be protected securely on the Internet, blockchain technology needs to be used. For example:

Because the use of blockchain technology can better protect the data of policyholders, in today’s Internet, data is value and wealth, so value protection and value transmission are the future development directions of the Internet. And blockchain technology can really do just that.

If there are any deficiencies, you are welcome to comment and correct me.

In a narrow sense, blockchain is a chain data structure that combines data blocks in a sequential manner in chronological order, and is cryptographically protected.Distributed ledger that is certified and cannot be tampered with or forged.

The two parties involved in the transaction do not need to know who the other party is, nor do they need a third party for trust endorsement. They only need to trust a common algorithm to establish mutual trust and conduct direct transactions.

Its characteristics are trustlessness and decentralization. The destruction of each node's ledger has no impact on the entire blockchain. The blockchain runs point-to-point payments without a center that may cheat, and the security is greatly improved. Improved, the entire transaction network has changed from a star structure to a point-to-point P2P structure.

In the future, blockchain will be used in many fields and will have a great impact on human life. . It can be widely used in fields ranging from digital currency to securities and financial contracts, medical care, games, artificial intelligence, smart contracts, Internet of Things, e-commerce, file storage and other fields.

1. Cloud storage

This is the statistics of current cloud storage on the Internet. In terms of volume, Google has the largest volume, which is 8,000PB. So what if we share the idle data on the Internet?

Starlight Cloud builds a blockchain data computing and storage lake through Starlight Chain, with a total storage capacity of 15,000P (approximately 15.72864 billion G) in the future. This will be more than 10 times that of Alibaba Cloud's 1500PB! It is also more than four times the size of the Taizhou Storage Center, the largest storage lake in the world after expansion.

2. Medical aspects

Using blockchain technology to save personal medical records also retains personal medical historical data, which can be used when seeing a doctor or planning for your own health in the future. Historical data can be called directly. These data are highly private, and the use of blockchain technology also helps protect patient privacy.

⑷What does blockchain node mean?

Blockchain node means a smart device connected to the blockchain network. It is called a node, but this node may play different roles depending on the characteristics of the device. This is a great feature of distributed networks, and the more nodes there are on the entire blockchain network, it means that the blockchain network is more widely distributed, more stable and more secure. Nodes include mobile phones, mining machines, servers, etc. Those who operate a node can be ordinary wallet users, miners, and mining pool users who collaborate with multiple people. ”
[Extended information]
A node is a server in a region. In the Internet area, all the running data of an enterprise is in one server, then this server is a node.
Just like what we use every day WeChat handles so many chat messages, transfers, etc. every day. The storage and operation of these data are all in Tencent's company's servers. Then this server that processes data can be called a "node". Let's talk about blockchain world, everyone already knows that the blockchain is a decentralized distributed database. It does not rely on any centralized server. It is composed of thousands of "small servers". As long as we download a blockchain client, we become one of the thousands of "little servers".
In this way, if we want to play with the blockchain, we ourselves are equivalent to a node.
Nodes are also divided into light nodes and full nodes. A full node is a node that owns all the transaction data of the entire network, while a light node is a node that only owns transaction data related to itself. Moreover, the more and more nodes are distributed, the more decentralized the blockchain network will be, and the safer and more stable the network operation will be. For example, Lianxin has 16 million Lianxin users. This shows that there are also many Lianxin nodes. Now friends who want to play with blockchain can try Lianxin. LianXin is a good blockchain application.
The existence of nodes is a representation of the distributed nature of the blockchain and is also the charm of the blockchain.
Blockchain is a distributed system. There are many nodes in the system. You can simply understand these nodes as computers or servers connected through the Internet. Then, depending on the nature of the blockchain, the ways to become a node are also different. Of course, the definition of a node is also different. For public chains like Bitcoin, theoretically speaking, you only become a node when you download the complete blockchain and participate in transactions and mining.
However, in today's Bitcoin, miners, full nodes, lightweight nodes, and even ordinary users may all be called nodes in different contexts. But in any case, the Bitcoin system is not so much "the blockchain will automatically update when connected to the network", but rather that if you want to mine or trade (and you don't trust other people's verification results), you must update it. For the entire blockchain, this is not an automatic obligation, but a voluntary matter.

⑸ What is blockchain technology? What exactly is blockchain? A chain data structure composed of sequential connections, and a cryptographically guaranteed distributed ledger that cannot be tampered with or forged.

Broadly speaking, blockchain technology uses block chain data structures to verify and store data, uses distributed node consensus algorithms to generate and update data, and uses cryptography to ensure data transmission and access. It is a new distributed infrastructure and computing method that uses smart contracts composed of automated script codes to program and operate data securely.

[Infrastructure]

Generally speaking, the blockchain system consists of data layer, network layer, consensus layer, incentive layer, contract layer and application layer composition. Among them, the data layer encapsulates the underlying data blocks and related basic data and basic algorithms such as data encryption and timestamps; the network layer includes distributed networking mechanisms, data dissemination mechanisms, and data verification mechanisms; the consensus layer mainly encapsulates network nodes various consensus algorithms; the incentive layer combines economic factorsElements are integrated into the blockchain technology system, mainly including the issuance mechanism and distribution mechanism of economic incentives; the contract layer mainly encapsulates various scripts, algorithms and smart contracts, which is the basis of the programmable features of the blockchain; the application layer encapsulates Various application scenarios and cases of blockchain. In this model, the chain block structure based on timestamps, the consensus mechanism of distributed nodes, economic incentives based on consensus computing power, and flexible programmable smart contracts are the most representative innovations of blockchain technology.

Extended information:

[Blockchain core technology]

Blockchain mainly solves the trust and security issues of transactions, so it addresses this issue Four technological innovations:

1. Distributed ledger means that transaction accounting is completed by multiple nodes distributed in different places, and each node records a complete account, so they all Can participate in supervising the legality of transactions and can also jointly testify for them.

The uniqueness of blockchain's distributed storage is mainly reflected in two aspects: First, each node of the blockchain stores complete data according to the block chain structure. Traditional distributed storage generally stores The data is divided into multiple parts for storage according to certain rules. Second, the storage of each node in the blockchain is independent and has equal status, relying on the consensus mechanism to ensure the consistency of storage, while traditional distributed storage generally synchronizes data to other backup nodes through the central node.

No node can record ledger data independently, thus avoiding the possibility of a single bookkeeper being controlled or bribed to record false accounts. Also because there are enough accounting nodes, theoretically speaking, the accounts will not be lost unless all nodes are destroyed, thereby ensuring the security of the accounting data.

2. Asymmetric encryption and authorization technology. Transaction information stored on the blockchain is public, but account identity information is highly encrypted and can only be accessed with authorization from the data owner. , thus ensuring data security and personal privacy.

3. The consensus mechanism is how all accounting nodes reach a consensus to determine the validity of a record. This is both a means of identification and a means of preventing tampering. Blockchain proposes four different consensus mechanisms, which are suitable for different application scenarios and strike a balance between efficiency and security.

The consensus mechanism of the blockchain has the characteristics of "the minority obeys the majority" and "everyone is equal". "The minority obeys the majority" does not entirely refer to the number of nodes, but can also be the computing power and the number of shares. Or other characteristic quantities that the computer can compare. "Everyone is equal" means that when a node meets the conditions, all nodes have the right to give priority to the consensus result, which will be directly recognized by other nodes and may eventually become the final consensus result.

4. Smart contracts. Smart contracts are based on these trustworthy and non-tamperable data and can automatically execute some predefined rules and terms. Take insurance as an example. If everyone’s information (including medical information and risk occurrence information) is true and trustworthy, thenIt is easy to automate claims settlement in some standardized insurance products.

In the daily business of insurance companies, although transactions are not as frequent as those in the banking and securities industries, the reliance on trusted data continues unabated. Therefore, the author believes that using blockchain technology from the perspective of data management can effectively help insurance companies improve their risk management capabilities. Specifically speaking, it is mainly divided into risk management of policyholders and risk supervision of insurance companies.

Blockchain-Network

⑹ Functional characteristics of blockchain technology

Blockchain is essentially a distributed The storage system, because it adopts a transaction accounting storage model, can also be called a distributed accounting system. Beijing Muqi Mobile Technology Co., Ltd., a professional blockchain development company, welcomes exchanges and cooperation. Let’s talk about the functional characteristics of blockchain technology.

In traditional platform technology, central decision-making is a very common data processing method. For example, in the traditional bank transfer method, transaction information must be processed by the bank's central server cluster, and the transaction information is processed through the layers of the bank's central server cluster. The data upload and instruction distribution complete the transaction between the two accounts. Every transaction in the blockchain is directly communicated and transacted by both parties. From the initiation of the transaction to the confirmation of transaction completion, all nodes are equal and have exactly the same permissions without going through any intermediaries. This kind of The peer-to-peer transaction model in the network makes blockchain applications free from the risks of intermediary transactions.

It should be noted that although blockchain is often called a distributed ledger, and is even essentially a distributed storage system, blockchain is different from conventional distributed systems. The distributed structure is even more special. Distribution is a concept corresponding to centralization. All sub-nodes in the centralized structure only interact with the central node and have no connection with each other. Therefore, the central node needs to bear all the load. A centralized system Efficiency is basically only related to the processing speed of the central node. At the same time, once the central node encounters problems such as blocking, deadlock, and downtime, the entire centralized system will stagnate or even collapse directly. The characteristic of the distributed structure is that there are multiple nodes that can interact with other nodes for data. Distributed network storage technology stores data dispersedly on multiple independent machines and devices. This sounds a bit confusing, but it is easy to understand if it is classified and described based on the characteristics of centralization. The distributed structure includes multi-centralized structure and decentralized structure.

A polycentralized system refers to a system composed of multiple centralized systems, each of which includes a master node and several slave nodes. When performing task processing, the master node decomposes the task into multiple sub-tasks and sends them to multiple subordinate slave nodes for simultaneous processing. After the slave node transmits the processing results back to the master node, the master node will integrate the processing results of each sub-task and finally complete the task.Of course, this is just a simplified description of task processing. A multi-centralized system may have a multi-layer master-slave structure, forming a tree-like task allocation structure. At the same time, slave nodes may also take orders from multiple master nodes to maximize efficiency based on complex task management mechanisms. But the fundamental difference between multi-centralization and decentralization is whether there is a central node that controls the operation of each master node. If the top-most node is multiple nodes, then it is decentralized. On the contrary, if there is only one node at the top, it is decentralized. It's multi-centered.

In decentralization, there is a more special structure that does not have any center, which can be called a completely decentralized structure. This is also a point-to-point network structure. This structure is This is reflected in the Bitcoin network. The relative advantages of point-to-point network structure are high fault tolerance, strong node scalability, strong privacy and data consistency, etc. However, there are also problems such as redundant communication and message delay.

Figure 5 Schematic diagram of network structure division

The "decentralization" emphasized in the general blockchain field mostly refers to the ownership level of the system. The system is decentralized if it belongs to the community and all accounts, and the system is centralized if it belongs to an institution or even an individual. Decentralization is a common feature of blockchain, but the completely decentralized structure of peer-to-peer networks has few current applications. Only public chains such as Bitcoin and Ethereum belong to this structure, because anyone in the world can Enter the system at any time to read data, send confirmable transactions, and compete for accounting activities, which results in the inability to guarantee its security and system efficiency. Private chains often have one or more centers that control the nodes, and all operations require permission from the center and are subject to its constraints and restrictions. Although it uses a decentralized mechanism for routine data processing, it is strictly A distributed blockchain deployment model. The alliance chain can be regarded as a collection of private chains, which is a compromise between the security and efficiency of the public chain. It adopts a multi-center technical architecture.

Due to the natural characteristics of the blockchain that cannot be tampered with, it is based on the consensus algorithm to ensure data consistency. No node in the system can tamper with or forge transactions. All transaction contents are certain and undisputed. There will be no credit risk in transactions, and the blockchain system will also have trustless characteristics.

Based on the changes in the content carried in the block from transactions to smart contracts, the trustlessness of the blockchain has two stages. The first stage is to verify the authenticity of historical transaction behaviors in the blockchain network. Trust, the second stage is trust in future transaction behavior based on smart contract rules.

The first stage of trust in the authenticity of historical behaviors can be simply understood as the blockchain system eliminates the process of proving historical transactions. When we explain to others that something has happened, we need evidence to make others believe it, and this evidence often requires a credible third party.Prove and provide credit guarantee through authenticity verification. For example, the electronic transaction slip provided by the shopping platform is evidence when shopping online, the tax bureau invoice provided by the restaurant when dining out is evidence, or the marriage certificate provided by the institution when purchasing a house using the identity of a couple is evidence. The person who accepts this information also needs to verify the evidence to be sure that these things have indeed happened. Corresponding to the previous article, when an online shopping dispute occurs, it is necessary to check whether the electronic transaction slip of the shopping platform actually exists; When reimbursing expenses, the signature of the invoice needs to be verified; when confirming the identity of two people as a couple, the anti-counterfeiting mark of the marriage certificate needs to be verified. However, the data in the blockchain system is considered to be non-tamperable and non-forgery. Therefore, as long as you explain a historical event to other nodes on the chain, you do not need any third-party certification, because the information on the data block can be obtained at any time. Come out and verify it directly, which results in the distrust of historical transactions in the blockchain.

The second stage is trust in future transaction behavior, because in an ideal state, the smart contract of the blockchain is bound to the business, that is, the smart contract has mandatory execution in the blockchain system. force. Because the smart code is completely public and is recorded in the main chain and stored by all accounts. After the smart contract is called or triggered by a certain mechanism, the transaction will be enforced and there is no possibility of denial. Therefore, users in the blockchain system do not have to worry about the other party's credit risk in the future, and there is a lack of trust in future transactions.

In the public chain, the ledger of each node completely records all transactions. The blockchain does not directly record real-time account information, but obtains real-time account information through transaction traceability. At the same time, since anyone can create a blockchain account to form a blockchain node, the information in the public chain can be considered open to everyone, which forms the open and traceable characteristics of the blockchain. And because the code of the public chain is often open source, what is open and traceable is not only the transaction data in the system, but also the transaction rules of the entire system. The high degree of openness and transparency enables the blockchain to meet many application scenarios that require open data. .

However, the blockchain has developed many variants based on the Bitcoin network, such as light nodes, private chains and consortium chains. These variants cannot meet the strict requirements of openness. Traceable. Light nodes can only execute and verify transactions, and do not have all transaction data for traceability, so light nodes do not have traceability. However, this problem only lies in the user's choice. If there is a good enough hardware environment, the user can choose to become a full node instead of a light node in order to master all data. In addition, access permission or verification is required to join a private chain or alliance chain, and read permissions are selectively open to the outside world and are not open to the entire network, which does not meet the strict sense of openness.

博客主人唯心底涂
男,单身,无聊上班族,闲着没事喜欢研究股票,无时无刻分享股票入门基础知识,资深技术宅。
  • 35494 文章总数
  • 3637265访问次数
  • 3078建站天数