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

区块链没有网络可以用吗知乎,区块链没有网络可以用吗

发布时间:2023-12-07-07:13:00 来源:网络 比特币基础 可以用   区块   网络

区块链没有网络可以用吗知乎,区块链没有网络可以用吗

近来,随着区块链技术的发展,越来越多的人开始关注它,“区块链没有网络可以用吗”也是一个热门问题。本文将回答这个问题,并介绍区块链技术的三个关键词:分布式账本、去中心化和智能合约。

分布式账本是区块链技术的核心。它是一种分布式的、共享的、可信的、不可篡改的数据库,由多个节点组成,每个节点都有一份完整的数据库副本,所有节点之间可以进行实时的数据同步,任何一个节点的数据变化都会被其他节点知晓。因此,分布式账本可以让所有参与者都能保持一致的数据,从而实现对数据的安全性和可信性。

去中心化是区块链技术的另一个关键词。它指的是把数据存储和处理都分散到多个节点,而不是集中在一个中心化的服务器上,从而避免了单点故障的风险。这种去中心化的设计也使得区块链技术可以更加安全可靠,不受任何一方的控制,每个节点都有权利参与数据的存储和处理,从而实现数据的安全性和可信性。

智能合约是区块链技术的另一个关键词。智能合约是一种程序化的协议,它可以自动执行各种业务逻辑,并可以实现自动执行、不可篡改、去中心化等特性。智能合约可以用来实现复杂的业务逻辑,并可以实现自动执行、不可篡改、去中心化等特性,从而实现更加安全可靠的业务处理。

综上所述,区块链技术的三个关键词:分布式账本、去中心化和智能合约,是它实现安全可靠的关键所在。回答“区块链没有网络可以用吗”,答案是肯定的,区块链技术拥有自己的网络,可以为用户提供安全可靠的数据存储和处理服务。


请查看相关英文文档

⑴ Explain blockchain in vernacular

img src=' https://p26 . toutiaoimg.com/large/39b 70000088 e 51 B3 c 258 & #39/

Recently, various ICO financial scams have been blocked in China, but this does not hinder the vigorous development of blockchain technology. After all, technology is innocent and can bring benefits to people. As for how to use it, it depends on people to operate it. If the operation is good, you can recommend development. If the operation is not good, it is like the major ICO projects. Find some knowledge for Internet celebrities to conduct so-called illegal fund-raising and financial fraud.

After talking for a long time, what is blockchain? When it comes to blockchain, the first thing that comes to mind for many people is Bitcoin. We need to solve a problem. Bitcoin is a blockchain, but blockchain is not Bitcoin. Simply put, blockchain is distributed ledger technology (DLT), not a token. It has many characteristics, such as decentralization, traceability, and difficulty in tampering.

(1) Blockchain is a distributed database

First of all, this is a decentralized distributed architecture system. Therefore, having only one central server or node is not called a blockchain. For example, if you go to Taobao to buy a mobile phone, you and the seller are strangers and have no basis for trust. If you give the money to the seller first, the seller may block you by not delivering the goods, and then your mobile phone money will be gone. If the seller ships first, do you pay? It is possible that you do not pay the seller after receiving the goods, and one party may lose money anyway. At this time, a third-party guarantee is needed to solve the trust problem. Just like Alipay now, you give money to Alipay and the seller will deliver the goods. When you receive the goods, the seller will receive the money.

The above example is a centralized system because all guarantee work is handled by Bora, a third-party payment company. Suppose one day Alipay wants to tamper with data, neither buyers nor sellers can do anything because all authority is in the hands of one company.

At this time, a distributed database is needed. This third party is no longer Alipay, but thousands of monitors. When you buy a mobile phone on Taobao, you will shout to everyone that I am going to XXX to buy a mobile phone, and I paid XXX yuan. The other person will yell like everyone else. I collected XXX’s mobile phone bill and sent it over. In this way, everyone knows about this transaction and everyone is recording this transaction, so it is useless if one or two nodes have problems or malicious behavior, because most nodes have recorded this matter.

(B) Blockchain uses encryption technology to ensure data security

There are two important points here: 1. Crypto-enabled hash function 2. Asymmetric encryption.

If you are interested in specific concepts, you can go online, but people without basic knowledge may not be able to understand it, because these two points are too professional. In fact, if you only know the use of blockchain, you don’t need to have an in-depth understanding of it. It is also a technical concept. You just need to know that blockchain relies on these technical points to ensure data security and is not easilytamper. Of course, many people say that these two points can guarantee 100% non-tampering. I want to be a little conservative here. As an author who works in the security industry, I have always been skeptical about 100% security, so it may be more appropriate to call it difficult to be tampered with.

I will briefly introduce these two concepts and try to explain them clearly in plain English.

1. Cryptographic Hash Function

This is mainly used to verify the integrity of information. For example, I sent a message to the company leader saying that I was sick on Friday and needed to take a day off. At this time, a hash value will be generated based on the message I sent, such as: 123456. At this point, when the leader receives this message, a hash value is also generated. Because the content of the message I sent has not changed (it has not been tampered with), the hash value remains unchanged, still: 123456. This is if someone wants to tamper with this news and get sick on Friday and need to take a year off. At this time, the hash value will change, such as: 123489. That's when we learned our information had been tampered with.

2. Asymmetric encryption

It is mainly used for information encryption and authentication. It is actually two keys, one is called the public key and the other is called the private key. Public key encryption, private key decryption.

A public key is a key that everyone has. You own it, I own it. We can all encrypt with this key, but when decrypting it must be decrypted with my private key. If you don't have my private key, you can't decrypt it.

(C) The blockchain uses a consensus algorithm to reach consensus on new data.

The role of the consensus algorithm is to enable all nodes to reach a consensus on the new block. In other words, everyone must approve the new block.

For a centralized deployment system, this is simple, everything is controlled by the center, but in the distributed system of the blockchain, it is very complicated. For example, there are three nodes. A said he bought a mobile phone from XXX store and paid for it, B said he didn’t pay, and C said he didn’t pay enough. Then who do you listen to? What's more, blockchain technology is not as simple as three nodes, but a huge distributed system.

