WO2019237275A1 - Block chain technology-based authenticity check system - Google Patents

Block chain technology-based authenticity check system Download PDF

Info

Publication number
WO2019237275A1
WO2019237275A1 PCT/CN2018/091019 CN2018091019W WO2019237275A1 WO 2019237275 A1 WO2019237275 A1 WO 2019237275A1 CN 2018091019 W CN2018091019 W CN 2018091019W WO 2019237275 A1 WO2019237275 A1 WO 2019237275A1
Authority
WO
WIPO (PCT)
Prior art keywords
block
group
data
file
recorded
Prior art date
Application number
PCT/CN2018/091019
Other languages
French (fr)
Chinese (zh)
Inventor
汪华东
Original Assignee
汪华东
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 汪华东 filed Critical 汪华东
Priority to PCT/CN2018/091019 priority Critical patent/WO2019237275A1/en
Publication of WO2019237275A1 publication Critical patent/WO2019237275A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation

Definitions

  • the present invention relates to a blockchain system, and more particularly to a authenticity verification system based on the blockchain technology.
  • the blockchain is a chain data structure that combines data blocks (also called technical files called data pages) in a chronological order, and uses a password.
  • a distributed ledger that is guaranteed to be untamperable and unforgeable by the academic method.
  • blockchain technology uses blockchain 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 uses automated scripting.
  • a new type of distributed infrastructure and computing method for smart contracts composed of code to program and manipulate data. That is, the so-called blockchain contains two different concepts of "block” and "chain”.
  • a plurality of nodes including a blockchain are established in a unified environment platform to form a blockchain operating system, which has excellent tamper-resistant functions.
  • Hash (hash function): Hash, generally translated as “hash”, but also directly transliterated as “hash”, that is, any length of input (also known as pre-image), through the hash algorithm, transform Into a fixed-length output, which is the hash value.
  • This conversion is a compression map, that is, the space of the hash value is usually much smaller than the space of the input. Different inputs may be hashed into the same output, so it is impossible to determine the unique input value from the hash value. But the same input will necessarily get the same output. Simply put, it is a function that compresses messages of any length to a fixed-length message digest.
  • Block The so-called block is used to receive broadcast data. All nodes record at the same time, and then after a certain period of time, the node device that has obtained the accounting right performs a seal and broadcasts the value used for the seal to other nodes. If all nodes successfully seal the block by using the value for sealing, the block has the authenticity recognized by the entire system. For example, the current Bitcoin blockchain system performs block seals every ten minutes.
  • Each node performs a large number of HASH operations on the block to be sealed at the same time.
  • the first node that calculates the value of the block that can be sealed has the accounting right, it broadcasts the value to other nodes for verification.
  • mining The so-called mining is that each node obtains accounting rights through a large number of operations.
  • the computer used for mining is called a mining machine. Because the mining process consumes a lot of electricity, manpower, and computing power, mining is a very huge carbon emission process and is very unfriendly to the environment. And for the same block, only the first mining machine that has completed mining can obtain the right to account, and in the process, all kinds of energy consumed by other nodes are wasteful resources.
  • Digital currency A virtual currency based on the above-mentioned blockchain technology. At the beginning of the introduction of blockchain technology, in order to encourage each node to mine, the first node that successfully obtained the right to keep accounts is rewarded. Rewards are generated out of thin air without value attributes, such as Bitcoin in the prior art. But digital currency is recorded by computer language at every node in the blockchain system, and has technical attributes.
  • the anti-tampering function described in the blockchain is based on the fact that the block cannot be modified after it is sealed.
  • other nodes cannot use the value used for the seal in combination with the data of the block. Hash operations that conform to the rules.
  • the tampering node can only abandon changing the block, and copy the block that most nodes consider legitimate from other nodes.
  • the computer can only judge the legality of the input record based on the blockchain's method of judging whether the record is correct or not, and cannot combine the actual work with whether the input record conforms to the actual production record.
  • a node when an enterprise uses the blockchain for private chain operation, a node writes a record that is recognized by other nodes: reduce the number of goods N from point A, and then increase the number of goods N at point B.
  • This record computer will consider it legal, so each node makes the same record, and then goes through mining and sealing, so that a record is always recorded in a block and cannot be modified. Then in actual work, it is not as good as financial data recording. There is no loss between the two points. If the company's goods have a loss of M after the goods are shipped from point A, it should be correct to increase the number of goods NM at point B. data record. As a result, when a certain block was written in the past, an erroneous record has been written. However, the wrong record is considered legal by the computer, and the company's running account book will continue the error and expand avalanche effect. This makes it difficult for enterprises to use small blockchain systems for accounting applications.
  • the present invention aims to provide a self-healing, authenticity verification system based on blockchain technology that can be directly used in commercial applications.
  • An authenticity verification system based on the blockchain technology includes: a plurality of blocks continuously connected in the form of a blockchain starting from an initial block, a buffer block, and a verification file;
  • the plurality of consecutive blocks include at least a continuous group-first block, a group-second block, a group-third block, and a group-first block, and a group-second block.
  • Group 2 composed of two blocks, group two and third blocks, the sequence number of group one is higher than the sequence number of group two, and the blocks in group one and the blocks in group two do not overlap, that is, the condition n1 + 3 is satisfied ⁇ n2;
  • the verification file verifies that the second block of group one contains erroneous data
  • the data of the second block of group one is copied to the buffer block and the erroneous data is simultaneously corrected and overwritten to the buffer during the copying process Block; record the jump pointer of the chain check in the first block of group two and copy the data of the buffer block to the second block of group two after the seal of the first block of group two is completed, and verify the file at the same time
  • a new mapping relationship is generated with the second block of group two
  • the third block of group two records the hash value of the second block of group two, and then continues to record the data that was originally to be connected to the first block of group two.
  • the authenticity verification system based on the blockchain technology described in the present invention has the advantage that the blockchain technology that originally does not have the correction function can obtain the self-repairing function, and all the data can also obtain other It is necessary to point out that the legitimacy of the node is that the most superior part of the blockchain is that the data of the block cannot be tampered with.
  • the biggest advantage of the present invention is that it does not modify the past block, but it will have The block of wrong data is corrected and recorded, that is, the original wrong data is still retained on its corresponding block. Looking at the system as a whole, no data has been tampered with.
  • the authenticity verification system with correction function can be directly applied to micro-private chains, especially suitable for the development and application of blockchain technology by small and medium-sized enterprises, and has great commercial value.
  • the hash value of the verification file is recorded in the first block of group two.
  • the tampering and traceability of the verification file can be legally recognized by the entire system.
  • the jump pointer is: when performing chain check, jump from group two first block, group one first block, group two second block, and group one third block in sequence, Then, when the third block from group one returns to the first block of group two in the original chain check sequence, it jumps directly to the third block of group two.
  • the original straight-chain structure can be improved.
  • the continuous line of data recording is still carried out in a straight-chain structure, but the backtracking of the data is carried out in a round-chain structure.
  • the actual record structure of the data is not changed. In the case, the correction function is implemented.
  • the blocks from the initial block to the first block of the group one are sealed with blank records, and the initial data are recorded starting from the second block of the group one. It can be known from the above description that the system according to the present invention can only repair erroneous data of non-initial blocks. Therefore, for the repairability of the entire chain of data, the initial blocks are replaced with blank records.
  • the group-first block is an initial block, and the initial data is recorded starting from the group-second block. Can reduce the number of blank blocks and reduce computing pressure.
  • the jump pointer recorded in the first block of group two is broadcast to all other nodes in the same system, and all other nodes are in the first block of group two. Record the jump pointer synchronously. The integrity of the entire system can be guaranteed, and all data can meet the consensus algorithm of the distributed nodes.
  • the verification file is an audio file or a video file
  • the video file records a change process of data contained in the corresponding block.
  • FIG. 1 is a schematic diagram of the self-healing working principle of the authenticity verification system based on the blockchain technology according to the present invention
  • FIG. 2 is a schematic diagram of the data chain type inspection working principle of the authenticity verification system based on the blockchain technology according to the present invention.
  • a block chain technology-based authenticity verification system includes: a plurality of blocks continuously connected in a block chain form from an initial block a0, and a buffer block a ', and a verification file V; wherein the plurality of consecutive blocks include at least a continuous group of a first block an1, a group of a second block an1 + 1, and a group of a third block an1 + 2 Group one of group 1, and group two consisting of group two first block an2, group two second block an2 + 1, group two third block an2 + 2, the sequence number n1 of group one is greater than group two
  • the serial number n2 is in the front, and the blocks in group 1 and the blocks in group 2 do not overlap, that is, the condition n1 + 3 ⁇ n2 is satisfied; the mapping relationship between the verification file V and the second block an1 + 1 of the group is used for calibration Check the authenticity of the second block an1 + 1 of the group;
  • the verification file V verifies that the group one second block an1 + 1 contains erroneous data
  • the data of the group one second block an1 + 1 is copied to the buffer block a 'and the data is copied during the copying process.
  • the erroneous data is corrected at the same time and covers the buffer block a '; the jump pointer of the chain check is recorded in the first block an2 of group two, and the buffer block a' is
  • the data is copied to the second block an2 + 1 of group two, and a new mapping relationship is generated between the verification file V and the second block an2 + 1 of group two; the third block an2 + 2 of group two records the second area of group two
  • the hash value of block an2 + 1 1, and then continue to record the data that was originally to be connected to the first block an2 of group two.
  • the hash value of the verification file V is recorded in the first block an2 of the group two.
  • the jump pointer is: from the second block an2, the first block an1, the second block an2 + 1, and the third block an1 during the chain check. +2 jump, then jump from group one third block an1 + 2 back to group two first block an2 in the original chain check order and jump directly to group two third block an2 + 2.
  • the blocks from the initial block a0 to the first block an1 of the group one are sealed with blank records, and the initial data are recorded starting from the second block an1 + 1 of the group one.
  • the best and most extreme solution is that the group one first block an1 is the initial block a0, and the initial data is recorded starting from the group one second block an1 + 1. Can reduce the number of blank blocks and reduce computing pressure.
  • the verification file V may be an audio file or a video file that records a data change process of the corresponding block, or may be a decryption key file or a digital signature certificate of the data contained in the block.
  • An enterprise such as an crocodile product series production chain
  • its production chain includes at least: feeding units, flesh processing units, proteolysis units, peptide product units, transportation units, sales units, server units, etc.
  • Enterprises in the production chain can adapt to apply the authenticity check system of the present invention.
  • a node is set corresponding to each functional unit in the enterprise, and then all nodes are set to the same blockchain system for synchronous accounting. For example, during the transfer of N tons of crocodile meat to the proteolysis unit by the skin processing unit, the weight of M tons was reduced when the proteolysis unit was reached due to theft. However, when the flesh processing unit performed shipping accounting, it carried out a quantity of N tons, and at the same time notified all nodes, and received a quantity of N tons in the proteolysis unit. Since all nodes have recorded the same data, the computer will consider the record to be legal and record the entry and exit of the N tons of goods and seal the block completely.
  • the seal time of a general block is much shorter than the actual calculation time or other physical operation time, for example, the existing Bitcoin blockchain is sealed for 10 minutes, so the physical operation time may be "day" As a unit, the difference between the authenticity check of the data and the seal time of the block is very large. Therefore, the self-repair function according to the present invention is completed by two sets of relatively independent blocks.
  • the actual number of proteolytic units at the receiving node is insufficient due to the theft.
  • the verification file V in the transportation process has been obtained through various other existing technical means, such as For video files or audio files, the mapping relationship of the verification file V to the delivery record has been completed by recording. After verifying the records of the incoming and outgoing goods by the verification file V, it can be known that the record is actually incorrect data, that is, the receiving node should not record that the quantity of goods received is N tons. However, the block corresponding to the record has been sealed and cannot be modified. Therefore, the system performs the described repair function.
  • the block where the record is located is a group one second block an1 + 1, and the data of the group one second block an1 + 1 is copied to the buffer block a 'and the error data is copied during the copy process
  • the buffer block a ' was corrected and covered, that is, the amount of the proteolysis unit of the receiving node was corrected to NM tons. Record the chain check jump pointer in the first block an2 of group two and copy the data of the buffer block a 'to the second block an2 + 1 of group 2 after the first block an2 of group 2 is sealed.
  • a new mapping relationship is generated between the verification file V and the second block an2 + 1 of the group two, and the hash value of the verification file V is recorded in the first block an2 of the group two; the third block an2 + 2 of the group two records the group The hash value of the second block an2 + 1, and then continue to record the data that was originally to be connected to the first block an2 of group two.
  • the data is checked according to the block sequence number, and when the first block an2 of group two is checked, the jump pointer recorded in the first block an2 of group two is read.
  • the jump pointer jump from group two first block an2, group one first block an1, group two second block an2 + 1, group one third block an1 + 2, and then from group one third
  • the block an1 + 2 returns to the first block an2 of group two in the original chain check sequence, it jumps directly to the third block an2 + 2 of group two.

