区块链60讲科普,讲区块链的视频
区块链技术是一种分布式数据库技术,它是一种分布式账本技术,可以记录和存储各种数字资产,并使用密码学方法来确保数据的安全性和完整性。区块链的最大特点是去中心化,它不受任何中心机构控制,每个节点都能够拥有完整的账本数据,而且可以实现自治管理,保证数据的安全性和完整性。
去中心化是指网络中不存在中心结点的网络结构,它是一种分布式网络,每个节点都能够独立参与网络的运作,并与其他节点共享信息。去中心化的网络结构使得网络更加安全,因为没有中心结点可以被攻击,而且网络的可扩展性也得到了极大的提升,可以更快地处理数据。因此,去中心化是区块链技术的基础,也是区块链技术的一大特点。
智能合约是一种程序,可以在区块链上实现自动执行,使得参与者可以实现自动化的交易。智能合约可以在区块链网络上运行,可以自动执行交易,而不需要人工介入,因此可以大大降低交易成本,提高交易效率。此外,智能合约还可以实现跨境支付,支持多种货币,可以有效地解决跨境支付的问题。因此,智能合约是区块链技术的重要组成部分,也是区块链技术的重要应用。
请查看相关英文文档
① What technology is blockchain?
1. The reason why blockchain is popular is because its function is very practical. Blockchain can make information more fidelity. high. Blockchain technology can be applied to many fields and scenarios, including some social management scenarios, and it is necessary to further broaden the horizons of research and development of blockchain technology.
2. Blockchain is essentially a database technology, specifically a ledger technology. A ledger is a set of records that records changes in assets and transactions in one or more accounts. It is actually a database with the simplest structure. The running accounts we usually write down in small notebooks and the statements sent by the bank are all typical ledgers.
3. Blockchain is a distributed ledger with multi-party participation, and is called a technology "born to solve trust problems". The essential difference between the digital world and the physical world is that things in the physical world really exist and cannot appear or disappear out of thin air. However, data in the digital world can be deleted, altered or copied out of thin air without leaving any trace. But with blockchain technology, the digital world can be as real and trustworthy as the physical world.
② What is blockchain technology? What is blockchain? A chained data structure composed of sequential connections, and a cryptographically guaranteed distributed ledger that cannot be tampered with or forged.
Broadly speaking, blockchain technology uses block chain data structures to verify and store data, uses distributed node consensus algorithms to generate and update data, and uses cryptography to ensure data transmission and access. It is a new distributed infrastructure and computing method that uses smart contracts composed of automated script codes to program and operate data securely.
[Infrastructure]
Generally speaking, the blockchain system consists of data layer, network layer, consensus layer, incentive layer, contract layer and application layer composition. Among them, the data layer encapsulates the underlying data blocks and related basic data and basic algorithms such as data encryption and timestamps; the network layer includes distributed networking mechanisms, data dissemination mechanisms, and data verification mechanisms; the consensus layer mainly encapsulates network nodes Various consensus algorithms; the incentive layer integrates economic factors into the blockchain technology system, mainly including the issuance mechanism and distribution mechanism of economic incentives; the contract layer mainly encapsulates various scripts, algorithms and smart contracts, and is the core of the blockchain The basis of programmable features; the application layer encapsulates various application scenarios and cases of the blockchain. In this model, the chain block structure based on timestamps, the consensus mechanism of distributed nodes, economic incentives based on consensus computing power, and flexible programmable smart contracts are the most representative innovations of blockchain technology.
Extended information:
[Blockchain core technology]
Blockchain mainly solves the trust and security issues of transactions, so it addresses this issue Four technological innovations:
1. Distributed ledger, which means that transaction accounting is performed by distributed accounts distributed in different places.Multiple nodes work together, and each node records a complete account, so they can all participate in supervising the legality of the transaction and can also jointly testify for it.
The uniqueness of blockchain's distributed storage is mainly reflected in two aspects: First, each node of the blockchain stores complete data according to the block chain structure. Traditional distributed storage generally stores The data is divided into multiple parts for storage according to certain rules. Second, the storage of each node in the blockchain is independent and has equal status, relying on the consensus mechanism to ensure storage consistency, while traditional distributed storage generally synchronizes data to other backup nodes through the central node.
No node can record ledger data independently, thus avoiding the possibility of a single bookkeeper being controlled or bribed to record false accounts. Also because there are enough accounting nodes, theoretically speaking, the accounts will not be lost unless all nodes are destroyed, thereby ensuring the security of the accounting data.
2. Asymmetric encryption and authorization technology. Transaction information stored on the blockchain is public, but account identity information is highly encrypted and can only be accessed with authorization from the data owner. , thus ensuring data security and personal privacy.
3. The consensus mechanism is how all accounting nodes reach a consensus to determine the validity of a record. This is both a means of identification and a means of preventing tampering. Blockchain proposes four different consensus mechanisms, which are suitable for different application scenarios and strike a balance between efficiency and security.
The consensus mechanism of the blockchain has the characteristics of "the minority obeys the majority" and "everyone is equal". "The minority obeys the majority" does not entirely refer to the number of nodes, but can also be the computing power and the number of shares. Or other characteristic quantities that the computer can compare. "Everyone is equal" means that when a node meets the conditions, all nodes have the right to give priority to the consensus result, which will be directly recognized by other nodes and may eventually become the final consensus result.
4. Smart contracts. Smart contracts are based on these trustworthy and non-tamperable data and can automatically execute some predefined rules and terms. Take insurance as an example. If everyone's information (including medical information and risk occurrence information) is true and trustworthy, it will be easy to automate claims settlement in some standardized insurance products.
In the daily business of insurance companies, although transactions are not as frequent as those in the banking and securities industries, the reliance on trusted data continues unabated. Therefore, the author believes that using blockchain technology from the perspective of data management can effectively help insurance companies improve their risk management capabilities. Specifically speaking, it is mainly divided into risk management of policyholders and risk supervision of insurance companies.
Blockchain-Network
③ What are the 7 core technologies of blockchain operation that you should know
Blockchain How many of the 7 core technologies in operation do you know?
1. Links to the blockchain
As the name suggests, the blockchain is composed of blockscomposed of chains. Each block is divided into two parts: block header and block body (including transaction data). The block header includes the hash (PrevHash) value (also called hash value) of the previous block used to implement block linking and the random number (nonce) used to calculate the mining difficulty. The hash value of the previous block is actually the hash value of the header of the previous block, and the rules for calculating random numbers determine which miner can obtain the power to record the block.
2. Consensus Mechanism
Blockchain was born with Bitcoin and is the basic technical architecture of Bitcoin. Blockchain can be understood as a decentralized accounting system based on the Internet. A decentralized digital currency system like Bitcoin requires blockchain to ensure the consistency of accounting by each honest node without a central node. Therefore, the core of blockchain technology is a consensus mechanism that reaches consensus on the legality of transactions among individuals who have no basis for trust in each other without central control.
There are currently four main categories of blockchain consensus mechanisms: PoW, PoS, DPoS, and distributed consensus algorithms.
3. Unlocking scripts
Scripts are an important technology for automatic verification and automatic execution of contracts on the blockchain. Each output of each transaction does not strictly point to an address, but to a script. A script is like a set of rules that govern how the recipient can spend the assets locked on this output.
The legality verification of transactions also relies on scripts. Currently it relies on two types of scripts: locking scripts and unlocking scripts. The locking script is a condition added to the output transaction, implemented through a script language, and is located at the output of the transaction. The unlocking script corresponds to the locking script. Only if the conditions required by the locking script are met, the corresponding assets on this script can be spent, which is located at the input of the transaction. Many flexible items can be expressed through scripting language. The interpretation script is similar to a "virtual machine" in our programming field, which is distributed and runs on every node in the blockchain network.
4. Transaction Rules
Blockchain transactions are the basic units that constitute blocks, and are also the actual effective content that the blockchain is responsible for recording. A blockchain transaction can be a transfer or other transactions such as the deployment of smart contracts.
In the case of Bitcoin, a transaction refers to a payment transfer. The trading rules are as follows:
1) The input and output of the transaction cannot be empty.
2) For each input of the transaction, if its corresponding UTXO output can be found in the current transaction pool, the transaction will be rejected. Because the current transaction pool is a transaction that has not been recorded in the blockchain, and each input of the transaction should come from a confirmed UTXO. If found in the current transaction pool, it is a double spend transaction.
3) For each input in the transaction, its corresponding output must be UTXO.
4) Each input unlocking script must work with the corresponding output locking script to verify the compliance of the transaction.
5. Transaction Priority
The priority of blockchain transactions is determined by the blockchain protocol rules. For Bitcoin, the priority of a transaction being included in a block is determined by the time it takes for the transaction to be broadcast to the network and the size of the transaction. As the time it takes for a transaction to be broadcast to the network increases and the chain age of the transaction increases, the priority of the transaction is increased and will eventually be included in the block. For Ethereum, the priority of a transaction is also related to the transaction fee that the publisher of the transaction is willing to pay. The higher the transaction fee that the publisher is willing to pay, the higher the priority of the transaction being included in the block.
6.Merkle proof
The original application of Merkle proof is the Bitcoin system (Bitcoin), which was described and created by Satoshi Nakamoto in 2009. The Bitcoin blockchain uses Merkle proofs in order to store transactions in every block. This makes the transaction unable to be tampered with and makes it easy to verify whether the transaction is included in a specific block.
7.RLP
RLP (Recursive Length Prefix, recursive length prefix encoding) is a main encoding method for object serialization in Ethereum. Its purpose is to encode any nested sequence of binary virtual data. Lu Ji
④ What is the technical principle of blockchain
The key points involved in blockchain technology include: decentralized and trustless , Collectivelymaintain, ReliableDatabase, Timestamp, AsymmetricCryptography, etc.
Blockchain technology redefines the way credit is generated in the network: In the system, participants do not need to know the background information of other people, nor do they need to rely on guarantees or guarantees from third-party institutions. Blockchain Technology ensures that the system records, transmits, and stores value transfer activities, and the final result must be credible.
(4)Extended reading on cctv2 blockchain technology
The source of the principle of blockchain technology can be summarized as a mathematical problem: the Byzantine Generals Problem. The Byzantine Generals Problem extends to Internet life, and its connotation can be summarized as: in the context of the Internet, when it is necessary to conduct value exchange activities with unfamiliar counterparties, how can people prevent themselves from being deceived by malicious saboteurs? Be confused and make wrong decisions.
The Byzantine Generals Problem is further extended to the technical field. Its connotation can be summarized as: in the absence of a trusted central node and a trusted channel, what should the various nodes distributed in the network do? Reach a consensus. Blockchain technology solves the long-known Byzantine Generals Problem - it provides a way toMethods for creating consensus networks.
⑤ What kind of technology is "blockchain"?
What kind of technology is "blockchain" Blockchain is an important concept of Bitcoin. The "2014-2016 Global Bitcoin Development Research Report" released by the Internet Finance Laboratory of Tsinghua University PBC School of Finance and Sina Technology mentioned that blockchain is the underlying technology and infrastructure of Bitcoin. It is essentially a decentralized database and serves as the underlying technology of Bitcoin. Blockchain is a series of data blocks generated using cryptographic methods. Each data block contains information about a Bitcoin network transaction and is used to verify the validity of the information (anti-counterfeiting) 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. Account book. Broadly speaking, blockchain technology uses block chain data structures to verify and store data, uses distributed node consensus algorithms to generate and update data, uses cryptography to ensure the security of data transmission and access, and utilizes automated Smart contracts are composed of scripts that program and compute data in a new decentralized infrastructure and normalize computing.
Domestic blockchain application platforms include an asset custody system based on blockchain technology jointly developed by the digital currency crowdfunding platform Biying China, China Post and IBM.
Blockchain is a decentralized, distributed ledger system participated by nodes. The data stored on it cannot be forged or tampered with, and is open to the public. 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. Its essence is a decentralized ledger. When people conduct transactions through the Internet, a new transaction will be recorded on the ledger, and this ledger is A decentralized ledger 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, the Tongxin Huzhu blockchain mutual aid platform has four major characteristics in applying blockchain technology:
Openness and transparency
Openness and transparency, once all information recorded on the blockchain is recorded, it will be very It is difficult to tamper with and cannot be hidden, and users can check it at any time.
Democratic decision-making
Bottom-up decision-making, the blockchain proposes a variety of different consensus mechanisms to help users effectively form bottom-up decisions.policies and jointly participate in major decisions.
Accurate execution of rules
Accurate execution of rules. The smart contract technology defined on the blockchain converts all rules into public and clear codes, which can be executed accurately and accurately. Once anyone is identified Cannot intervene.
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. And the support systemIt covers applications in all walks of life. Bubi focuses more on the underlying technology of the blockchain. In the past three years or so, a team of more than a dozen people has devoted almost all their energy to the research and development of the underlying technology. 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. Blockchain is a chain of linked cryptographicEach data block generated contains information about a Bitcoin network transaction, which is used to verify the validity of the 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 numbers, *** Edition works can be for any type of artwork in digital form. 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.
Online 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 adopts 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 the emergence of a new economic erain public.
⑥ What is the application of blockchain and what is the technical field?
1. Application of blockchain
Blockchain is distributed data storage and point-to-point transmission. , consensus mechanism, encryption algorithm and other new application models of computer technology.
2. Blockchain technology field
1. Financial field
Block chain technology is used in international exchange, letters of credit, equity registration and securities transactions It has potential huge application value in other financial fields.
Internet of Things and Logistics Fields
Blockchain can also be naturally combined in the Internet of Things and logistics fields.
2. Public service fields
Blockchain is closely related to people’s production and life in public management, energy, transportation and other fields, but the centralized nature of these fields also brings Some problems can be solved using blockchain.
3. Digital copyright field
Through blockchain technology, works can be authenticated, proving the existence of text, video, audio and other works, and ensuring the authenticity of the copyright owner. , 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.
4. 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.
5. 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 social welfare scenarios.
- 上一篇: 做区块链需要投资吗,想从事区块链技术的工作要学什么
- 下一篇: 区块链只选天下互通,区块链之都