This is when a solution is needed. There is a corresponding problem in computer science called the "Byzantine Universal Problem" or "Byzantine Fault Tolerance" (BFT). This question was raised not because of Bitcoin, but because of a special background.

Early aircraft had three independent control systems. Why do we need three independent control systems? For example, in an emergency, there is a plane opposite. How to judge whether you should hide? If there is only one system, there is no choice, which is equivalent to centralized deployment. If the system breaks, you're dead. What if one of the two systems breaks? The good ones are said to hide, and the bad ones are said not to hide. The computer cannot judge the final result. Therefore, three independent systems are needed to support it, and the probability of two total failures is still very small. But this only takes into account injuries. What should I do if there is a malicious system? Is three enough? The answer is no, we need four systems to maintain consensus.

The use of blockchain is similar, because it is supported by a huge number of nodes, and each node is an independent system without interfering with each other. We can assume that failed nodes and malicious nodesThe number of points is limited, so it will not cause abnormal consistency in the data.

Related Q&A: What is blockchain? What is the use?

Blockchain is a new computing paradigm and distributed infrastructure that uses fast chain data structures, distributed node consensus algorithms, cryptography and smart contracts based on automated script code to produce, verify, store and transmit data. It can also be said that blockchain is a distributed ledger technology that can provide a decentralized trust mechanism in a non-trust environment, allowing multi-party participants to conduct secure and trust-based transactions without intermediaries.

The core advantage of blockchain technology is decentralization. It can realize decentralized credit-based transactions in a distributed system where nodes do not need to trust each other by using data encryption, timestamps, distributed consensus and economic incentives. Point-to-point transactions, coordination and collaboration provide solutions to the common problems of high cost, low efficiency and insecure data storage in centralized institutions.

The fields of use of blockchain include digital currency, certificates, finance, anti-counterfeiting and traceability, privacy protection, supply chain, entertainment, etc. With the popularity of blockchain and Bitcoin, many related top domain names have been registered. It has had a relatively large impact on the domain name industry.

Related Q&A: Can you explain to me what a blockchain is in an easy-to-understand way?

Er Gazi is my friend since we were young, and we were naked in Hegou together. Later, I came to the city to study and work, and lived a life as a drifter in the north; he farmed at home and did some small business, and now he has a son and a daughter, and his life is safe. He envied my so-called "seen the world", and I envied his simple life without the pressure of mortgage loans. We have completely different and mutually enviable lives??

That day, Ga Zi came to me on WeChat and asked "District" What is a blockchain?" I was stunned for a moment, how could this idiot care about such an avant-garde word? I pretended to be calm and prepared to talk about the technical principles bit by bit, but I could see the confused expression of that idiot through the screen of my mobile phone. How to explain "what is blockchain" to people who have a little bit of Internet concepts and technical foundation? This seems to be a very thorny problem??

The village commissary interprets the core of blockchain (picture quoted from the Internet)

The core essence of blockchain is "decentralization", and almost all operating modes of blockchain operate around the concept of "decentralization". Once you understand what "decentralization" is, you can basically explain the question "what is a blockchain?" For Erga, of course, he must perform a version that he can understand.

“I said, Gazi, are you still open that canteen at the east end of the village?” Gazi answered yes. I decided to use this canteen as an example to explain the actual use of blockchain in modern business and financial models. Scenario, so that he can better understand what blockchain is.

"Are there still many villagers who take credit now? By the end of the year, some of the accounts cannot be remembered clearly, and there are still many defaulters or those who refuse to accept their accounts?" At this point, Ergazi got emotional and kept complaining. Nowadays, people's hearts are not as old as before, and business is difficult to do!

"Before youThe operation mode of the canteen is a typical centralized one. You grant credit to the villagers and you can take credit. All accounting is directly connected with our villagers through you, and you are the center of all accounting. " Ergazi said he understood and let me continue.

I said: "If you fail one day, then all the debts will become dead debts? It is estimated that it will be difficult to get back the IOUs written in black and white. Forget about remembering those accounts orally, but the decentralization of the blockchain can solve this problem very well. As long as the earth still exists, then the blockchain will remember that every account will exist forever." Erga became more energetic after hearing this.

The essence of the blockchain is "decentralization"

"The The essence is decentralization. Once someone takes credit from you, all the neighbors in the village will help you keep accounts. Because there are many nodes for accounting, it is neither easy to make mistakes nor others can refuse to pay, so everyone reaches a consensus. If someone maliciously fails to repay the debt, the whole village will know his character, and no one will be willing to have financial dealings with him in the future??"

At this point, Gazi was obviously a little excited. It seemed that he was I was really worried about the credit issue. Seeing that Gazi was interested, I also felt a small sense of accomplishment and continued: "Of course, the above is just an analogy. In fact, the blockchain does not really allow villagers to get paper. The pen helps you keep accounts, but it is done through the Internet and computer networking. "

At this time, Gazi was a little confused and asked: "Then what others bought from me, wouldn't everyone in the village know it? Then who would buy things from me? There is really no privacy at all. And you don’t have time to keep accounts here. Last year’s accounts are said to be this year’s. What if you keep procrastinating? "

"Okay, Gazi, your question is on point. "It seems that Gazi is not stupid at all, and he is very shrewd in doing business. I continued to explain: "So, the recording and transmission of this information are all done through encryption. What you see is a picture of numbers and English. String, and each account has a timestamp to record the time of occurrence, which cannot be relied on. "

Gazi had another question: "Is it possible that the people who owe the debt have a good relationship with the villagers, and they join forces to tamper with the accounting? Then you won’t be able to explain clearly at that time??”

“Gazi, that’s all you have, haha. "I understood Gazi's concerns and continued to explain: "The mechanism of the blockchain requires more than 51% of people to agree to tamper with a bill. Everyone has a degree of closeness and distance between them, and it is impossible for everyone to favor the same person. If it were a computer, more than half of the computers on the entire network would need to recalculate. This project would be so huge that it would be almost impossible to complete??"