Abstract

A block chain technology-based authenticity check system, comprising: a plurality of blocks connected in a block chain form, a buffer block and a check file; at least comprising a continuous group one and a continuous group two, the serial number of group one is before that of group two, and the blocks in group one do not overlap with those in group two; and generating a mapping relation between the check file and a second block in group one. The system does not modify the previous block, instead, corrects and records the block with error data on a new block in the future, that is, the original error data is still remained on its corresponding block, and the system as a whole does not tamper any data. The authenticity check system having the correction function can be directly applied to a micro private chain.

Description

一种基于区块链技术的真实性校验系统Authenticity verification system based on blockchain technology 技术领域Technical field
本发明涉及一种区块链系统,尤其涉及一种基于区块链技术的真实性校验系统。The present invention relates to a blockchain system, and more particularly to a authenticity verification system based on the blockchain technology.
背景技术Background technique
区块链的含义:狭义来讲,区块链是一种按照时间顺序将数据区块(也有技术文件称为数据页)以顺序相连的方式组合成的一种链式数据结构,并以密码学方式保证的不可篡改和不可伪造的分布式账本。广义来讲,区块链技术是利用块链式数据结构来验证与存储数据、利用分布式节点共识算法来生成和更新数据、利用密码学的方式保证数据传输和访问的安全、利用由自动化脚本代码组成的智能合约来编程和操作数据的一种全新的分布式基础架构与计算方式。即所谓区块链是包含了“区块”和“链”两个不同概念。包含区块链的多个节点建立在统一环境平台中形成区块链的运作系统,具有优良的防篡改功能。The meaning of the blockchain: In a narrow sense, the blockchain is a chain data structure that combines data blocks (also called technical files called data pages) in a chronological order, and uses a password. A distributed ledger that is guaranteed to be untamperable and unforgeable by the academic method. Broadly speaking, blockchain technology uses blockchain 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 uses automated scripting. A new type of distributed infrastructure and computing method for smart contracts composed of code to program and manipulate data. That is, the so-called blockchain contains two different concepts of "block" and "chain". A plurality of nodes including a blockchain are established in a unified environment platform to form a blockchain operating system, which has excellent tamper-resistant functions.
Hash(散列函数):Hash,一般翻译做“散列”,也有直接音译为“哈希”的,就是把任意长度的输入(又叫做预映射,pre-image),通过散列算法,变换成固定长度的输出,该输出就是散列值。这种转换是一种压缩映射,也就是,散列值的空间通常远小于输入的空间,不同的输入可能会散列成相同的输出,所以不可能从散列值来确定唯一的输入值,但是相同的输入必然会得到相同的输出。简单的说就是一种将任意长度的消息压缩到某一固定长度的消息摘要的函数。Hash (hash function): Hash, generally translated as "hash", but also directly transliterated as "hash", that is, any length of input (also known as pre-image), through the hash algorithm, transform Into a fixed-length output, which is the hash value. This conversion is a compression map, that is, the space of the hash value is usually much smaller than the space of the input. Different inputs may be hashed into the same output, so it is impossible to determine the unique input value from the hash value. But the same input will necessarily get the same output. Simply put, it is a function that compresses messages of any length to a fixed-length message digest.
区块:所谓区块用于接收到的广播数据,所有的节点同时进行记录,然后在一定时间后由获得记账权的节点设备进行封印,并将用于封印的值广播到其他节点,当所有节点通过所述用于封印的值成功对该区块进行封印,则该区块具有全系统承认的真实性。例如当前比特币区块链的系统就是每十分钟进行一次区块封印。Block: The so-called block is used to receive broadcast data. All nodes record at the same time, and then after a certain period of time, the node device that has obtained the accounting right performs a seal and broadcasts the value used for the seal to other nodes. If all nodes successfully seal the block by using the value for sealing, the block has the authenticity recognized by the entire system. For example, the current Bitcoin blockchain system performs block seals every ten minutes.
记账权:每个节点同时对该待封印的区块进行大量的HASH运算,当第一个算出可以封印该区块的值的节点具有记账权,并将该值广播至其他节点验算。Accounting rights: Each node performs a large number of HASH operations on the block to be sealed at the same time. When the first node that calculates the value of the block that can be sealed has the accounting right, it broadcasts the value to other nodes for verification.
挖矿:所谓挖矿就是每个节点通过大量的运算竞争获取记账权,用于挖矿的计算机被称为挖矿机。由于挖矿的过程消耗大量的电力、人力、运算力,因此挖矿是一个非常巨大的碳排放过程,非常不环保。而且对于同一个区块,只有第一台完成挖矿的挖矿机才能获得记账权,而在这过程中,其他节点所消耗的各种能源均为浪费的资源。Mining: The so-called mining is that each node obtains accounting rights through a large number of operations. The computer used for mining is called a mining machine. Because the mining process consumes a lot of electricity, manpower, and computing power, mining is a very huge carbon emission process and is very unfriendly to the environment. And for the same block, only the first mining machine that has completed mining can obtain the right to account, and in the process, all kinds of energy consumed by other nodes are wasteful resources.
数字货币:一种基于上述区块链技术的虚拟货币,在区块链技术面世之初,为了激励每一节点进行挖矿,对第一个挖矿成功获得记账权的节点进行奖励,该奖励凭空生成而不具有价值属性,例如现有技术中的比特币。但是数字货币由计算机语言在该区块链系统中的每一个节点进行记录,具有技术属性。Digital currency: A virtual currency based on the above-mentioned blockchain technology. At the beginning of the introduction of blockchain technology, in order to encourage each node to mine, the first node that successfully obtained the right to keep accounts is rewarded. Rewards are generated out of thin air without value attributes, such as Bitcoin in the prior art. But digital currency is recorded by computer language at every node in the blockchain system, and has technical attributes.
此外,目前由于区块链技术基本只能运用于与记账有关的工作上,无法直接应用到商业模式。而且区块链所述的防篡改功能是基于区块被封印后无法进行修改,当任一已被封印的区块被篡改,其他节点将不能使用用于封印的值结合该区块的数据进行符合规则的Hash运算。这样进行篡改的节点只能放弃改区块,而从其他节点将大多数节点认为合法的 区块拷贝使用。计算机只能基于区块链对记录的正误判断方法进行录入记录的合法性判断,而无法结合实际工作中,该录入记录是否符合实际生产记录。例如一个企业在应用区块链进行私链运作的时候,一个节点写入了一个其他节点都认可记录:从A点减少货物数量N,然后在B点增加货物数量N。这个记录计算机会认为合法,因此每个节点都进行了相同的记录,然后经过挖矿和封印,这样一个记录就被永远记录在一个区块并不允许修改。然后实际工作中不如金融数据记录,两点之间不出现损耗,若该企业的货物从A点运出后出现了数量M的损耗,则应当在B点记账增加货物数量N-M才是正确的数据记录。这样导致当过去某一区块在写入的时候,已经写入了一个错误的记录,然而这错的记录却被计算机认为合法,企业的流水账本就会将错误延续而进行雪崩效应地扩张。令企业应用小型的区块链系统无法良好地进行记账应用。In addition, currently, because blockchain technology can only be used for accounting-related tasks, it cannot be directly applied to business models. Moreover, the anti-tampering function described in the blockchain is based on the fact that the block cannot be modified after it is sealed. When any block that has been sealed is tampered, other nodes cannot use the value used for the seal in combination with the data of the block. Hash operations that conform to the rules. The tampering node can only abandon changing the block, and copy the block that most nodes consider legitimate from other nodes. The computer can only judge the legality of the input record based on the blockchain's method of judging whether the record is correct or not, and cannot combine the actual work with whether the input record conforms to the actual production record. For example, when an enterprise uses the blockchain for private chain operation, a node writes a record that is recognized by other nodes: reduce the number of goods N from point A, and then increase the number of goods N at point B. This record computer will consider it legal, so each node makes the same record, and then goes through mining and sealing, so that a record is always recorded in a block and cannot be modified. Then in actual work, it is not as good as financial data recording. There is no loss between the two points. If the company's goods have a loss of M after the goods are shipped from point A, it should be correct to increase the number of goods NM at point B. data record. As a result, when a certain block was written in the past, an erroneous record has been written. However, the wrong record is considered legal by the computer, and the company's running account book will continue the error and expand avalanche effect. This makes it difficult for enterprises to use small blockchain systems for accounting applications.
发明内容Summary of the Invention
为了解决上述现有技术存在的问题,本发明目的在于提供一种可自我修复的、可直接用于商业应用的基于区块链技术的真实性校验系统。In order to solve the problems in the prior art, the present invention aims to provide a self-healing, authenticity verification system based on blockchain technology that can be directly used in commercial applications.
本发明所述的一种基于区块链技术的真实性校验系统,包括:多个由初始区块开始连续以区块链形式连接的区块、一缓冲区块、以及校验文件;其中所述多个连续的区块至少包括连续的组一第一区块、组一第二区块、组一第三区块组成的组一,以及连续的组二第一区块、组二第二区块、组二第三区块组成的组二,所述组一的序号比组二的序号靠前,且组一内区块与组二内区块不重叠,即满足条件n1+3≤n2;将校验文件与组一第二区块产生映射关系用于校验组一第二区块的真实性;An authenticity verification system based on the blockchain technology according to the present invention includes: a plurality of blocks continuously connected in the form of a blockchain starting from an initial block, a buffer block, and a verification file; The plurality of consecutive blocks include at least a continuous group-first block, a group-second block, a group-third block, and a group-first block, and a group-second block. Group 2 composed of two blocks, group two and third blocks, the sequence number of group one is higher than the sequence number of group two, and the blocks in group one and the blocks in group two do not overlap, that is, the condition n1 + 3 is satisfied ≤n2; Generate a mapping relationship between the verification file and the second block of the group-one to verify the authenticity of the second block of the group-one;
当校验文件校验出组一第二区块含有错误数据时,将组一第二区块的数据复制到缓冲区块上且在复制过程中将所述错误数据同时进行修正并覆盖到缓冲区块;在组二第一区块记录链式校验的跳转指针并在组二第一区块完成封印后将缓冲区块的数据复制到组二第二区块,同时将校验文件与组二第二区块产生新的映射关系;组二第三区块记录组二第二区块的Hash值,然后继续将原本要连接组二第一区块的数据进行记账。When the verification file verifies that the second block of group one contains erroneous data, the data of the second block of group one is copied to the buffer block and the erroneous data is simultaneously corrected and overwritten to the buffer during the copying process Block; record the jump pointer of the chain check in the first block of group two and copy the data of the buffer block to the second block of group two after the seal of the first block of group two is completed, and verify the file at the same time A new mapping relationship is generated with the second block of group two; the third block of group two records the hash value of the second block of group two, and then continues to record the data that was originally to be connected to the first block of group two.
本发明所述的一种基于区块链技术的真实性校验系统,其优点在于,可以使原本不具备修正功能的区块链技术得到了自我修复的功能,而且所有的数据也能获得其他节点的合法性认定,需要指出的是,区块链最优越的地方在于区块的数据不能篡改,本发明的最大优点在于不修改过去的区块,而在未来新的区块上将该具有错误数据的区块进行修正再记录,即原错误数据依然保留在其对应的区块上,从系统整体上看,并没有对任何数据进行了篡改。该具有修正功能的真实性校验系统可以直接应用到微型的私链中,尤其适合中小型企业在区块链技术上的发展和应用,具有巨大的商业价值。The authenticity verification system based on the blockchain technology described in the present invention has the advantage that the blockchain technology that originally does not have the correction function can obtain the self-repairing function, and all the data can also obtain other It is necessary to point out that the legitimacy of the node is that the most superior part of the blockchain is that the data of the block cannot be tampered with. The biggest advantage of the present invention is that it does not modify the past block, but it will have The block of wrong data is corrected and recorded, that is, the original wrong data is still retained on its corresponding block. Looking at the system as a whole, no data has been tampered with. The authenticity verification system with correction function can be directly applied to micro-private chains, especially suitable for the development and application of blockchain technology by small and medium-sized enterprises, and has great commercial value.
优选地,将校验文件的Hash值记录在组二第一区块。可以使校验文件的放篡改性和可追溯性得到整个系统的合法认定。Preferably, the hash value of the verification file is recorded in the first block of group two. The tampering and traceability of the verification file can be legally recognized by the entire system.
优选地,所述的跳转指针为:在进行链式校验时依次从组二第一区块、组一第一区块、组二第二区块、组一第三区块跳转,然后从组一第三区块按原有的链式校验顺序回到组二第一区块时直接跳转到组二第三区块。设置跳转指针后可以使原本的直链式结构得到改进,数据的记录连续线依然以直链式结构进行,但是数据的反溯则以回旋的链式结构进行,在不改变数据实际记录结构的情况下,实现了修正的功能。Preferably, the jump pointer is: when performing chain check, jump from group two first block, group one first block, group two second block, and group one third block in sequence, Then, when the third block from group one returns to the first block of group two in the original chain check sequence, it jumps directly to the third block of group two. After setting the jump pointer, the original straight-chain structure can be improved. The continuous line of data recording is still carried out in a straight-chain structure, but the backtracking of the data is carried out in a round-chain structure. The actual record structure of the data is not changed. In the case, the correction function is implemented.
优选地,将初始区块连续至组一第一区块的区块均以空白记录进行封印,初始数据从组一第二区块开始进行记录。由上述描述可知,本发明所述系统只能对非初始区块的错误数据进行修复,因此为了全链数据的可修复性,将初始区块以空白记录进行代替。Preferably, the blocks from the initial block to the first block of the group one are sealed with blank records, and the initial data are recorded starting from the second block of the group one. It can be known from the above description that the system according to the present invention can only repair erroneous data of non-initial blocks. Therefore, for the repairability of the entire chain of data, the initial blocks are replaced with blank records.
优选地,所述的组一第一区块即为初始区块,初始数据从组一第二区块开始进行记录。可以减少空白区块的数量,减少运算压力。Preferably, the group-first block is an initial block, and the initial data is recorded starting from the group-second block. Can reduce the number of blank blocks and reduce computing pressure.
优选地,在发现组一第二区块出现错误数据时,将记录在组二第一区块的跳转指针广播至同一系统下的其他所有节点,其他所有节点在组二第一区块中同步进行跳转指针的记录。可以使整个系统的完整性得到保障,且所有数据均能满足分布式节点的共识算法。Preferably, when wrong data is found in the second block of group one, the jump pointer recorded in the first block of group two is broadcast to all other nodes in the same system, and all other nodes are in the first block of group two. Record the jump pointer synchronously. The integrity of the entire system can be guaranteed, and all data can meet the consensus algorithm of the distributed nodes.
优选地,所述的校验文件为音频文件或视频文件,所述的视频文件记录了对应区块所含数据的变化过程。Preferably, the verification file is an audio file or a video file, and the video file records a change process of data contained in the corresponding block.
附图说明BRIEF DESCRIPTION OF THE DRAWINGS
图1是本发明所述基于区块链技术的真实性校验系统的自我修复工作原理示意图;FIG. 1 is a schematic diagram of the self-healing working principle of the authenticity verification system based on the blockchain technology according to the present invention;
图2是本发明所述基于区块链技术的真实性校验系统的数据链式检验工作原理示意图。FIG. 2 is a schematic diagram of the data chain type inspection working principle of the authenticity verification system based on the blockchain technology according to the present invention.
附图标记:a0-初始区块;an1-组一第一区块、an1+1-组一第二区块、an1+2-组一第三区块;an2-组二第一区块、an2+1-组二第二区块、an2+2-组二第三区块;a'-缓冲区块;V-校验文件。Reference signs: a0-initial block; an1-group-first block, an1 + 1-group-second block, an1 + 2-group-third block; an2-group-two first block, an2 + 1-group two second block, an2 + 2-group two third block; a'-buffer block; V-check file.
具体实施方式detailed description
如图1所示,本发明所述的一种基于区块链技术的真实性校验系统, 包括:多个由初始区块a0开始连续以区块链形式连接的区块、一缓冲区块a'、以及校验文件V;其中所述多个连续的区块至少包括连续的组一第一区块an1、组一第二区块an1+1、组一第三区块an1+2组成的组一,以及连续的组二第一区块an2、组二第二区块an2+1、组二第三区块an2+2组成的组二,所述组一的序号n1比组二的序号n2靠前,且组一内区块与组二内区块不重叠,即满足条件n1+3≤n2;将校验文件V与组一第二区块an1+1产生映射关系用于校验组一第二区块an1+1的真实性;As shown in FIG. 1, a block chain technology-based authenticity verification system according to the present invention includes: a plurality of blocks continuously connected in a block chain form from an initial block a0, and a buffer block a ', and a verification file V; wherein the plurality of consecutive blocks include at least a continuous group of a first block an1, a group of a second block an1 + 1, and a group of a third block an1 + 2 Group one of group 1, and group two consisting of group two first block an2, group two second block an2 + 1, group two third block an2 + 2, the sequence number n1 of group one is greater than group two The serial number n2 is in the front, and the blocks in group 1 and the blocks in group 2 do not overlap, that is, the condition n1 + 3≤n2 is satisfied; the mapping relationship between the verification file V and the second block an1 + 1 of the group is used for calibration Check the authenticity of the second block an1 + 1 of the group;
当校验文件V校验出组一第二区块an1+1含有错误数据时,将组一第二区块an1+1的数据复制到缓冲区块a'上且在复制过程中将所述错误数据同时进行修正并覆盖到缓冲区块a';在组二第一区块an2记录链式校验的跳转指针并在组二第一区块an2完成封印后将缓冲区块a'的数据复制到组二第二区块an2+1,同时将校验文件V与组二第二区块an2+1产生新的映射关系;组二第三区块an2+2记录组二第二区块an2+1的Hash值,然后继续将原本要连接组二第一区块an2的数据进行记账。When the verification file V verifies that the group one second block an1 + 1 contains erroneous data, the data of the group one second block an1 + 1 is copied to the buffer block a 'and the data is copied during the copying process. The erroneous data is corrected at the same time and covers the buffer block a '; the jump pointer of the chain check is recorded in the first block an2 of group two, and the buffer block a' is The data is copied to the second block an2 + 1 of group two, and a new mapping relationship is generated between the verification file V and the second block an2 + 1 of group two; the third block an2 + 2 of group two records the second area of group two The hash value of block an2 + 1, and then continue to record the data that was originally to be connected to the first block an2 of group two.
将校验文件V的Hash值记录在组二第一区块an2。所述的跳转指针为:在进行链式校验时依次从组二第一区块an2、组一第一区块an1、组二第二区块an2+1、组一第三区块an1+2跳转,然后从组一第三区块an1+2按原有的链式校验顺序回到组二第一区块an2时直接跳转到组二第三区块an2+2。将初始区块a0连续至组一第一区块an1的区块均以空白记录进行封印,初始数据从组一第二区块an1+1开始进行记录。最佳最极致的方案是,所述的组一第一区块an1即为初始区块a0,初始数据从组一第二区块an1+1开始进行记录。可以减少空白区块的数量,减少运算压力。The hash value of the verification file V is recorded in the first block an2 of the group two. The jump pointer is: from the second block an2, the first block an1, the second block an2 + 1, and the third block an1 during the chain check. +2 jump, then jump from group one third block an1 + 2 back to group two first block an2 in the original chain check order and jump directly to group two third block an2 + 2. The blocks from the initial block a0 to the first block an1 of the group one are sealed with blank records, and the initial data are recorded starting from the second block an1 + 1 of the group one. The best and most extreme solution is that the group one first block an1 is the initial block a0, and the initial data is recorded starting from the group one second block an1 + 1. Can reduce the number of blank blocks and reduce computing pressure.
在发现组一第二区块an1+1出现错误数据时,将记录在组二第一区块an2的跳转指针广播至同一系统下的其他所有节点,其他所有节点在组二第一区块an2中同步进行跳转指针的记录。其中所述的校验文件V可以为记录了对应区块所含数据变化过程的音频文件或视频文件,也可以是该区块所含数据的解密秘钥文件或数字签名证书。When error data is found in the second block an1 + 1 of group one, the jump pointer recorded in the first block an2 of group two is broadcast to all other nodes in the same system, and all other nodes are in the first block of group two. An2 records the jump pointer synchronously. The verification file V may be an audio file or a video file that records a data change process of the corresponding block, or may be a decryption key file or a digital signature certificate of the data contained in the block.
基于上述真实性校验系统的整体结构,可以直接运用到各种商业模式中,下面提供一种商业模式的应用示例。Based on the overall structure of the above-mentioned authenticity verification system, it can be directly applied to various business models. An application example of a business model is provided below.
一企业,例如一鳄鱼产品系列生产链的企业,其生产链至少包括:饲养单元、皮肉加工单元、蛋白酶解单元、肽制品单元、运输单元、销售单元、服务器单元等等,对于其他具有产品系列生产链的企业,可以适应性调整以应用本发明所述的真实性校验系统。An enterprise, such as an crocodile product series production chain, its production chain includes at least: feeding units, flesh processing units, proteolysis units, peptide product units, transportation units, sales units, server units, etc. Enterprises in the production chain can adapt to apply the authenticity check system of the present invention.
将所述的企业中的各个功能单元对应设置一个节点,然后将所有节点设置到同一个区块链系统中进行同步记账。例如在皮肉加工单元将N吨鳄鱼肉输送到蛋白酶解单元的过程中,由于被盗原因,到达蛋白酶解单元时减少了M吨重量。但是在皮肉加工单元进行出货记账的时候就进行了N吨的数量出货,同时通知了所有的节点,在蛋白酶解单元收到了N吨数量入货。由于所有的节点都记录了相同的数据,因此计算机会认为该记录合法并将该N吨货物的进出都记录并对该区块进行了完整的封印。A node is set corresponding to each functional unit in the enterprise, and then all nodes are set to the same blockchain system for synchronous accounting. For example, during the transfer of N tons of crocodile meat to the proteolysis unit by the skin processing unit, the weight of M tons was reduced when the proteolysis unit was reached due to theft. However, when the flesh processing unit performed shipping accounting, it carried out a quantity of N tons, and at the same time notified all nodes, and received a quantity of N tons in the proteolysis unit. Since all nodes have recorded the same data, the computer will consider the record to be legal and record the entry and exit of the N tons of goods and seal the block completely.
由于一般区块的封印时间都比实际的运算时间或其他实物操作的时间要短得多,例如现有的比特币区块链为10分钟封印因此,而实物操作的时间可能是用“日”来做单位,因此数据的真实性校验和区块的封印时间相差非常大。因此通过两组相对独立的区块来完成本发明所述的自我修复功能。Since the seal time of a general block is much shorter than the actual calculation time or other physical operation time, for example, the existing Bitcoin blockchain is sealed for 10 minutes, so the physical operation time may be "day" As a unit, the difference between the authenticity check of the data and the seal time of the block is very large. Therefore, the self-repair function according to the present invention is completed by two sets of relatively independent blocks.
在本实施例中,由于被盗原因而在收货节点的蛋白酶解单元实际数量不足,在运输过程中已经通过现有的其他各种技术手段获取了该运输过程中的校验文件V,例如视频文件或音频文件,通过记录已经完成了校验文件V对该出入货记录的映射关系。经过校验文件V对该出入货的记录校验,可以知道该条记录其实为错误数据,即入货节点不应当记录入货量为N吨。然而该记录对应的区块已经完成了封印无法进行修改,因此系统进行所述的系我修复功能。In this embodiment, the actual number of proteolytic units at the receiving node is insufficient due to the theft. During the transportation process, the verification file V in the transportation process has been obtained through various other existing technical means, such as For video files or audio files, the mapping relationship of the verification file V to the delivery record has been completed by recording. After verifying the records of the incoming and outgoing goods by the verification file V, it can be known that the record is actually incorrect data, that is, the receiving node should not record that the quantity of goods received is N tons. However, the block corresponding to the record has been sealed and cannot be modified. Therefore, the system performs the described repair function.
假设将该条记录所在的区块为组一第二区块an1+1,将组一第二区块an1+1的数据复制到缓冲区块a'上且在复制过程中将所述错误数据同时进行修正并覆盖到缓冲区块a',即将入货节点的蛋白酶解单元的入货数量修正为N-M吨。在组二第一区块an2记录链式校验的跳转指针并在组二第一区块an2完成封印后将缓冲区块a'的数据复制到组二第二区块an2+1,同时将校验文件V与组二第二区块an2+1产生新的映射关系,将校验文件V的Hash值记录在组二第一区块an2;组二第三区块an2+2记录组二第二区块an2+1的Hash值,然后继续将原本要连接组二第一区块an2的数据进行记账。It is assumed that the block where the record is located is a group one second block an1 + 1, and the data of the group one second block an1 + 1 is copied to the buffer block a 'and the error data is copied during the copy process At the same time, the buffer block a 'was corrected and covered, that is, the amount of the proteolysis unit of the receiving node was corrected to NM tons. Record the chain check jump pointer in the first block an2 of group two and copy the data of the buffer block a 'to the second block an2 + 1 of group 2 after the first block an2 of group 2 is sealed. A new mapping relationship is generated between the verification file V and the second block an2 + 1 of the group two, and the hash value of the verification file V is recorded in the first block an2 of the group two; the third block an2 + 2 of the group two records the group The hash value of the second block an2 + 1, and then continue to record the data that was originally to be connected to the first block an2 of group two.
这样就能将过去出现错误的记录重新修正后记录到最新的区块上,基于本发明所述的系统,需要针对性地调整链式数据回溯的方法,工作过程和原理如图2所示。In this way, the records with errors in the past can be re-corrected and recorded on the latest block. Based on the system of the present invention, the method of chain data backtracking needs to be adjusted specifically. The working process and principle are shown in Figure 2.
从初始区块a0开始根据区块序号对进行数据检验,直至检验到组二第一区块an2时,读取记录在组二第一区块an2的跳转指针。根据跳转指针依次从组二第一区块an2、组一第一区块an1、组二第二区块an2+1、组一第三区块an1+2跳转,然后从组一第三区块an1+2按原有的链式校 验顺序回到组二第一区块an2时直接跳转到组二第三区块an2+2。由于整个数据回溯校验的过程都没有违反区块链基本的Hash算法及其记录和校对运算因此完全保持了现有区块链的各种优良功能。也能为企业带来意想不到的应用基础,可以在周期较长的实物操作上应用区块链技术,跳出现有技术中实时交易的限制。Starting from the initial block a0, the data is checked according to the block sequence number, and when the first block an2 of group two is checked, the jump pointer recorded in the first block an2 of group two is read. According to the jump pointer, jump from group two first block an2, group one first block an1, group two second block an2 + 1, group one third block an1 + 2, and then from group one third When the block an1 + 2 returns to the first block an2 of group two in the original chain check sequence, it jumps directly to the third block an2 + 2 of group two. Because the entire data back-check process does not violate the basic hash algorithm of the blockchain and its recording and proofreading operations, it has completely maintained the various excellent functions of the existing blockchain. It can also bring unexpected application foundations for enterprises. Blockchain technology can be applied to physical operations with long periods, and there are restrictions on real-time transactions in the technology.
对于本领域的技术人员来说,可根据以上描述的技术方案以及构思,做出其它各种相应的改变以及形变,而所有的这些改变以及形变都应该属于本发明权利要求的保护范围之内。For those skilled in the art, according to the technical solutions and concepts described above, various other corresponding changes and deformations can be made, and all these changes and deformations should fall within the protection scope of the claims of the present invention.

