检验区块链完整性,区块链监测系统
近年来,随着区块链技术的发展,区块链完整性的检验和监测也变得越来越重要。为此,区块链监测系统应运而生,成为检验区块链完整性的有效工具。
区块链监测系统可以实时监测区块链网络的状态,有效地保障区块链的完整性。它可以实时监测区块链网络中的交易,节点,账户,以及网络的状态,并及时发现异常情况。
此外,区块链监测系统还可以提供实时的数据分析和可视化报告,帮助用户快速了解区块链网络的状态,更好地掌握网络的安全性。
另外,区块链监测系统还可以提供安全预警功能,发现网络中可能存在的安全风险,并及时发出警报,为用户提供及时的安全防护。
总之,区块链监测系统是一种有效的检验区块链完整性的工具,它可以实时监测区块链网络的状态,提供实时的数据分析和可视化报告,以及安全预警功能,为用户提供安全的区块链环境。
请查看相关英文文档
⑴ Classification of blockchain audit objectives
The traditional authenticity and integrity audit objectives are no longer important under blockchain technology, and need to shift to risk warning and decision support .
First of all, the irreversibility and timestamp of the blockchain can ensure that the data is not modified at will. In the blockchain system, the premise for each transaction to be valid is that the system reaches a consensus on the ownership of digital assets, and once reached, it cannot be modified. Reflected in the audit, after a transaction occurs and is recorded, if you try to modify it, subsequent accounting processing requires all blockchains to be modified, and it will be very difficult to falsify it.
Secondly, under the distributed accounting rules, transaction data is stored in each block, and each block is shared by traders and confirmers. If a block fails or is attacked, the chain will Other participants can still operate as usual and keep copies of the books recording complete data, which ensures the integrity of the accounting data.
In the audit work, as long as the transactions are verified for fraud, the authenticity and completeness audit objectives can be quickly achieved. For example, in traditional raw material audits, it is necessary to verify the invoices, inspections and warehousing of the procurement process. Now it is only necessary to verify the authenticity of the invoices and physical objects in the warehousing process, and other links can be omitted. For example, when department A picks materials, other departments will also record the quantity of materials picked by department A. If department A wants to modify its own quantity of materials, it needs to modify the records of all other departments at the same time, which is very difficult. This guarantees Authenticity and completeness of material collection records. Correspondence and verification of accounts receivable, accounts payable, and transactions can also be handled similarly.
In short, due to the non-modifiable and public nature of the blockchain, the correctness and legality of transaction rights and obligations, pricing, deadlines, posting and summary, classification, and disclosure can be effectively guaranteed. The focus of auditing should shift to in-process supervision, risk warning and decision-making support. For example, if certain monitoring and analysis indicators are set in the blockchain audit software, abnormal operating behavior of the audited unit can be discovered at any time to achieve ongoing supervision. Set thresholds for key indicators, such as automatic early warning when the bad debt rate of accounts receivable reaches 20%, reminding auditors of problems, changing regular audits to "all-weather" audits, and giving full play to the risk warning function. In addition, blockchain technology has an auxiliary decision-making function due to its large amount of data and data processing capabilities. During the audit process, blockchain data analysis capabilities can be used to trace the recovery of accounts receivable and bad debts, and propose relevant solutions. Targeted improvement suggestions.
⑵ What exactly 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 related to the legendTraditional "centralized databases" are very different 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 according to cryptographic principles into a string of characters that the recipient cannot understand at all. 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 several 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 the money he owes you 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 investmentBanks have collapsed one after another, and the Federal Reserve announced that it will transform the only two remaining investment banks (Goldman Sachs Group and Morgan Stanley) into commercial banks; it hopes 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 refutation of rumors, combined with the expectations, imagination and speculation of later generations, became "Bible stories".
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; represented by Ethereum Digital currency has become the "operational fuel" in its network system; stablecoins represented by USDT and Libra have good payment properties due to their low volatility; central banks represented by DCEP issue digital currencies, which to a certain extent Replacing M0 allows 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 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.
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, multiple market participants jointly By maintaining and synchronizing a "general ledger" in real time, payment, clearing, and settlement tasks that currently take two or three days can be completed in just a few minutes, 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 aforementioned areas are areas 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 protect dataAchieving multi-party collaborative data computing under the premise of privacy 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 be used on a large scale and 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 guaranteedAn untamperable and unforgeable 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.
⑶ How to understand traceability and anti-counterfeiting in blockchain technology
Chongqing Jinwowo: The functions of blockchain that cannot be tampered with and data can be traced can effectively solve the problem of traceability and anti-counterfeiting of items. ;
Blockchain technology can also trace and prevent counterfeiting of medicines, artworks, collectibles, luxury goods, etc.
⑷ What is blockchain
What is blockchain
What is blockchain? Many people don’t know what blockchain is. It is not very clear, and some people have even never heard of it. In fact, blockchain is a common one. I have compiled relevant information about what blockchain is for everyone.
What is blockchain 1Speaking of blockchain, we have to mention its twin brother-Bitcoin.
Time goes back to 11 years ago. On November 1, 2008, the world was shrouded in the huge shadow of the financial crisis. That day, a mysterious geek who called himself "Satoshi Nakamoto" sent a group email.
Attached to the email is a paper titled: "Bitcoin: A Peer-to-Peer Electronic Cash System."
Satoshi Nakamoto said in the email that he is working on a new electronic cash system that is completely peer-to-peer and does not require any trusted third party. About half a month later, Satoshi Nakamoto released the source code of the Bitcoin system non-stop.
On January 3, 2009, an interesting invention turned out. Satoshi Nakamoto generated the first Bitcoin block on the server, which is the so-called "Bitcoin genesis block". Since then, the Bitcoin system has officially opened.
Having said that, you might as well stop and think about how we conduct cash transactions in real life.
Suppose you borrow 10,000 yuan from a friend and promise to pay it back in one month. You may choose to repay the loan by bank card transfer. The bank is responsible for deducting 10,000 yuan from your deposit account and adding 10,000 yuan to your friend's deposit account.
Here, the bank is the institution responsible for keeping accounts. The underlying reason why you choose bank transfer is that you believe it is more reliable and will help you transfer 10,000 yuan to a friend.
However, in the digital world, inventing a currency is another matter.
The hero behind the Bitcoin game
First of all, Satoshi Nakamoto hopes to conduct peer-to-peer direct transactions, bypassing the third party of the bank. This problem is easy to solve, then there will be no banks. Users will issue their own currencies through a unique mechanism and interact directly with each other.easy.
But this brings another problem. There is no bank as a reliable intermediary responsible for accounting, and users do not know each other. How to ensure that no one cheats during transactions?
For example, in the digital world, electronic files can be easily copied. 10 yuan of digital currency turns into 100 yuan by copying and pasting it with the mouse 10 times. Isn’t it a mess?
To solve this problem, we need to provide a mechanism for everyone to trust each other.
The method adopted by the Bitcoin system is to record all transaction processes openly and transparently in chronological order. These records are permanent and cannot be tampered with. This way you won't be able to do anything sneaky.
With these mechanisms, the Bitcoin system operates successfully.
This system stores data in units of data blocks, which are blocks. Approximately every 10 minutes, new blocks will be added. Each block records the detailed transaction process of Bitcoin and is timestamped. Different blocks are connected in chronological order through a certain algorithm, which is a chain.
Together, they are called "Blockchain".
In this way, the blockchain took root with the birth of Bitcoin. If Bitcoin is the star in front of the spotlight, blockchain is the hero behind the scenes responsible for providing a trust mechanism in the underlying technology.
Brand new changes in accounting methods
Although behind the scenes, the talent of blockchain was quickly discovered.
In technical terms, blockchain is a distributed ledger technology. To understand it, let’s take the simplest example.
Suppose your family keeps accounts like this: you, your father, and your mother each have an account book. You each record your own expenses, and at the end of each month, you tally the total household expenses together.
But dad likes to buy cigarettes, mom likes to stock up on cosmetics, and you like to buy snacks. You may both miss a few entries intentionally or unintentionally, and sometimes make corrections in the ledger. Therefore, when checking the accounts at the end of the month, there is always a discrepancy with the actual expenditure of the family.
In order to change this situation, you bought a new account book. You, your father, and your mother jointly use a new account book to keep accounts, remind and supervise each other, and check every expense together.
At the same time, you also agreed that once the expenses are clearly recorded, no alteration or deletion is allowed. After trying it for a few months, you found that this joint ledger matched the actual expenses of the family much more closely.
Blockchain is the second accounting method. The little story above tells us that it has at least these major features or benefits.
First of all, it is decentralized. The database that was previously maintained by one party has become jointly maintained by multiple parties. Everyone writes data together based on consensus, and no one can control the data alone.
Secondly, it allows everyone to switch from keeping separate accounts to joint accounting, which brings data consistency and openness and transparency.
In addition, the blockchain only allows data to be written, not deletion or modification, which prevents data from being secretly tampered with.
Mutual trust between strangers
In reality, many scenarios are much more complicated than how to keep accounts at home. Moreover, many aspects of financial transactions and business processing are mostly operated by strangers. How can we make everyone trust each other?
It’s blockchain’s turn to show its talents. Don’t forget, it can provide a mechanism for everyone to trust each other from the underlying technology.
For example, when you usually go to the wet market to buy things, you may worry about whether fish, shrimp, and vegetables are safe. Some companies see business opportunities and move the data of farmers and fish ponds to the blockchain. In this way, you will know which fish pond the fish you buy comes from, and you will feel more confident when eating.
For another example, links to fundraising for seriously ill patients often appear in Moments. When making a donation, you may have some concerns: Is the patient's condition real? Can donations really be delivered to patients?
In order to eliminate these concerns, some Internet charity organizations use blockchain to allow you to clearly view the steps for using your donation. If the review finds that the patient's condition is not true, the blockchain system will automatically return the donation to your account.
In the future, what changes can blockchain bring to our lives?
It is conceivable that when blockchain is widely used in various fields of society, it will become an important infrastructure in the information age and can solve many of the headaches that currently cause us.
For example, blockchain will allow countless islands of information to be "chained" together. When seeing a doctor, there is no need to repeat the examination just because you change hospitals. Entrepreneurs do not have to go to multiple departments to go through a procedure; many transactions no longer need to be done. Third-party guarantees are required, consumers no longer have to worry about non-refundable deposits, and creators do not have to worry about their works being stolen but getting nothing...
What is blockchain 2From an academic perspective, blockchain is New application models of computer technologies such as distributed data storage, point-to-point transmission, consensus mechanisms, and encryption algorithms. Blockchain is essentially a decentralized database.
Many people still don’t understand this explanation, so let me make a simple metaphor.
Hypothetical situation: Suppose you have a ledger at home and you are asked to keep accounts. In the past, your parents gave you your salary and asked you to record it in your account book. If you are greedy and want to buy something delicious in the meantime, the record in the ledger may be less than ten yuan.
This is just an example. I believe that when we were children, everyone probably wanted to take some money from their parents’ pockets to spend.
Ways to use blockchain to solve problems:
If you use the whole family mobilization method to keep accounts, the above-mentioned problems will not exist, because you are keeping accounts, youDad is also keeping accounts, and your mother is also keeping accounts. They can all see the general ledger. You can't change it, and neither can your parents. In this way, dad who wants to buy cigarettes and you who want to eat have nothing to do.
Functional "blockchain"
It can not only record every transaction, but also can be programmed to record almost everything of value to mankind. Things: birth and death certificates, marriage licenses, title deeds, degrees, financial accounts, medical history, insurance claims, ballots, food sources, and anything else that can be represented by a code.
Each block is like a hard disk, which saves all the above information and then encrypts it through cryptography technology. The saved information cannot be tampered with.
Every 10 minutes, the blockchain system will check all data generated during the period (such as transaction records and records of when the block was edited or created, etc.) and store these data in a new area. On the block, this block will be connected with the previous block to form a chain. Each block must contain relevant information from the previous block to be effective.
Characteristics of blockchain
1. Exceptionally safe:
Unlike centralized databases owned by companies or government agencies, blockchain is not controlled by anyone. or entity's control, data is replicated (distributed) in its entirety across multiple computers.
Unlike centralized databases, there is no single entry point for attackers, and data security is more guaranteed.
2. Non-tamperability:
Once entered into the blockchain, no information can be changed, and even the administrator cannot modify this information.
Once something appears, it cannot be changed. This attribute is of great significance to the changeable and ever-changing online world that humans currently live in.
3. Accessible:
All nodes in the network can easily access information.
4. No third party:
Because the blockchain is decentralized, it can facilitate peer-to-peer transactions, so whether you are trading or exchanging funds, there is no need for a third party of approval.
Blockchain itself is a platform.
Blockchain technology refers to a way for all people to participate in accounting. There is a database behind all systems. You can think of the database as a big ledger. Currently, each is keeping its own account.
Since there is no centralized intermediary agency, letting everything run automatically through preset programs can not only greatly reduce costs, but also improve efficiency. And since everyone has the same ledger, it can ensure that the ledger recording process is open and transparent.
Blockchain technology is the underlying technology of Bitcoin. Bitcoin has been operating very stably for many years without the operation and management of any centralized organization.It was determined that there were no problems, so some people noticed its underlying technology, abstracted the Bitcoin technology, and called it blockchain technology, or distributed ledger technology.
According to a report released by Santander, Spain's largest bank, if all banks around the world use blockchain technology internally around 2020, they will save approximately US$20 billion in costs per year. Such data is enough to illustrate the tremendous changes and breakthroughs that "blockchain" has brought to the traditional financial field.
Cloud computing is usually defined as providing dynamic, easily scalable and often virtualized resources through the Internet, but it is often a centralized organization that provides a cloud computing platform. The network composed of blockchain generally does not have a specific organization, so blockchain is closer to the definition of a distributed computing system and is a type of distributed computing.
The future development and application scenarios of blockchain
1. Digital identity
Many people will encounter "prove that my mother is me" when applying for various certificates. "Mom" dilemma, with blockchain, you no longer have to worry about it.
It turns out that our birth certificates, real estate certificates, marriage certificates, etc. need a central node for everyone to recognize them. Once cross-border, contracts and certificates may become invalid because of the lack of a global central node.
The non-tamperable nature of blockchain technology has fundamentally changed this situation. Our birth certificates, real estate certificates, and marriage certificates can all be notarized on the blockchain and become things trusted by the world. , of course, it can also easily prove "my mother is my mother".
2. Health care
Simply put, it is to use the blockchain to establish a universal record repository with timestamps, so that different databases can extract data information.
For example, when you go to see a doctor, you don’t have to change hospitals for repeated examinations, and you don’t have to worry about reimbursement for medical insurance, which can save time and expenses.
3. Travel consumption
For example, we often use apps such as Ctrip and Meituan to find and place orders for hotels and other services, and each platform gets commissions from them.
The application of blockchain is to remove middlemen and create a secure, decentralized way for service providers and customers to connect and trade directly.
4. More convenient transactions
Blockchain can make payments and transactions more efficient and convenient. The blockchain platform allows users to create smart contracts that become active when certain conditions are met, meaning that automatic payments can be released when both parties to a transaction agree that their conditions are met.
5. Strictly control product quality
If you buy an apple, with blockchain technology, you can know the entire process from the production of the fruit farmer to the circulation link. Among them are government regulatory information, professional testing data, enterprise quality inspection data, etc. offering of wisdomThe supply chain will make the food we eat and the products we use every day safer and give us more peace of mind.
6. Property rights protection art
The creator puts his work on the blockchain, and if someone uses his work, he can immediately Know. Corresponding royalties are also automatically paid to the creator.
Blockchain technology not only protects copyright, but also helps creators sell their works to consumers better and more directly, without the need for the assistance of distribution companies.
What is blockchain 3Advantages of blockchain
Decentralized, it does not require the intervention of a third party and enables point-to-point transactions, coordination and collaboration. Because the data is distributed in various nodes through algorithms and has a unique verification mechanism, no one organization or individual can control the global data. Since it is distributed in various nodes, any node stopping work will not affect the entire system. Operation, this decentralized network will greatly improve data security. The data in the system is jointly maintained by various nodes with maintenance functions.
Openness. In addition to the private information of all parties being encrypted, the blockchain data is open to everyone. Anyone can query the blockchain through the public interface. Data and development related applications, so the entire system information is highly transparent.
Where does blockchain come in?
Blockchain is an open, transparent, decentralized and secure technology. This technological revolution is applied to the Internet. For data-sensitive fields such as medical care, public opinion supervision, and ecological testing, it can prevent data from being tampered with and ensure the authenticity of the data.
In short, blockchain is not just a form of virtual currency, its advantages will play an important role in many industry fields
⑸ How to identify real blocks Chain Digital Currency
Whether a certain digital currency is a valuable currency is currently basically in the "angel round" stage. There are three criteria for judging, one is the team, the other is the economic model, and the third It is an industry demand.
The randomness of the team is too great and will not be discussed here. This article first conducts a detailed analysis of the economic model of digital currency. In subsequent articles, the author will analyze some digital currencies according to different industries.
Strictly speaking, the economic model involved in this article is not completely equivalent to the concepts described in economics. Specifically refers to the consensus mechanism and incentive mechanism of currency in digital currency.
1. Consensus Mechanism
The consensus mechanism is the strategy and method for each node in the blockchain system to reach agreement, and should be flexibly selected according to the system type and application scenarios.
Commonly used consensus mechanisms mainly include PoW, PoS, DPoS, PBFT (and their variants), etc. In addition, based on the different application scenarios of blockchain technology and the characteristics of various consensus mechanisms, this article follows the following dimensionsTo evaluate the technical level of various consensus mechanisms:
a) Compliance supervision: whether super authority nodes are supported to supervise the entire network nodes and data;
b) Performance efficiency: transactions The efficiency of reaching consensus and being confirmed;
c) Resource consumption: CPU, network input and output, storage and other computer resources consumed in the consensus process;
d) Fault tolerance: attack prevention, Ability to prevent fraud.
1 Industry background
Find industry pain points: Asset management requires a professional team and knowledge, but most digital currency investors now do not have it; digital The currency market fluctuates greatly, and investors are unable to preserve the value of their assets when the market falls.
2 Own advantages
Having been deeply involved in the stock and futures markets for many years, it has a mature and high-quality asset management team; the AI big data team has strong technical strength.
3 Market Research
After conducting market research, it is estimated that the market value of asset management will be approximately US$1 billion in the next five years.
4 Total amount of digital currency
After considering the expected market value of asset management, development cycle and difficulty, consider issuing 2 billion digital currency XT based on Ethereum ERC20, and will never issue more .
5 Distribution method
Early investors hold 10%, the team holds 20%, business operations 10%, community construction 10%, and investors hold 50%.
6 Digital Currency Release/Repurchase Mechanism
The release mechanism is divided into three categories:
Category 1: The currency holding part for business operations is fully unlocked, and the purpose Limited to business and operational activities;
The second category: the release mechanism of the community construction part is that community members release exclusive information, cooperation platforms release exclusive project progress, etc., and based on the number of participating IDs, the corresponding proportion of XT is released (Publishers and participants each receive 50%) until all releases are completed (after the release is completed, subsequent rewards come from the platform profit pool);
The third category: investors hold mainstream digital currencies and are on the platform Asset management is carried out in the platform, and a certain amount of XT is released according to the exchange ratio. Early investors and the team hold part of it in synchronization, and it is unlocked in proportion;
The repurchase mechanism is: 50% of the profit earned (calculated in XT) % will be returned to currency holders; the remainder will enter the platform profit pool, and 50% of the XT in the profit pool will be destroyed on a monthly basis until the total amount of XT reaches 1 billion; the rest will be used as platform ecological construction funds;
7 Digital Currency Rights
Profit Sharing: Holding XT is a platform user and can enjoy 50% of the platform’s profits;
Platform Governance: Participate in platform activities and enjoy XT rewards, Airdrop activities of other project parties;
Function customization: Based on the platform's AI big data, investors can purchase services optimized for personal trading strategies
⑹ "AreaWhat kind of technology is "blockchain"?
What kind of technology is "blockchain" Blockchain (Blockchain) is an important concept of Bitcoin. Huobi and Tsinghua University PBC School of Finance Internet The "2014-2016 Global Bitcoin Development Research Report" released by Financial Laboratory and Sina Technology mentioned that blockchain is the underlying technology and infrastructure of Bitcoin. It is essentially a decentralized database and serves as the basis for Bitcoin. The underlying technology. The blockchain is a series of data blocks generated using cryptographic methods. Each data block contains the information of a Bitcoin network transaction, which is used to verify the validity (anti-counterfeiting) and generation of its information. 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 unforgeable distributed ledgers. 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 security, a new decentralized infrastructure and computing formalization that uses smart contracts composed of automated scripts to program and calculate data.
Domestic blockchain application platforms have digital The currency crowdfunding platform Biying China, China Post and IBM jointly developed an asset custody system based on blockchain technology.
Blockchain is a A decentralized, distributed ledger system participated by nodes. The data stored on it cannot be forged or tampered with. It is open and transparent. The information and value recorded by each account at any point in history can be found on the blockchain. .The characteristics of the blockchain protocol provide the necessary foundation for the execution of smart contracts. The contract can be automatically executed and trusted according to established conditions without the need for audit by any centralized organization.
Blockchain technology is the underlying core of the Bitcoin system. The essence of the ledger is a decentralized ledger. When people conduct transactions over the Internet, a new transaction will be recorded on the ledger. This ledger is a decentralized ledger that is jointly maintained by everyone on the network. People can see ongoing transactions at the same time, and control is not in the hands of institutions or individuals. Transactions cannot be tampered with or forged, and they will be permanently stored in the ledger.
For example, Tongxin The mutual aid blockchain mutual aid platform has four major characteristics when applying blockchain technology:
Open and transparent
Open and transparent. Once recorded, all information recorded on the blockchain is difficult to tamper with and cannot be hidden. Users can access it at any time You can check it out.
Democratic decision-making
Bottom-up decision-making, the blockchain proposes a variety of different consensus mechanisms to help users effectively form bottom-up decisions and jointly participate in major decisions.< br />Accurate execution of rules
Accurate execution of rules. The smart contract technology defined on the blockchain converts all rules into open and clear program codes, which can be executed accurately. Once determined, no one can interfere.
Never downtime
Never downtime, the blockchain based on the public chain is not affected by any organization or individual. As long as the incentive mechanism is effective and the Internet exists, the blockchain will exist.
What is blockchain? Blockchain is a decentralized shared accounting technology that allows all parties involved to establish a trusting relationship at the technical level. Blockchain can be roughly divided into two levels: one is the underlying technology of the blockchain; the other is the upper-layer application of the blockchain, that is, the transformation, optimization or innovative application based on the blockchain. Blockchain is still in its infancy. Many people have discussed with me how we can ensure both rights and privacy at the same time. Of course, we are just exploring now. We need fair content across the entire network and clear protection. This is what I can only say. So far, this is my arrangement for the future.
Blockchain concept? The idea of blockchain is to be completely decentralized and rely on decentralized justice. In that case, theoretically the cost will drop a lot, proving that real assets and property rights can directly correspond to each other on the Internet. It has solved the problems of decentralization and asset ownership that were not solved by the first generation of Internet information. How big a role does big data play in financial innovation now? Only by registering big data can we know who it belongs to. In fact, this has always been a problem that we cannot solve now. This is not a small problem. If there is a technology in the capital market that makes the property rights of things that were originally unclear clear, that will be a big problem for us. The entire market is undergoing a huge transformation.
What is blockchain? Blockchain technology itself can solve data ownership, pricing and sharing mechanisms. This still cannot completely solve certain problems. To give a simple example when it comes to user privacy, I have a piece of data placed on the machine. The partner comes over and makes an insurance analysis to analyze the cooperation. There is a risk here. Or not, can we deal with it or clarify the property rights of the laboratory, and then clarify the processing rights and data rights. The common products produced by everyone are common to everyone. If we need to divide different things, how to price them and how to divide them? In addition to the technology of blockchain and a decentralized database, when it comes to the above mentioned tasks, it is another issue, and then there is the issue of pricing and the market mechanism. All fields have proven to recognize this rule, so this I think blockchain is a very good core technology, but it cannot cover all problems.
Introduction to Bubi Blockchain
Bubi Blockchain is mainly positioned to provide commercial-grade blockchain infrastructure services, which mainly includes building a blockchain system and building on top of the blockchain system. A support system with high expandability. On top of this support system are applications from all walks of life. Bubi focuses more on the underlying technology of blockchain,In the past three years or so, a team of more than a dozen people has devoted almost all its energy to the research and development of underlying technologies. The reason why Bubi Blockchain chooses points has something to do with the market's promotion method. As we all know, blockchain is a technology that is very suitable for the issuance and trading of digital assets. Points are a digital asset that is naturally legal and compliant, and has a small impact because of its small amount. Therefore, it is a very suitable choice to use points as your first attempt at digital asset issuance. Issuing points based on the blockchain can indeed bring great help to the circulation and mutual exchange of points.
What is blockchain? The application of blockchain technology in the field of property transfer is only one aspect. In addition to reducing property transfer costs, blockchain technology can also be applied to various fields involving company stocks, financial derivatives, and points programs of commercial institutions. The blockchain community is currently focusing on promoting the wider application of this technology in the field of financial assets. Relatedly, various platforms that are still under development have also received very considerable investment.
Blockchain concept? Structurally or by definition, these things are very different. The U.S. dollar, or any currency, from a typical definition, is primarily used as a medium of exchange or store of value for economic activities. Within the geographical scope where a certain currency circulates, people in the region reach a consensus on the use of this currency, making it convenient for everyone to use the same currency to purchase goods or services (the function of currency as a medium of exchange). There is a responsibility to manage the currency through monetary policy in order to ensure the preservation of the value of the currency and avoid the occurrence of inflation (the store of value function of currency). In today's world, almost everyone uses some form of currency in their daily lives.
What is blockchain? Even developers within the blockchain community often easily overlook the big picture mentioned above. There are many competitive projects in the blockchain community, and they are also full of various disputes about the evolution direction of blockchain technology. Over time, some projects in the community will be successful, and others will not be so lucky. Things will not always develop in the direction we expect, but no matter how these projects in the early blockchain community develop, one thing is very clear, that is, blockchain technology has brought us at least A revolutionary function: Blockchain technology will greatly reduce the cost of financial property transfer, and blockchain will be used to control, manage and transmit financial property.
What is blockchain? Blockchain concept? After a certain application analysis, we return to the starting point. The definition of this blockchain technology will surely become more and more abundant with the expansion of applications, and people will discover more mysteries of blockchain technology.
Blockchain is an important concept of Bitcoin. It is essentially a decentralized database and serves as the basis for Bitcoin. underlying technology. The blockchain is a series of data blocks generated using cryptographic methods. Each data block contains a Bitcoin network transaction.The information is used to verify the validity of its information (anti-counterfeiting) and generate the next block.
The blockchain is public on the Internet and can be queried in every offline Bitcoin wallet information. The functionality of a Bitcoin wallet relies on confirmation with the blockchain, and a valid check is called a confirmation. Usually a transaction requires several confirmations before it can proceed. The lightweight Bitcoin wallet uses online confirmation, which means it does not download the blockchain data to the device storage.
Many of Bitcoin’s altcoins also use the same design, but are slightly different in proof of work and algorithm. For example, using proof of stake and SCrypt, etc.
Blockchain timestamp service and proof of existence
This concept was proposed in Satoshi Nakamoto’s white paper [1], who created the first block, the “genesis block”.
On January 3, 2009, Satoshi Nakamoto, the founder of Bitcoin, left an unchangeable sentence in the genesis block:
“The Times 03/Jan/2009 Chancellor on brink of second lout for banks (on January 3, 2009, the chancellor was on the verge of implementing a second round of bank bailout)."
It was then that the British chancellor Darling was forced to consider a second bailout of the banks. In a time of crisis, this sentence was the headline of a front-page article in The Times that day.
With the blockchain’s timestamp service and proof of existence, the time when the first blockchain was created and the events that were happening at that time are permanently retained.
The Bitcoin company BTCC launched a service "Millennium Chain" in 2015, which is a blockchain engraving service, which uses the above principles. Users can engrave text on the blockchain through this service and store it permanently.
Bitcoin, Litecoin, Ruitai Coin, and Qianjin Card are all digital currencies based on blockchain technology.
Chongqing Jinwowo analyzed: Blockchain is actually a decentralized distributed ledger database.
How popular is blockchain technology?
Blockchain technology makes DAC possible. DAC is something that can fundamentally subvert the organizational model of human society. I believe that its impact on society will surpass the Industrial Revolution and become the most profound change that the Internet has brought to the world.
The essence of blockchain technology is a method of data storage, transmission and certification that is decentralized and contained in a distributed structure. It replaces the current Internet with data blocks (Block). The road's reliance on the central server enables all data changes or transaction projects to be recorded on a cloud system, theoretically achieving self-certification of data during data transmission.
Blockchain technology can be applied to many industries:
Art Industry
Ascribe allows artists to use blockchain technology to declare ownership and issue numberable, unique editions of their works in digital form for any type of artwork. It even includes a marketplace where artists can buy and sell through their website without the need for any intermediary services.
Legal Industry
BitProof is the most advanced of the many document timestamp applications that have emerged in recent years, and will make traditional notarization methods a thing of the past. Compared with free versions including Blocksgin and OriginStaemp, BitProof provides more services, including one for intellectual property rights. Interestingly, BitProof recently collaborated with a San Francisco IT school to put all their students’ academic certificates on the blockchain, completely redefining how diplomas and student certificates are processed and used.
Development Industry
Colu is the first company to allow other companies to issue digital assets. They can "tokenize" various assets and have a profound impact on many people. Although the free Bitcoin wallet Counerparty also allows simple tokens to be issued and traded among other wallet holders, Colu tokens can be configured in various states and types, and can leave and return to the system. , and when storing data on the blockchain is too large, the data can be stored on the BitTorrent network.
Internet Mutual Aid Industry
Tongxin Mutual Aid is the first blockchain online mutual aid platform to be implemented and applied. Technically, through blockchain and big data technology, it eliminates the shortcomings of the traditional online mutual aid model. Establish an open and transparent new online mutual aid platform.
Aite Cat is a virtual pet game produced under blockchain technology. This virtual cat is similar to Internet Letts Dog, 360 pet cat, and NetEase’s Planet are all the same type of blockchain virtual products. The difference between Aite Cat is that the entire cat design uses a 3D three-dimensional effect, making the cat’s The display is no longer a single picture, allowing the cat to move, which increases the fun of the cat.
What technology is the Huangbao blockchain system?The Huangbao blockchain is a powerful decentralized loop intelligence system. The Huangchain chain is referred to as HUANG. It is the first to be used in financial services, advertising media, games and entertainment, various life applications and other fields, becoming a blockchain 3.0 The representative virtual currency of the era, Media Chain 3.0 technology has the core characteristics of being safer, more efficient, more flexible, and more open. The widespread application of its technology will surely trigger new forms and new ideas in the global media industry, which can Create convenient services and new concepts, which marks a new economic era before the public.
⑺ Illustration of what is blockchain
Blockchain is so popular that it has begun to affect my life. It seems that I don’t even want to understand it. Today, let’s take a look at what blockchain is.
Structure of this article:
As its name suggests,
A blockchain is a chain composed of a set of blocks.
A block is a block of information that contains information. , the chain also contains information.
Blockchain technology was first developed by a group of researchers in 1991 to time-stamp digital documents so that these documents cannot be tampered with. It essentially played no other role after that, until 2009, when Satoshi Nakamoto used blockchain technology to create the digital cryptocurrency Bitcoin.
A blockchain is a distributed ledger that is completely open to everyone. It has a very interesting property: once certain data is recorded in a blockchain, the data is very It is difficult to change.
Let’s take a look at the composition of a block:
Each block contains some data, the hash value of this block, and the hash value of the previous block. Hope value.
The data saved in the block is related to the type of blockchain. For example, the blocks in the Bitcoin blockchain save relevant transaction information, including sellers, buyers, and transaction Bitcoins. quantity.
Each block contains a hash value. The hash value is used to identify a block and all the content it contains, and it is unique, like a fingerprint. Once a block is created, its hash value is calculated accordingly. If you change something in the block, the hash value will change. If the fingerprint of a block changes, it will no longer be the previous block.
The third element contained in the block is the hash value of the previous block. This element allows links to be formed between blocks and makes the blockchain very secure.
Suppose we have a blockchain containing 3 blocks
Each block contains its own hash value and the hash value of the previous block
No. 3 Block points to block No. 2, and block No. 2 points to block No. 1
Block No. 1 is a bit special, it cannot point to the previous block because it is the first
We put 1 The block number is called the genesis block.
Now suppose we tamper with the second block
This will cause the second block to be hashedThe hash value changes
Next, this will cause block No. 3 and all subsequent blocks connected to block No. 3 to become illegal
because now the previous block number they store has become Illegal
So changing a block alone will cause all subsequent content to become invalid.
But to prevent tampering, hashing is not enough
Because today’s computer computing speed is powerful enough and can calculate thousands of hash values per second
This way You can tamper with a block and recalculate the hashes of other blocks, making your block legal again.
So in order to reduce this risk, the blockchain also uses a technology called proof of work
This is a mechanism that slows down the creation process of new blocks
In the Bitcoin area In the blockchain, it takes about 10 minutes to complete the required proof of work and add a new block to the blockchain
This mechanism makes the tampering of the blockchain more difficult
because once it is tampered Once a block is obtained, the proof of work of all subsequent blocks needs to be recalculated.
Therefore, the security of blockchain technology mainly comes from hash value and workload proof mechanism.
Blockchain also has a mechanism to protect its own security, which is distributed
Compared to using a centralized entity to manage the blockchain network, blockchain uses A peer-to-peer network that anyone can join
When someone joins this network, he will get a copy of the entire blockchain
This person can use this to verify that all The blocks are still legal and untampered, that is, different nodes can use this to verify each other.
When someone creates a new block,
the new block is sent to everyone on the network.
Everyone then verifies the block to ensure that it has not been tampered with.
If everything is verified correct, then everyone can add the new block to their own area. On the blockchain
We can call it that everyone on the network has reached a "consensus".
All nodes in the blockchain network reach a consensus
They agree on which blocks in the network are legal and which are illegal
Those blocks that have been tampered with will Will be rejected by other users on the network
So, to successfully tamper with a blockchain, you need to tamper with all blocks on the blockchain
Recomplete the proof of work for each block and control more than 50% of the users in the blockchain network
br /> Only in this way will the block you tamper with will be recognized by everyone
It can be said that this is basically impossible to do!
Blockchain technology itself is also constantly developing
For example, a later technological improvement is called smart contracts
Smart contracts are simple programs stored on the blockchain
br /> It can automatically execute based on the conditions recorded in the contract. As long as the conditions are met, transactions will be automatically completed in accordance with the contract
For example, automated Bitcoin transactions can be realized under specific conditions.
Learning materials:
https://www.youtube.com/watch?v=SSo_EIwHSd4
⑻ Is the blockchain electronic medical record recognized by the Health Commission
Approved. The National Health and Medical Commission is working hard to explore the application scenarios of blockchain in the medical and health field, using the characteristics of blockchain that cannot be tampered with, is safe and trustworthy, and actively promotes the introduction of blockchain technology into electronic health records to transform health into Liquid transportation records such as file browser access, health file API access, and mutual recognition of inspections and inspections are "chained" and "encrypted", so the National Health Commission recognizes blockchain electronic medical records.
- 上一篇: 普京签署区块链协议了吗,普京签署区块链协议是真的吗
- 下一篇: qtc区块链是传销