In this way, through the actual situation of the canteen and combined with some scenes in life, Gazi understood What is in the blockchain: decentralization, distributed accounting, consensus mechanism, encryption mechanism, timestamps, and the characteristics of being difficult to tamper with.

Ergazi was silent for a moment, seeming to be digesting the example I just gave him. I don't know how much he can understand the example. Not long after, he sent me a voice message on WeChat: "Does the blockchain mean that I used to learn from the Internet?"All purchases and payments have to go through Jack Ma’s house. If there is a blockchain, can we directly trade with the seller? Anyway, the accounting is very safe. "

"Okay, Gazi, it's really clear at first glance. Blockchain is essentially a decentralized distributed ledger data cloud. Of course, it can be understood according to your understanding. "I'm very happy that Gazi can roughly appreciate the true charm of the blockchain. Fortunately, my words have not been in vain.

What is Bitcoin? (Picture quoted from the Internet)

"Then Bitcoin What is this thing again? What does it have to do with blockchain? "Gazi asked.

I thought about it briefly and decided to continue to explain to Gazi with the story of the canteen: "Your canteen, the villagers can't keep accounts for you for free all day long, right? Do you have to carry some during the holidays? This is the reward mechanism of the blockchain, and everyone who participates in bookkeeping may receive rewards. "

"Then what are the rewards based on? There has to be a rule, right? "Gazi asked very puzzled.

I explained: "Zhang San went to your store to borrow a pack of cigarettes on credit, but Li Si knew about it first and kept an account for you first, and then others knew about it. Keep accounts, then Li Si can get a small red flower as a reward ~ This small red flower is generated by the blockchain system and has no value in itself, so you do not need to pay any cost for this small red flower??"< p>“Can Bitcoin be spent as money? How is it different from the banknotes we usually spend? "Gazi continued to ask.

"Bitcoin is a digital encrypted virtual currency. In principle, it has no value itself like our banknotes. However, banknotes have a credit guarantee from the state, so they have value. Bitcoin is the value formed by consensus among Bitcoin network users, and it has tradable properties, so it can be used to carry value. "What is said here is a bit profound. I don't know if I can understand it.

I continued to explain: "Banknotes can be printed infinitely. If more are printed, inflation will occur. When we were young, popsicles worth 1 cent were very good. , now you can’t eat with 1 yuan. Of course, there are many factors that affect inflation. The number of Bitcoins is fixed, and there is no possibility of unlimited over-issuance. However, different people have different judgments on their value, and coupled with the influence of supply and demand and investor sentiment, their prices are always fluctuating. ”

What is the difference between Bitcoin price fluctuations and stocks?

“So is speculating in Bitcoin just like speculating in stocks? Can you understand it this way? "Gazi seems to know a lot.

"In fact, there are some similarities, but there are also big differences. "I continued Gazi's topic: "The price of stocks always fluctuates around the valuation of companies, and there is government supervision in the stock market. Bitcoin itself has no value. It is priced entirely based on supply and demand and player valuations. It grows wildly without any government supervision. Therefore, it may have higher risks and higher returns than stocks. "

In the end, Gazi revealed the real purpose of today. He asked me: "Can I invest in blockchain projects? ”

If you don’t go to the Three Treasures Hall for nothing, you will beA typical example of this. Despite a large circle, both blockchain and Bitcoin, in fact, the question he really cares about is "Is investment in blockchain projects reliable?" When these words came out, I was extremely shocked. Now The so-called blockchain investment projects have actually reached fourth- and sixth-tier cities and small towns!

Up to now, there are only three situations in investing in blockchain: mining, currency speculation, and so-called blockchain projects.

Mining and currency speculation are still the main lines of the blockchain (pictures quoted from the Internet)

The so-called mining is to obtain returns by purchasing mining equipment such as mining machines, mining virtual currencies, and then selling them for cash. . You can install the mining machine yourself, or you can find a mining pool to host it, but the core keys to profitability are "computing power" and "power consumption" as well as investment in equipment. With the sharp drop in the price of virtual currencies and the increase in mining difficulty, the current mining returns of many currencies are very unsatisfactory. Mining is obviously something only a very small number of investors who understand technology can do well, and my childhood friend Gazi obviously can’t do it.

As for "coin speculation", I have just introduced some differences between Bitcoin and stocks in the previous section. In principle, although they are both "buy low and sell high" operations, they are very different. Ordinary investors cannot determine the value of a virtual currency itself. The price is determined entirely by the relationship between supply and demand, which is somewhat similar to what we often call "market makers." On the other hand, the virtual currency trading market is extremely unstandardized, and fraud and hacker attacks often occur. The risk factor is much greater than investing in stocks. For the safety of my friends' funds, I am one of the ten thousand people who disagree with me and come to "speculate in coins"!

The "September Fourth Movement" stipulated that the issuance of virtual currency is illegal

In fact, in my opinion, most of the so-called investment projects in the market are essentially "illegal fund-raising" and "pyramid schemes." Some so-called blockchain investment projects attract investors into the circle through various packaging and inflammatory rhetoric, and then create the illusion of profitability by building a software and hardware ecosystem of issuing new coins + mining + currency speculation, and then finally run away. Our country's laws clearly stipulate that the issuance of virtual currencies is illegal.

Illegal pyramid schemes now wear the cloak of blockchain (picture quoted from the Internet)

And how to identify some pyramid schemes under the guise of blockchain? In fact, these pyramid schemes are also so-called Ponzi schemes, what we people often call "empty gloves." These so-called "direct sales" or "marketing" activities often have no actual products to circulate, and rely more on developing "downline" to ensure top-level profits. With the rise of the concept of blockchain, this MLM model has shown an intensification trend, and it even deceives people under the banner of state support for new technologies.