Claims (7)

  1. 一种基于区块链技术的真实性校验系统,其特征在于,包括:多个由初始区块(a0)开始连续以区块链形式连接的区块、一缓冲区块(a')、以及校验文件(V);其中所述多个连续的区块至少包括连续的组一第一区块(an1)、组一第二区块(an1+1)、组一第三区块(an1+2)组成的组一,以及连续的组二第一区块(an2)、组二第二区块(an2+1)、组二第三区块(an2+2)组成的组二,所述组一的序号(n1)比组二的序号(n2)靠前,且组一内区块与组二内区块不重叠,即满足条件n1+3≤n2;将校验文件(V)与组一第二区块(an1+1)产生映射关系用于校验组一第二区块(an1+1)的真实性;An authenticity verification system based on blockchain technology, which is characterized by comprising: a plurality of blocks continuously connected in the form of a blockchain starting from an initial block (a0), a buffer block (a '), And a verification file (V); wherein the plurality of consecutive blocks includes at least consecutive group-first block (an1), group-second block (an1 + 1), and group-third block ( an1 + 2), and group two consisting of group two first block (an2), group two second block (an2 + 1), and group two third block (an2 + 2). The sequence number (n1) of group one is higher than the sequence number (n2) of group two, and the blocks in group one and the blocks in group two do not overlap, that is, the condition n1 + 3≤n2 is satisfied; the verification file (V ) Generates a mapping relationship with the group one second block (an1 + 1) for checking the authenticity of the group one second block (an1 + 1);
    当校验文件(V)校验出组一第二区块(an1+1)含有错误数据时,将组一第二区块(an1+1)的数据复制到缓冲区块(a')上且在复制过程中将所述错误数据同时进行修正并覆盖到缓冲区块(a');在组二第一区块(an2)记录链式校验的跳转指针并在组二第一区块(an2)完成封印后将缓冲区块(a')的数据复制到组二第二区块(an2+1),同时将校验文件(V)与组二第二区块(an2+1)产生新的映射关系;组二第三区块(an2+2)记录组二第二区块(an2+1)的Hash值,然后继续将原本要连接组二第一区块(an2)的数据进行记账。When the verification file (V) verifies that the group one second block (an1 + 1) contains incorrect data, the data of the group one second block (an1 + 1) is copied to the buffer block (a ') And during the copying process, the erroneous data is simultaneously corrected and overwritten to the buffer block (a '); the jump pointer of the chain check is recorded in the first block (an2) of group two and the first area of group two is recorded After the block (an2) is sealed, the data of the buffer block (a ') is copied to the second block (an2 + 1) of the group two, and the check file (V) and the second block (an2 + 1) of the group ) Generates a new mapping relationship; the third block (an2 + 2) of group two records the hash value of the second block (an2 + 1) of group two, and then continues to connect the first block (an2) of group two Data is recorded.
  2. 根据权利要求1所述基于区块链技术的真实性校验系统,其特征在于,将校验文件(V)的Hash值记录在组二第一区块(an2)。可以使校验文件(V)的放篡改性和可追溯性得到整个系统的合法认定。The authenticity verification system based on the blockchain technology according to claim 1, characterized in that the hash value of the verification file (V) is recorded in the first block (an2) of the group two. The tamper-resistant modification and traceability of the verification file (V) can be legally recognized by the entire system.
  3. 根据权利要求1所述基于区块链技术的真实性校验系统,其特征在于,所述的跳转指针为:在进行链式校验时依次从组二第一区块(an2)、组一第一区块(an1)、组二第二区块(an2+1)、组一第三区块(an1+2) 跳转,然后从组一第三区块(an1+2)按原有的链式校验顺序回到组二第一区块(an2)时直接跳转到组二第三区块(an2+2)。The authenticity verification system based on the blockchain technology according to claim 1, wherein the jump pointer is: from the second block (an2), the first block (an2), A first block (an1), group two second block (an2 + 1), group one third block (an1 + 2) jump, and then from group one third block (an1 + 2) Some chain check sequences return to the first block (an2) of group two and jump directly to the third block (an2 + 2) of group two.
  4. 根据权利要求3所述基于区块链技术的真实性校验系统,其特征在于,将初始区块(a0)连续至组一第一区块(an1)的区块均以空白记录进行封印,初始数据从组一第二区块(an1+1)开始进行记录。The authenticity verification system based on the blockchain technology according to claim 3, characterized in that the blocks from the initial block (a0) to the first block (an1) of the group one are all sealed with blank records, Initial data is recorded from the second block (an1 + 1) of group one.
  5. 根据权利要求4所述基于区块链技术的真实性校验系统,其特征在于,所述的组一第一区块(an1)即为初始区块(a0),初始数据从组一第二区块(an1+1)开始进行记录。The authenticity verification system based on the blockchain technology according to claim 4, characterized in that the first block (an1) of the group one is the initial block (a0), and the initial data Block (an1 + 1) starts recording.
  6. 根据权利要求1所述基于区块链技术的真实性校验系统,其特征在于,在发现组一第二区块(an1+1)出现错误数据时,将记录在组二第一区块(an2)的跳转指针广播至同一系统下的其他所有节点,其他所有节点在组二第一区块(an2)中同步进行跳转指针的记录。The authenticity verification system based on the blockchain technology according to claim 1, characterized in that when incorrect data is found in the second block (an1 + 1) of the group one, it is recorded in the first block of the group two ( an2) The jump pointer is broadcast to all other nodes in the same system, and all other nodes synchronize the recording of the jump pointer in the first block (an2) of group two.
  7. 根据权利要求1所述基于区块链技术的真实性校验系统,其特征在于,所述的校验文件(V)为音频文件或视频文件,所述的视频文件记录了对应区块所含数据的变化过程。The authenticity verification system based on the blockchain technology according to claim 1, wherein the verification file (V) is an audio file or a video file, and the video file records the content contained in the corresponding block The process of data change.