When Gazi asked, “Can blockchain projects be invested in?”, I realized the seriousness of the problem. Gazi is a typical young man from a small town, and his pursuit is his wife and children. But when faced with the attraction of "wealth", people often do inappropriate things. Mining and currency speculation are simply not suitable for him, let alone blockchain investment projects that are most likely "illegal financing" or "illegal pyramid schemes"!

I quickly called Gazi and conducted the above analysis carefully??

⑵ What is blockchain

Let’s talk about some basic concepts first.

The network said that blockchain is a new usage model of computer technologies such as distributed data storage, point-to-point transmission, consensus mechanisms, and encryption algorithms. It is essentially a decentralized database, and as the underlying technology of Bitcoin, it is a series of data blocks generated by cryptography.

We try to translate "what is blockchain" into "human language".

The definition refers to the "decentralized database" nature of blockchain3354. This is very different from the traditional "centralized database" in storage, update and operation.

A centralized database can be thought of as having this shape:

For example, if I want to use Alipay to pay a Taobao seller, all data requests from when I make money to when he receives the money will be centrally processed by Alipay. The advantage of this data structure is that as long as Alipay is responsible for the efficient and safe operation of the system, others can unconditionally believe it without worrying; the disadvantage is that if there is a problem with Alipay, such as being hacked, the server being burned, a traitor appearing, and the company running away (Of course, the possibility of the above is extremely low), the balance details and other information in our Alipay will be confused.

Then some people think that this kind of low-probability event can use any technical means to avoid individual risks, and not only hand over the data to a centralized organization. For example, everyone can store and process data.

The database structure may look like this:

This picture is a schematic structural diagram of a "distributed database". Each point is a server, they all have equal rights to record and calculate data, and information is spread point-to-point. At first glance, it seems that it can indeed resist the risk caused by the crash of a certain node, but it is also very confusing and inefficient intuitively. Who will handle my information, and who has the final say on the outcome?

At this time, the "consensus mechanism" in the definition of blockchain comes into play. The consensus mechanism mainly "stipulates" the following things: who will process a data request (what qualifications are required); who will verify the results (to see if he has handled it well); how to prevent processors and verifiers from colluding with each other, etc.

Some people may like to be questioned when a "rule" is made. In order to form a stronger consensus, in addition to making the rules more reasonable, they must also be more attractive so that people are interested and motivated to participate in data processing. This involves the incentive mechanism of the public chain. We will start again later when we discuss the classification of blockchain and the role of digital currencies.

When we hand over a transaction to a distributed network, there is also a "psychological threshold": there are so many nodes that can process information, and I don't know any of them (unlike Alipay, if it hurts me, I can go and file a lawsuit against it). They all have my data, why should I trust them?

At this time, encryption algorithm (the last descriptive word in the definition of blockchain) comes on stage.

In the blockchain network, the data requests we send will be encrypted based on cryptographic principles into something that the recipient cannot understand at all.A string of characters. Behind this encryption method is the support of a hash algorithm.

Hash algorithms can quickly convert any type of data into hash values. This change is one-way irreversible, deterministic, random, and anti-collision. Because of these characteristics, the person handling my data request could record the information for me, but they had no idea who I was or what I was doing.

So far, the working principle of the decentralized network has been introduced. But we seem to have overlooked one detail. The previous diagram is a net. Where are the pulleys and chains? Why do we call it blockchain?

To understand this matter, we need to clarify a few knowledge points first:

The previous picture is actually a "macro" database perspective, showing the basic rules and processes of the blockchain system for processing information. . And specifically at the "micro" data log level, we will find that the ledger is packaged, compressed, stored in blocks, and strung together in chronological order to form a "chain structure", like this:

Figure Each ring in can be regarded as a building block, and many links are linked together to form a blockchain. Blocks store data, unlike ordinary data storage: on a blockchain, the data in a later block contains the data in the previous block.

In order to academically explain the fields of each part of the data in the block, we tried to use a book metaphor to describe what a blockchain data structure is.

Usually, when we read a book, we read the first page, then the second and third pages. The spine is a physical existence that fixes the order of each page. Even if the book is scattered, the order of each numbered page can be determined.

Inside the blockchain, each block is labeled with a page number, the second page contains the first page's content, the third page's content contains the first and second page's content. The tenth page contains the previous Nine pages of content.

It is such a nested chain that can be traced back to the original data.

This brings up an important attribute of blockchain: traceability.

When the data in the blockchain needs to be updated, that is when new blocks are generated in sequence, the "consensus algorithm" comes into play again. This algorithm stipulates that a new block can only be formed if it is recognized by more than 51% of the nodes in the entire network. To put it bluntly, it is a matter of voting, and it can be elected if more than half of the people agree. This makes the data on the blockchain difficult to tamper with. If I were to force a change, there would be too many people to bribe and the cost would be too high to be worth it.

This is what people often call the "non-tamperable" feature of blockchain.

Another reason why blockchain gives people a sense of trust is because of "smart contracts."

Smart contracts are commitment agreements defined and automatically executed by computer programs. It is a set of transaction rules executed by code, similar to the current automatic repayment function of credit cards. If you turn on this function, you don’t have to worry about anything. The bank will automatically deduct the money you owe when it is due.

When your friend borrows money from you but doesn't remember to pay it back, or makes excuses not to pay it back, smart contracts can prevent breach of contract. Once the terms in the contract are triggered, such as when it is time to repay the money, or there is a limit in his account, the code will automatically execute, and he owesYour money will be automatically transferred back whether he wants it or not.

Let’s briefly summarize. Blockchain technology is mainly decentralized, difficult to tamper with, and traceable, which represents more security and trustlessness. But it also brings new problems: redundancy and inefficiency, which requires many nodes to agree with the rules and actively participate.

This concludes the "drying" section. Next, let’s talk about unofficial history and the official history of blockchain.

A new technology is often used to serve a certain task.

Or goals. So where was blockchain first used, and who came up with it first?

Let's go back to 2008.