PCT/CN2018/091019 2018-06-13 2018-06-13 Block chain technology-based authenticity check system WO2019237275A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2018/091019 WO2019237275A1 (en) 2018-06-13 2018-06-13 Block chain technology-based authenticity check system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2018/091019 WO2019237275A1 (en) 2018-06-13 2018-06-13 Block chain technology-based authenticity check system

Publications (1)

Publication Number Publication Date
WO2019237275A1 true WO2019237275A1 (en) 2019-12-19

Family

ID=68842434

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/091019 WO2019237275A1 (en) 2018-06-13 2018-06-13 Block chain technology-based authenticity check system

Country Status (1)

Country Link
WO (1) WO2019237275A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106850802A (en) * 2017-02-04 2017-06-13 先锋支付有限公司 A kind of block chain generation method, distributed node and block chain network
US9774578B1 (en) * 2016-05-23 2017-09-26 Accenture Global Solutions Limited Distributed key secret for rewritable blockchain
CN107277781A (en) * 2017-05-03 2017-10-20 上海点融信息科技有限责任公司 Block chain multicast network, block chain equipment and its communication means under mobile broadband network
CN107423163A (en) * 2017-03-24 2017-12-01 北京瑞卓喜投科技发展有限公司 The corrigenda method and system of the block chain of overall serial increase block

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9774578B1 (en) * 2016-05-23 2017-09-26 Accenture Global Solutions Limited Distributed key secret for rewritable blockchain
CN106850802A (en) * 2017-02-04 2017-06-13 先锋支付有限公司 A kind of block chain generation method, distributed node and block chain network
CN107423163A (en) * 2017-03-24 2017-12-01 北京瑞卓喜投科技发展有限公司 The corrigenda method and system of the block chain of overall serial increase block
CN107277781A (en) * 2017-05-03 2017-10-20 上海点融信息科技有限责任公司 Block chain multicast network, block chain equipment and its communication means under mobile broadband network