On September 21, Wall Street investment banks collapsed one after another. The Federal Reserve announced that it would convert the only two remaining investment banks (Goldman Sachs Group and Morgan Stanley) into commercial banks; it hoped to survive the financial crisis by absorbing savings. On October 3, the Bush administration signed a $700 billion financial rescue package.

Twenty-eight days later, on November 1, 2008, a new post appeared in a cryptography mailing group: "I am developing a new electronic currency system that is completely peer-to-peer and does not require a third party. Three-party trust institution." The text of the post is a paper titled "Bitcoin: A Peer-to-Peer Electronic Cash System", signed by Satoshi Nakamoto.

The paper explains the design of this peer-to-peer electronic cash system with a more rigorous logic. It first discusses the problem that financial institutions are subject to "trust based" (based on credit), and then explains step by step how to achieve "no third-party agency" , and cleverly solved the technical problems left by the predecessors.

Two months later, Satoshi Nakamoto released the first version of the open source Bitcoin client and mined 50 Bitcoins for the first time. The block that generated the first batch of Bitcoins is called the "Genesis block". The genesis block was compiled into block 0 and was not uploaded to the chain. It took Satoshi Nakamoto 6 days to mine this block. This also sparked discussion in the bitcointalk forum. Bitcoin "believers" thought of the Bible, "God created the heavens and the earth in six days, and then rested on the seventh day."

Although concepts such as decentralized, token, and economy did not appear in the paper, Satoshi Nakamoto explained in detail the role of blocks and chains in the network. working principle. So, there is Block Chain.

This paper later became the "Bible" of the "Bit Cult", technology became the cornerstone of faith, and developer documentation became the "Code of Hammurabi".

After that, Bitcoin realized the first real-life payment by exchanging pizza, WikiLeaks, whose account was blocked by the US government, miraculously survived by relying on Bitcoin, Satoshi Nakamoto's "decentralization" and retirement, and the appearance of the real and the fake A series of legends such as and refuting rumors, integrating the expectations of future generations, imagination and speculation, became a "Bible story".

There are also people who are not satisfied with the world described in the "Old Testament" and start new sects, write the doctrines into white papers, and tell the story of their faith in the ten years after Bitcoin. Just like the writing of the 66 books of the Bible spanned 1,500 years, and after 2,000 years of interpretation, Christianity has divided into 33,000 branches.

CoinMarketCap shows that there are more than 4,900 types of digital currencies, and the overall digital currency market size is nearly 140 million yuan. Bitcoin still leads the entire digital currency market with a market share of 66%, and the recent price has been hovering around US$7,200 per coin.

So many currencies have different functions and are divided into different categories: digital currencies represented by Bitcoin are positioned as "digital gold" and have certain value storage and hedging characteristics; Ethereum The digital currency represented by Bitcoin has become the "operational fuel" in its network system; the stable currency represented by USDT and Libra has good payment properties due to its low volatility; the digital currency issued by the central bank represented by DCEP will definitely To a certain extent, it replaces M0, allowing commercial institutions and ordinary people to receive and pay without delay when they are out of cash and disconnected from the Internet.

It can be seen that after 10 years of development of blockchain technology, the first and largest application is digital currency.

Digital currency has also become an attractive reward for participants to maintain the public chain.

So besides digital currency, where else can blockchain technology be used?

Let us recall what the essence of blockchain is—a decentralized database, and its corresponding characteristics: traceability, publicity, anonymity, and tamper-proofing. In theory, you can try to use blockchain to transform traditional scenarios that use centralized databases to see if they are suitable.

Next, let’s talk about several industries and scenarios where blockchain has been successfully implemented:

Blockchain can prove the existence of a certain file or digital content at a specific time through hash timestamps, providing judicial authentication, Identity proof, property rights protection, anti-counterfeiting traceability, etc. provide perfect solutions

In the field of anti-counterfeiting 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.

Give two examples.

Blockchain can allow government data to be run, greatly streamlining service processes

The distributed technology of blockchain can allow government departments to be centralized on one chain, and all service processes are delivered to smart contracts, and the workers only need to be in one department Through identity authentication and electronic signature, smart contracts can be automatically processed and transferred, and all subsequent approvals and signatures can be completed in sequence.

Blockchain invoices are the earliest use of blockchain technology in China. 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 invoicing and minute-level reimbursement accounting greatly reduce tax collection and management costs, and effectively solve problems such as data tampering, over-reporting of one ticket, and tax evasion.

Poverty AlleviationIt 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.

Give two examples as well.

The eID network identity operation agency guided by the Third Research Institute of the Ministry of Public Security is jointly developing a "digital identity chain" with Gongyilian, which will be issued to Chinese citizens based on the citizen's identity number as the root and cryptographic algorithm. Since it was put into operation, the eID digital identity system has served the full life cycle management of 100 million eIDs, effectively alleviating the problems of personal identity information being fraudulently used, abused and privacy leaked.

Odaily Planet Daily compiled 5 identity chain projects registered with the Cyberspace Administration of China

Blockchain technology naturally has financial attributes

In terms of payment and settlement, under the blockchain distributed ledger system, there are many markets Participants jointly maintain and synchronize a "general ledger" in real time. In just a few minutes, they can complete payment, clearing, and settlement tasks that currently take two or three days to complete, 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, the traditional stock issuance process is long, costly and complicated. Blockchain technology can weaken the role of underwriting institutions and help all parties establish a fast and accurate information exchange and sharing channel. The issuer can handle the issuance on its own through smart contracts. , regulatory authorities conduct unified review and verification, and investors can also bypass intermediaries for 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.

Give me an example.

The China Enterprise Cloud Chain, jointly launched by ICBC, Postal Savings Bank of China, 11 central enterprises, etc., has covered 48,000 companies since its establishment in 2017, with the amount of rights confirmed on the chain reaching 100 billion yuan, and factoring financing of 57 billion yuan. , cumulative transactions reached 300 billion yuan. After receiving the loan application, financial institutions can verify the authenticity of the contract on the chain and whether the contract has been verified multiple times (multiple loans); the smart contract automatically clears and settles, reducing costs and increasing efficiency; at the same time, the accounts payable of core enterprises can have The corresponding vouchers will be split by the first-level suppliers and handed over to the second- and third-level suppliers in the chain to help them with financing; core enterprises can also use this to understand whether the entire chain is operating normally and avoid emergencies. Redemption pressure.

Blockchain technology will greatly optimize the existing use of big data and play a huge role in data circulation and sharing

The person mentioned earlier is meareas that we are relatively familiar with. As more new technologies develop, blockchain may be able to be combined with them and play a role in unexpected cross-fields and new scenarios that are currently unforeseen.

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 the use of all data 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 use 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 usage 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.

During this trial process from traditional technology to blockchain, we found that when certain scenarios have stronger demands for traceability, tamper-proofing, and decentralization, they also have problems with the weaknesses of blockchain (such as performance). , the requirements are not high, and this field is quite suitable for combining blockchain.

At the same time, in the process of blockchain evolution, it has also developed from a highly decentralized public chain accessible to everyone to a consortium chain with different permissions and maintained by multiple centers. Balances the advantages and disadvantages of the two systems.

Typical examples of alliance chains include: FISCO BCOS jointly developed by WeBank and the Golden Alliance Open Source Working Group, Fabric, a major contribution from IBM, and Ant Alliance Chain led by Ant Blockchain, etc.

These trustless systems represent more secure data authentication and storage mechanisms, where data is effectively authenticated and protected. Businesses or individuals can exchange or enter into contracts digitally, where these contracts are embedded in code and stored in transparent, shared databases where they cannot be deleted, tampered with, or revised.

It is boldly predicted that in the future, contracts, audits, tasks, and payments will all be digitized with unique and secure signatures. Digital signatures will be permanently identified, authenticated, legalized, and stored, and cannot be tampered with. There is no need for an intermediary to guarantee each of your transactions. You can conduct transactions without knowing the basic information of the other party. While improving information security, it effectively reduces transaction costs and improves transaction efficiency.

Generally speaking, there has been a lot of progress in the implementation of blockchain compared to two years ago.

Many improvements are at the bottom of the system, and users cannot directly see that blockchain is used, but they have actually benefited from it; some applications are still in pilot mode, and users have not yet been able to experience it. In the future, blockchain is expected to beUsed on a large scale, it has become one of the Internet infrastructure.

I hope that after reading this, you have a general understanding of what blockchain is and what blockchain can do.

Related Q&A: What is blockchain

Blockchain is actually equivalent to a disintermediated database, which is composed of a series of data blocks. Each of its data blocks contains information about a Bitcoin network transaction, which is used to verify the validity of the information and generate the next block.

In a narrow sense, blockchain is a chain data structure that combines data blocks in a sequential manner in chronological order, and is cryptographically guaranteed to be non-tamperable and non-forgeable. distributed ledger.

In a broad sense, blockchain is actually a distributed infrastructure and computing method, which is used to ensure the security of data transmission and access.

Blockchain infrastructure:

Blockchain is composed of six infrastructures: data layer, network layer, consensus layer, incentive layer, contract layer and usage layer.

⑶ Will the blockchain be shut down?

It is possible that it will be shut down.
Blockchain technology, especially cryptocurrency led by Bitcoin, has a core feature of "decentralization", which can avoid problems caused by single node failure.
However, basically all transaction information and ledger data in the Bitcoin network are now transmitted through the "Internet", which means that it has to go through the Internet Service Provider (ISP), which means, ISP It is possible to block or monitor user access to certain websites and services. A similar example is that in the United States, if you use the peer-to-peer download tool BitTorrent to download certain pirated resources, you may receive warning letters from ISPs and copyright owners.

⑷ What is digital currency? Electronic currency that can be paid without the Internet is very different from Alipay

Electronic currency was born, and the news is constantly refreshing...

The English abbreviation of the Central Bank of China's digital currency is "DC/EP"——

DC=digital currency is digital currency

EP=electronic payment is electronic payment

The name DC/EP points out the dual attributes of the central bank’s digital currency: it is legal currency, equivalent to RMB cash; at the same time, it is also an electronic payment tool with transaction attributes.

Digital currency is a digital form of legal tender, issued by the central bank, and belongs to M0,

M0: cash in circulation, that is, banknotes and coins

M1: Narrow money, including all M0 and unit demand deposits

M2: broad money, including M1 and resident demand time deposits, unit time deposits and other deposits

It sounds a bit troublesome and difficult to understand, right?

See the essence through the phenomenon:

Since 1971, the Nixon administration of the United States announced that the U.S. dollar was completely decoupled from gold. Since then, the currencies issued by countries around the world have basically been credit currencies.

Credit currency is a currency that is stipulated by national law and is forced to circulate independently and performs monetary functions independently and is not based on any precious metal.

In this way, in principle, the country can print as much money as it wants, but it cannot print more than it wants, otherwise it will lead to inflation. Therefore, the country must always keep track of the amount of currency in circulation in society.

Money in society is roughly divided into M0, M1, and M2

M0 is money that can be used immediately, M1 is money that needs to be paid by bank card, and M2 is money that belongs to You only need to take it out and turn it into M0 or M1 before you can use it.

Digital currency has the same status as paper money.

However, banknotes are not traceable. Many gang transactions will include banknotes. In the future, they will be fully supervised after digitization.

Digital currencies that refer to blockchain technology clearly record the information of each transaction.

There is also a feature that is very scary when you think about it. We have all heard that developed countries have even negative interest rates on deposits in order to encourage national entrepreneurial investment.

The more money you save, not only will you not get interest, you will even have to pay money.

In order to cope with this policy, you only need to convert it into cash and just keep it at home.

The emergence of digital currency may prevent you from being lucky, because digital currency is clearly seen by the country, and the only thing you can do is to spend or invest the money quickly

Central bank digital currency is a A legal tender equivalent to cash.

This is very different from Bitcoin and the Libra coin launched by Facebook.