Similar Documents

Publication Publication Date Title
CN110121727B (en) Method and system for providing authenticated, auditable and immutable input for intelligent contracts
CN108833081B (en) Block chain-based equipment networking authentication method
CN107577427B (en) data migration method, device and storage medium for blockchain system
US11539527B2 (en) Peer node recovery via approximate hash verification
CN110647582B (en) Method, device, storage medium and computer equipment for block chain network consensus verification
US20230046965A1 (en) Reduced-step blockchain verification of media file
US20220292214A1 (en) Blockchain endorsement with approximate hash verification
US11016962B2 (en) Blockchain data storage based on shared nodes and error correction code
US20200186361A1 (en) Method and system for registering digital documents
KR20210003234A (en) Maintaining blocks of a blockchain in a segmented blockchain network
US20230018190A1 (en) Approximate hash verification of unused blockchain output
US20210099283A1 (en) Pruning entries in tamper-evident data stores
US20200382280A1 (en) Committing data to blockchain based on approximate hash verification
US20210049715A1 (en) Blockchain-based data procesing method, apparatus, and electronic device
US20210232453A1 (en) Indexing and recovering encoded blockchain data
US20200382309A1 (en) Approximate hash verification for blockchain
US11095434B2 (en) Shared blockchain data storage based on error correction code
CN109493048B (en) Financial accounting method, device, equipment and storage medium based on block chain
US20210034460A1 (en) Shared blockchain data storage based on error correction code
US20230086819A1 (en) Upstream visibility in supply-chain
CN113362068B (en) Method for verifying block chain state transfer by light node
CN110176998A (en) A kind of common recognition method, apparatus, equipment and the storage medium of proof of work
JP2023530594A (en) Permitted Event Processing in Distributed Databases
WO2019237275A1 (en) Block chain technology-based authenticity check system
US20230096163A1 (en) Accelerated invoicing using predictive freight events

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18922356

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 23.04.2021)

122 Ep: pct application non-entry in european phase

Ref document number: 18922356

Country of ref document: EP

Kind code of ref document: A1