Bitcoin and Libra are virtual currencies without national credit endorsement and are not legally compensable.

The money in Alipay and WeChat should be classified as M1 or M2. Digital currency is born noble, and the status of M0 is superior.

Some merchants will refuse to accept Alipay or WeChat, but no organization or individual may refuse to accept the digital currency as M0. Digital currency is a monetary tool, while Alipay and WeChat are just payment tools.

Although Alipay and WeChat are large enough, the possibility of bankruptcy is not ruled out. The credit of Internet companies cannot be compared with that of commercial banks, and the credit of commercial banks cannot be compared with that of the country.

Transfers cannot be made between Alipay and WeChat, and there is no such intrigue between companies in digital currency.

Alipay and WeChat generally require an Internet connection to be used, while digital currencies do not rely on the Internet.

The central bank’s digital currency can be traded offline, far exceeding Alipay and WeChat’s enjoy first and pay later, worth looking forward to.

Although the technology behind it is unknown, it is estimated that it can only be used for small amounts, similar to the function of a credit card, otherwise it will be difficult to avoid someone doing evil and spending money twice.

⑸ What is blockchain

In the simplest terms, blockchain is a distributed ledger.

To understand what this means, we first have to look at its opposite: a centralized ledger. Because blockchain technology started with finance, we will also introduce it below using banks as an example.

The following is our process for using bank debit card transactions:

You can swipe your card to purchase goods in stores.

The merchant sends a statement to your bank for the agreed upon amount.

Your bank will verify that you may have authorized the purchase.

The bank sends the money to the merchant.

Finally, the bank records this information in its ledger.

There’s a lot of technology involved here, but that’s basically it. The last step is important - the bank records all transactions made by the customer. This ledger goes all the way back to the first transaction the bank made.

This ledger is kept, maintained and regulated by the bank. You can read it in your online bank account, but you can't change it. The bank has complete control. If it decides to make a change, there's nothing you can do about it.

Crucially, if hackers were able to access a bank’s ledger, that could cause a lot of problems. They can change the account balance to make it look like certain transactions never occurred, etc.

This is why distributed ledgers are so cool.

Blockchain Network Visualization

If a bank operates on a distributed ledger, each member of the bank will have a copy of the ledger, and whenever any member of the bank When they make a purchase, they tell every other member of the bank.

Each member will validate the transaction and add it to the ledger (the added records are called "blocks"). This has some important benefits, as there is no centralized authority that can manipulate records. Hackers accessing one ledger won't be a big problem because other ledgers can easily verify it.

On the other hand, it requires a lot of work. In short, the second system is blockchain (at least in financial scenarios).

As mentioned above, blockchain is a decentralized list of transactions. If I send Xiao Ming 2 Bitcoins, I send a message to everyone in the network saying "I am sending Xiao Ming 2 Bitcoins" and they all record the transaction.

The future of blockchain, how will it change our lives?

There is one important thing about blockchainImportantly, it is a public resource and no one really owns it because everyone owns it.

Blockchain is not just science fiction. We don’t need to understand the mechanism behind this technology, but you do need to understand that it may completely change our lives in the next 20 years.

This may sound bold, but remember, 20 years ago we were browsing the Internet on Netscape, using state-of-the-art Motorola flip phones, and buying our first DVD players. At that time, if we imagined that a computer could be held in our hands and that we could buy cars, make payments, and watch movies, it would have been considered a fantasy.

Although the impact of blockchain may not be as obvious as the Internet, nor as tangible as mobile phones, blockchain will effectively solve many worries in daily life. Such as intermediaries cheating people, transaction delays, etc. In our current lives, middlemen are everywhere and we take them for granted as a part of life. If one day these intermediaries cease to exist, you will find that the world will become a different place.

Imagine that by 2040, blockchain may become a mature and widely used technology. When one day you can't live without the blockchain just like you can't live without the Internet now, you will be surprised to find that this decentralized accounting technology has simplified the complexity and become a part of your lifestyle

⑹ What does blockchain mean and what are its main uses

In recent years, a hot word has appeared frequently on the Internet, that is "blockchain". This word gives people a very noble feeling , It feels very powerful, but many people don’t know what blockchain means? And what are the main uses of blockchain? Let’s take a look at the relevant content that has been issued.

Blockchain Blockchain is actually equivalent to a disintermediated database, which is composed of a series of data blocks. Each of its data blocks contains information about a Bitcoin network transaction, which is used to verify the validity of its information and generate the next block. In other words, blockchain is essentially a decentralized database.

In a narrow sense, blockchain is a chain data structure that combines data blocks in a sequential manner in chronological order, and uses cryptography to Guaranteed immutable and unforgeable distributed ledger. Broadly speaking, blockchain is actually a distributed infrastructure and computing method that is used to ensure the security of data transmission and access.

In addition, the blockchain is composed of six infrastructures: data layer, network layer, consensus layer, incentive layer, contract layer and application layer. Regarding its role, blockchain is mainly used to solve the trust and security issues of transactions. The above is the relevant content about the meaning and function of blockchain. I hope it can help friends in need.

⑺ How to define a blockchain blockWhat are the application scenarios of blockchain?

Nowadays, 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 global A database storage system that can be operated collaboratively in various places is different from traditional database operations where read and write permissions are in the hands of a company or a centralized authority (a characteristic of centralization). Blockchain believes that 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. PassIn layman's terms, blockchain technology can make all data information in the system open, transparent, non-tamperable, non-forgery and traceable 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 implements an electronic cash system in which both parties to the transaction can directly transfer funds to each other without the need for third-party transfer or arbitration. 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 applicationsThe payment receipt is given to its suppliers, and the bills can be transferred between suppliers after being digitized on the chain. Each level of supplier can obtain the corresponding amount of financing based on 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 invoicing and minute-level reimbursement accounting greatly reduce tax collection and management costs, and effectively solve 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 blockchain application fields.Landscape. 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 technology is mainly used in e-signing products for certificate deposit and certificate issuance. The application scenarios include copyright protection and online signing. , web page forensics, phone recording, email storage of evidence, 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 of the contract.recognition and then final execution. "Jin Hongzhou explained.

From a technical perspective, blockchain is not a brand-new technology, but an integration of distributed data storage, point-to-point transmission, consensus mechanism, encryption algorithm, smart contract and other computer technologies. New application model. Specifically, blockchain technology is a technical solution that collectively maintains a reliable database in a decentralized, high-trust manner.

Due to the characteristics of "decentralization" and "distribution" With advantages such as "automatic data storage", "traceability", "tamper resistance", and "openness and transparency", blockchain technology can effectively solve the problems of data authenticity, security and openness in the data field. A data management environment to prevent and avoid various data management problems such as data fraud, tampering, and loss, and promote efficient sharing and application of data. In the process of practical exploration, the application scope of blockchain technology continues to expand, especially in the field of public resource transactions. Empower public resource transaction management services.


Promote transaction data sharing and transaction witness



p>

Promote transaction data sharing

Currently, the data of different trading centers are not interoperable, and the subject information of different trading centers needs to be entered repeatedly. During the bid evaluation process, it is difficult to verify the off-site performance provided by the bidders, and the same personnel are duplicated. Problems such as difficulty in troubleshooting as a project manager and low cost of breach of trust by transaction entities. Establishing a cross-regional entity database based on blockchain can well alleviate the above problems.

The distributed ledger features based on blockchain can Effectively guaranteeing the real-time or quasi-real-time sharing of data, it can reduce repeated entry operations of subject information; the use of blockchain information that cannot be tampered with can ensure the authenticity of the data flow process on the chain. The performance of bidders in the regional alliance is directly taken from the data on the chain. This makes it impossible to hide false 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".








p>

Blockchain-based transaction witness

The document "Guiding Opinions on Deepening the Integration and Sharing of Public Resource Trading Platforms" (State Office Letter [2019] No. 41) points out the need to optimize witness, venue, Information, archives, expert extraction and other services. However, at present, public resource transaction process witnessing is mainly based on manual on-site witnessing, which has limited witnessing strength, high occupation of human resources, and limited witnessing effect. Due to its centralized characteristics, the traditional digital witnessing system is easy to collect data afterwards Be tampered with, 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 verify each transaction The data generated in the link are solidified and stored as evidence, and the time of data generation is accurately recorded through time stamp technology, summary algorithm, and electronic signature technology.Content, data sources. 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 the rationalization of electronic guarantee rates

At present, electronic bidding deposit guarantee letters have certain applications in the field of bidding, solving the problem of bidding deposit funds for bidding companies. Occupancy issues. 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. It is no longer possible to use the methods of the past. We must breakThe only way to solve the financing difficulties of small and medium-sized enterprises is to 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. The contract signing between the tenderer and the bidder and the subsequent financial service links will be realized on the blockchain, which not only solves the problem of data trustworthiness but also reduces the risk of corruption. The entire system relies on a centralized authority.

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 should beUsed 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, allowing enterprises 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. Therefore, blockchain is in line with human 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 chained data structure that combines data blocks in a sequential manner in chronological order, and is cryptographically guaranteed to be non-tamperable and non-tamperable. Fake distributed ledger.

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.

⑻ How to apply blockchain

1. Jinxunque logistics field:

Blockchain in international exchange , letter of credit, equity registration and certificateFinancial fields such as stock exchanges have potential huge application value. The application of blockchain technology in the financial industry can eliminate the need for third-party intermediaries and achieve direct point-to-point connection, thereby greatly reducing costs and quickly completing transaction payments.

2. Internet of Things and logistics fields:

Blockchain can also be naturally combined in the fields of Internet of Things and logistics. Through blockchain, logistics costs can be reduced, the production and delivery process of items can be traced, and the efficiency of supply chain management can be improved. This field is considered a promising application direction of blockchain.

3. Public service field:

Blockchain is closely related to people’s production and life in public management, energy, transportation and other fields, but the centralized characteristics of these fields are also It has brought about some problems that can be transformed using blockchain. The decentralized, fully distributed DNS service provided by the blockchain can realize domain name query and resolution through point-to-point data transmission services between various nodes in the network, and can be used to ensure that the operating system and firmware of an important infrastructure are not Tampered, you can monitor the status and integrity of the software, detect bad tampering, and ensure that the data transmitted by systems using IoT technology has not been tampered with.

4. Digital copyright field:

Through blockchain technology, works can be authenticated, prove the existence of text, video, audio and other works, and ensure the ownership of works. Authenticity and uniqueness. After the rights of the work are confirmed on the blockchain, subsequent transactions will be recorded in real time, realizing full life cycle management of digital copyright, and can also be used as a technical guarantee in judicial evidence collection. For example, MineLabs, a startup company in New York, USA, has developed a blockchain-based metadata protocol. This system called Mediachain uses the IPFS file system to realize copyright protection of digital works, mainly for copyright protection applications of digital pictures.

5. Insurance field:

In terms of insurance claims, insurance institutions are responsible for fund collection, investment, and claims settlement, and often have high management and operating costs. Through the application of smart contracts, there is no need for the policy holder to apply or the insurance company to approve it. As long as the claim settlement conditions are triggered, the insurance policy can automatically settle claims. A typical application case is LenderBot, which was launched in 2016 by the blockchain company Stratumn, Deloitte and the payment service provider Lemonway. It allows people to register for customized micro-insurance products through the chat function of Facebook Messenger, which is exchanged between individuals. High-value items are insured, and blockchain replaces the third-party role in loan contracts.

6. Public welfare field:

The data stored on the blockchain is highly reliable and cannot be tampered with, so it is naturally suitable for use in society.Will be a charity scene. Relevant information in the public welfare process, such as donation projects, fundraising details, fund flows, recipient feedback, etc., can be stored on the blockchain, and can be transparently and publicly disclosed conditionally to facilitate social supervision.

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