CN111327699B - Double-leader heartbeat weighting source tracing consensus method - Google Patents

Double-leader heartbeat weighting source tracing consensus method Download PDF

Info

Publication number
CN111327699B
CN111327699B CN202010118799.XA CN202010118799A CN111327699B CN 111327699 B CN111327699 B CN 111327699B CN 202010118799 A CN202010118799 A CN 202010118799A CN 111327699 B CN111327699 B CN 111327699B
Authority
CN
China
Prior art keywords
node
consensus
follower
leader node
leader
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN202010118799.XA
Other languages
Chinese (zh)
Other versions
CN111327699A (en
Inventor
孙延风
马德印
时小虎
王立
张栋頔
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jilin Qiaowang Intelligent Technology Co ltd
Jilin University
Original Assignee
Jilin Qiaowang Intelligent Technology Co ltd
Jilin University
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 Jilin Qiaowang Intelligent Technology Co ltd, Jilin University filed Critical Jilin Qiaowang Intelligent Technology Co ltd
Priority to CN202010118799.XA priority Critical patent/CN111327699B/en
Publication of CN111327699A publication Critical patent/CN111327699A/en
Application granted granted Critical
Publication of CN111327699B publication Critical patent/CN111327699B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/143Termination or inactivation of sessions, e.g. event-controlled end of session
    • H04L67/145Termination or inactivation of sessions, e.g. event-controlled end of session avoiding end of session, e.g. keep-alive, heartbeats, resumption message or wake-up for inactive or interrupted session
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/12Applying verification of the received information
    • H04L63/126Applying verification of the received information the source of the received data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • H04L9/3236Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using cryptographic hash functions
    • H04L9/3239Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using cryptographic hash functions involving non-keyed hash functions, e.g. modification detection codes [MDCs], MD5, SHA or RIPEMD
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/50Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using hash chains, e.g. blockchains or hash trees

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Health & Medical Sciences (AREA)
  • Cardiology (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Hardware Redundancy (AREA)

Abstract

The invention discloses a heartbeat weighting and source tracing consensus method for double leaders, which belongs to the technical field of block chain consensus and adopts a mode of combining a main chain and sub-chains, wherein different sub-chains correspond to different tracing stages, each sub-chain adopts a consensus method with different weighting coefficients, and the main chain integrates block information in the sub-chains in sequence to form a complete block chain in the tracing process. The method realizes the purposes of reducing election cost, keeping long-connection communication, highlighting the difference influence degree of each condition attribute on the decision attribute and the like by introducing double leaders, a heartbeat mechanism, weighting consensus and the like, improves the characteristics of non-tampering and traceability of the block chain, solves the most important trust problem in traceability and improves the public trust. The invention provides a new solution, which improves the common recognition efficiency and enhances the reliability of tracing by the fault tolerance rate of the tracing system.

Description

Double-leader heartbeat weighting source tracing consensus method
Technical Field
The invention relates to the technical field of block chain consensus, in particular to a heartbeat weighting and source tracing consensus method for double leaders.
Background
The blockchain originally enters the visual field of people as the underlying technology of bitcoin, and is gradually accepted by people due to good distributed storage, point-to-point transmission mechanism, data traceability and data tamper resistance. As the technology of the blockchain is mature, the application scenarios thereof are expanded, and the era of the blockchain 3.0 has been met. The consensus algorithm is an algorithm protocol for coordinating the consistency of all data in the whole network, and is a core problem in the block chain technology, and currently, several mainstream consensus algorithms include: the POW workload certification algorithm is mainly applied to an algorithm for generating bitcoin, achieves consensus and obtains reward at the cost of computing power, requires a node to obtain a value through the operation of double SHA256Hash, and causes great waste on computing power and energy of a computer; the POS right-of-stock proving algorithm has the basic idea that the more the node which has the most right-of-stock and obtains the accounting right is excited, and has the advantages of not wasting the calculation power compared with the POW algorithm, but has no way of ensuring the fair share distribution.
Meanwhile, most of the existing tracing technologies have the defects of incomplete tracing information, low persuasion and the like.
Disclosure of Invention
Aiming at the problems in the prior art, the invention aims to provide a double-leader heartbeat weighting and source tracing consensus method, which is suitable for a source tracing scene, reduces election cost, improves consensus efficiency and improves source tracing fault tolerance rate.
In order to achieve the purpose, the invention adopts the following technical scheme: a heartbeat weighting and source tracing consensus method for a dual-leader is characterized in that the consensus method adopts a mode that a main chain and sub-chains are combined, the main chain integrates sub-chain block information in sequence to form a complete block chain in a source tracing process, different sub-chains correspond to different stages of the source tracing, each sub-chain adopts different weighting coefficients, and the specific consensus process is as follows:
(1) determining the identity of a dual-leader heartbeat weighted tracing consensus node, wherein the dual-leader heartbeat weighted tracing consensus node comprises a main leader node, a backup leader node and a follower node, and the main leader node is used for communicating with the follower node and generating a block; the backup leader node synchronizes the data of the previously active main leader node; when the fact that a previously active main leader node stops service is determined, the backup leader node serves as the currently active main leader node and serves according to data synchronized with the previously active main leader node; the follower node is used for communicating with the main leader node and feeding back the current state of the follower node to the main leader node according to the request of the main leader node;
(2) the master leader node randomly sends a message to the follower nodes to request the follower nodes to reply the current corresponding states, and the follower nodes respond to the request and feed back the current states to the master leader node according to the request;
the master leader node and the follower nodes keep long-connection communication through a heartbeat mechanism;
(3) the master leader node performs weighted consensus according to the state fed back by the follower node;
(4) generating a block by the main leader node after the block is identified and writing the block into the sub-chain block;
and (4) repeating the consensus process from the step (1) to the step (4) until all the sub-chains in the main chain are traversed, and completing the heartbeat weighted tracing consensus of the double leaders.
As a preferred technical solution of the present invention, the determining process of the master leader node and the backup leader node is as follows: the method comprises the steps of electing a main leader node and a backup leader node through competition, specifically, electing two nodes as current active leader nodes among a plurality of competitors in a mortgage mode, wherein a competitor with a first mortgage share rank is the main leader node, and a competitor with a second mortgage share rank is the backup leader node.
Further, in the step (2), in a block generation period, the master leader node randomly sends a request to the follower node by sending a request packet, the follower node is required to reply to the current state, after receiving the request, the follower node feeds back the current state of the follower node to the master leader node within a specified time, and the default of the unrevealed state is an error state.
Further, the weighting consensus process in the step (3) is as follows: and giving a corresponding weight to each follower node according to the importance degree of the follower node, then performing weighted summation on the self weight of all the follower nodes and the feedback state, and passing consensus if the self weight is more than or equal to a preset consensus threshold value.
The weighted consensus process satisfies the following relationship:
Figure BDA0002392310760000021
Figure BDA0002392310760000022
wherein: s is a weighted sum function, wiWeight given to the importance level of the i-th follower node1+w2+w3+…+wi+…+wn=1,xiRepresenting the status information fed back by the ith follower node, the numeral 1 represents the correct feedback status, the numeral 0 represents the incorrect feedback status, xiThe feedback state is judged according to a preset standard, if the feedback is correct, the feedback is represented by a number 1, if the feedback is incorrect or not, the feedback is represented by 0, and the specific judgment standard is divided into the following two conditions according to the difference of follower nodes: firstly, according to the standard of the reference range, if the feedback state is contained in the reference range, the feedback is determined to be correct and is represented by 1; and secondly, according to the feedback information as a standard, if the feedback information is normally fed back, the feedback information is correct and is represented by 1, and if the feedback information is not fed back, the feedback information is represented by 0.
Through the design scheme, the invention can bring the following beneficial effects: the double-leader heartbeat weighting traceability consensus method provided by the invention is suitable for traceability scenes, reduces election cost, improves consensus efficiency and improves traceability fault-tolerant rate. The traceability consensus method is applied to a product traceability system framework, a product traceability system can be defined according to actual production and sales processes of products, a mode that a main chain and sub-chains are combined is adopted in the traceability process, the main chain integrates sub-chain block information in sequence to form a complete block chain of the traceability process, the whole process is maintained, the safety of the whole process is protected, different sub-chains correspond to different stages of traceability, and each sub-chain adopts the consensus method with different weighting coefficients, so that the efficiency is improved.
Drawings
Fig. 1 is a schematic diagram illustrating a working principle of a dual-leader heartbeat-weighted tracing consensus method based on an agricultural product tracing system in the embodiment of the present invention.
Fig. 2 is a schematic view of the working principle of the planting stage consensus method in the agricultural product traceability process according to the embodiment of the present invention.
Detailed Description
The invention provides a heartbeat weighting and tracing consensus method for a dual-leader, which adopts a mode of combining a main chain and sub-chains, wherein the main chain integrates sub-chain block information in sequence to form a complete block chain in a tracing process, different sub-chains correspond to different stages of tracing, each sub-chain adopts different weighting coefficients, and the specific consensus process is as follows:
(1) determining the identity of a dual-leader heartbeat weighted tracing consensus node, wherein the dual-leader heartbeat weighted tracing consensus node comprises a main leader node, a backup leader node and a follower node, and the main leader node is used for communicating with the follower node and generating a block; the backup leader node synchronizes the data of the previously active main leader node; when the fact that a previously active main leader node stops service is determined, the backup leader node serves as the currently active main leader node and serves according to data synchronized with the previously active main leader node; the follower node is used for communicating with the main leader node and feeding back the current state of the follower node to the main leader node according to the request of the main leader node;
the determination process of the main leader node and the backup leader node is as follows: election a main leader node and a backup leader node through competition, specifically, election two of the main leader node and the backup leader node as current active leaders among a plurality of competitors in a mortgage mode, wherein a competitor with a first mortgage share rank is the main leader node, and a competitor with a second mortgage share rank is the backup leader node; if the main leader node fails, the backup leader node is used as the current active main leader node, and then a new backup leader node is generated by election;
the method adopts a mode of backing up the leader node, reduces the cost and time generated by frequently electing the leader node in the block chain, and greatly increases the fault tolerance rate in the system operation process;
(2) the method comprises the steps that a main leader node randomly sends a message to follower nodes in the current block generation period to request the follower nodes to reply the current corresponding states of the follower nodes, the follower nodes in different scenes are different, the main leader node and the follower nodes in different scenes keep long connection and communication through heartbeat, the follower nodes can feed back the corresponding states of the main leader node according to the current real situation after receiving the request of the main leader node, all data are not manually input and transmitted in the period, the most important reality of the data is kept, and the reliability of tracing is improved;
further, the main leader node and the follower nodes keep long connection communication through a heartbeat mechanism, the main leader node randomly sends a request to the follower nodes in a request packet sending mode in the current block generation period to request the follower nodes to reply to the current state, the follower nodes feed the current state of the follower nodes back to the main leader node within a specified time after receiving the request, and the default of the unrevealed state is an error state;
(3) the main leader node carries out weighting consensus according to the state fed back by the follower node, in the actual situation, the influence degrees of each condition attribute on the decision attribute are different, and the weight advantage relation is more consistent with the actual situation, so the invention introduces the weight. If the n follower nodes are independent, the weighted consensus algorithm is as follows:
Figure BDA0002392310760000041
Figure BDA0002392310760000042
wherein: s is a weighted sum function, wiWeight given to the importance level of the i-th follower node1+w2+w3+…+wi+…+wn=1,xiRepresenting the status information fed back by the ith follower node, the numeral 1 represents the correct feedback status, the numeral 0 represents the incorrect feedback status, xiThe feedback state is judged according to a preset standard, a correct feedback is represented by a numeral 1, an error feedback or non-feedback is represented by 0, and specific judgment standards can be divided into the following two cases: firstly, according to the standard of the reference range, if the feedback state is contained in the reference range, the feedback is determined to be correct, for example, if the reference temperature range is 20-30 ℃, the feedback temperature value is 25 ℃, the feedback is determined to be correct, and the feedback is represented by 1; secondly, according to the information which can be fed back or not as the standard, if the feedback is normal, the feedback is correct, and is represented by 1, and if the feedback is not performed, the feedback is represented by 0;
(4) when the weighted sum is greater than or equal to the consensus threshold value, that is, f(s) is 1, the consensus passes, and after the consensus, a block is generated by the master leader node in the current stage, and is written into the child chain.
And (4) repeating the consensus process from the step (1) to the step (4) until all the sub-chains in the main chain are traversed, and completing the heartbeat weighted tracing consensus of the double leaders.
In the tracing consensus method, the communication and long connection are kept between the main leader node and the follower node in a mode of sending the request packet, wherein the request packet has two forms, when the request packet is empty, the request packet is used as a heartbeat to ensure the connection effectiveness, and when the request packet is not empty, the request packet specifically feeds back the current state to the follower node.
The tracing method can be used for producing and selling the products according to the actual production flow, the stage scenes are not fixed, and each stage has a strict progressive relation. The main chain integrates the subchain block information in sequence to form a complete block chain in the tracing process, the whole process is maintained, the safety of the whole process is protected, and the subchain selects a proper consensus mechanism according to an application scene, so that the efficiency is improved. The complete information of the data is stored in the local database and is not stored in the block chain, so that the block capacity is reduced.
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail below with reference to specific embodiments and fig. 1 and 2.
A double-leader heartbeat weighting traceability consensus method takes a planting stage subchain consensus algorithm in an agricultural product traceability system covering planting, processing, transporting and selling stages as an example to describe the implementation process of the consensus method. The method comprises the following specific steps:
(1) the election leader: selecting two competitors among a plurality of competitors as current active leaders in a mortgage mode, wherein the competitor with the first mortgage share rank is a main leader node and is responsible for system operation, and the competitor with the second mortgage share rank is a backup leader node and is responsible for backing up the content of the main leader node; if the main leader node fails at a certain moment, starting a backup leader node immediately as a current new main leader node, and then electing to generate a new backup leader node;
(2) the master leader node randomly selects a sending time point to send messages to all the follower nodes in the current block generation period, requests the follower nodes to reply the current state, and the follower nodes respond to the request and feed back the current state according to the request. In the example, the number of follower nodes is five, and the five follower nodes respectively represent soil temperature, soil moisture, air humidity, air temperature and illumination intensity which are depended on by the growth of the agricultural product in the agricultural product planting stage;
(3) the master leader node carries out weighted consensus according to the reply message state, and the reply state of the ith follower node is recorded as xiIf the ith follower node returns to the state and is correct within the specified time, let xiIf not, let xi0. In this example, the follower nodes are given a weight w according to their importance in the growth of the agricultural product1、w2、w3、w4And w50.25, 0.35, 0.05, 0.10 and 0.25 respectively, the preset consensus threshold lambda of the invention is 0.8, and x is obtained according to the actual feedback situation of the follower node1、x2、x3、x4And x51, 0 and 1 respectively, and finally the master leader node is connectedComparing the over-weighted sum with a consensus threshold value to perform weighted consensus;
(4) the main leader node is responsible for generating blocks to write in the sub-chains after the consensus, the sub-chain consensus process in other traceability stages, such as the processing, transportation and sale stages, is similar to the steps, the main chain integrates sub-chain block information in sequence to form a complete block chain in the traceability process, the whole process is maintained, and the safety of the whole process is protected.
The invention discloses a heartbeat weighting traceability consensus method for double leaders, which solves the most important trust problem in traceability and improves the public trust by utilizing the characteristics that a block chain is not falsifiable and traceable. Aiming at the defects of incomplete traceability information, poor persuasion and the like of most of the prior traceability technologies, the invention provides a new solution, a mode of combining a main chain and sub-chains is adopted, different sub-chains correspond to different traceability stages, each sub-chain uses a consensus algorithm with different weighting coefficients, and the main chain integrates block information in the sub-chains in sequence to form a complete block chain in the traceability process. The method realizes the purposes of reducing election cost, keeping long-connection communication, highlighting the difference influence degree of each condition attribute on the decision attribute and the like by introducing double leaders, heartbeats, weighting and the like, improves the fault tolerance rate of the traceability system, improves the consensus efficiency and enhances the reliability of traceability.
The above list is only one specific embodiment of the present invention, and any directly derived modifications from the present invention shall be considered as the protection scope of the present invention.

Claims (3)

1. A heartbeat weighting and source tracing consensus method for a dual-leader is characterized in that the consensus method adopts a mode that a main chain and sub-chains are combined, the main chain integrates sub-chain block information in sequence to form a complete block chain in a source tracing process, different sub-chains correspond to different stages of the source tracing, each sub-chain adopts different weighting coefficients, and the specific consensus process is as follows:
(1) determining the identity of a dual-leader heartbeat weighted tracing consensus node, wherein the dual-leader heartbeat weighted tracing consensus node comprises a main leader node, a backup leader node and a follower node, and the main leader node is used for communicating with the follower node and generating a block; the backup leader node synchronizes the data of the previously active main leader node; when the fact that a previously active main leader node stops service is determined, the backup leader node serves as the currently active main leader node and serves according to data synchronized with the previously active main leader node; the follower node is used for communicating with the main leader node and feeding back the current state of the follower node to the main leader node according to the request of the main leader node;
(2) the master leader node randomly sends a message to the follower nodes to request the follower nodes to reply the current corresponding states, and the follower nodes respond to the request and feed back the current states to the master leader node according to the request;
the master leader node and the follower nodes keep long-connection communication through a heartbeat mechanism;
(3) the master leader node performs weighted consensus according to the state fed back by the follower node;
(4) generating a block by the main leader node after the block is identified and writing the block into the sub-chain block;
repeating the consensus process from the step (1) to the step (4) until all the sub-chains in the main chain are traversed, and completing the heartbeat weighting and source tracing consensus of the double leaders;
the determination process of the main leader node and the backup leader node is as follows: election a main leader node and a backup leader node through competition, specifically, election two nodes as current active leader nodes among a plurality of competitors in a mortgage mode, wherein a competitor with a first mortgage share rank is the main leader node, and a competitor with a second mortgage share rank is the backup leader node;
the weighting consensus process in the step (3) is as follows: and giving a corresponding weight to each follower node according to the importance degree of the follower node, then performing weighted summation on the self weight of all the follower nodes and the feedback state, and passing consensus if the self weight is more than or equal to a preset consensus threshold value.
2. The dual-leader heartbeat-weighted tracing consensus method as claimed in claim 1, wherein: in the step (2), in a block generation period, the master leader node randomly sends a request to the follower node by sending a request packet, the follower node is required to reply the current state, after receiving the request, the follower node feeds back the current state of the follower node to the master leader node within a specified time, and the default of the unrevealed state is an error state.
3. The dual-leader heartbeat-weighted tracing consensus method as claimed in claim 1, wherein: the weighted consensus process satisfies the following relationship:
Figure FDA0003055434670000021
Figure FDA0003055434670000022
wherein: s is a weighted sum function, wiWeight given to the importance level of the i-th follower node1+w2+w3+…+wi+…+wn=1,xiRepresenting the status information fed back by the ith follower node, the numeral 1 represents the correct feedback status, the numeral 0 represents the incorrect feedback status, xiThe feedback state is judged according to a preset standard, if the feedback is correct, the feedback is represented by a number 1, if the feedback is incorrect or not, the feedback is represented by 0, and the specific judgment standard is divided into the following two conditions according to the difference of follower nodes: firstly, according to the standard of the reference range, if the feedback state is contained in the reference range, the feedback is determined to be correct and is represented by 1; and secondly, according to the feedback information as a standard, if the feedback information is normally fed back, the feedback information is correct and is represented by 1, and if the feedback information is not fed back, the feedback information is represented by 0.
CN202010118799.XA 2020-02-26 2020-02-26 Double-leader heartbeat weighting source tracing consensus method Active CN111327699B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010118799.XA CN111327699B (en) 2020-02-26 2020-02-26 Double-leader heartbeat weighting source tracing consensus method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010118799.XA CN111327699B (en) 2020-02-26 2020-02-26 Double-leader heartbeat weighting source tracing consensus method

Publications (2)

Publication Number Publication Date
CN111327699A CN111327699A (en) 2020-06-23
CN111327699B true CN111327699B (en) 2021-07-09

Family

ID=71171115

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010118799.XA Active CN111327699B (en) 2020-02-26 2020-02-26 Double-leader heartbeat weighting source tracing consensus method

Country Status (1)

Country Link
CN (1) CN111327699B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108764945A (en) * 2018-06-05 2018-11-06 武汉天喻信息产业股份有限公司 A kind of automobile SC system and method based on block chain technology
WO2018223042A1 (en) * 2017-06-01 2018-12-06 Schvey, Inc. d/b/a/ Axoni Distributed privately subspaced blockchain data structures with secure access restriction management
CN108989391A (en) * 2018-06-19 2018-12-11 北京百悟科技有限公司 A kind of method and device of consistency treatment
CN109525636A (en) * 2018-10-12 2019-03-26 上海保险交易所股份有限公司 Block chain common recognition method based on Raft algorithm
CN109683477A (en) * 2018-12-12 2019-04-26 中国地质大学(武汉) A kind of design method and system of random multi-agent system finite-time control device
CN109885264A (en) * 2019-04-16 2019-06-14 北京艾摩瑞策科技有限公司 A kind of the logic sharding method and its system of block chain node
CN110569675A (en) * 2019-09-18 2019-12-13 上海海事大学 Multi-Agent transaction information protection method based on block chain technology

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11281644B2 (en) * 2017-07-28 2022-03-22 Hitachi, Ltd. Blockchain logging of data from multiple systems
US10938662B2 (en) * 2018-07-17 2021-03-02 Software Ag System and/or method for maintaining highly-available, consistent, partition-tolerant clusters using client voters
CN110689471A (en) * 2019-09-30 2020-01-14 浙江水利水电学院 Water resource monitoring system and method based on block chain

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018223042A1 (en) * 2017-06-01 2018-12-06 Schvey, Inc. d/b/a/ Axoni Distributed privately subspaced blockchain data structures with secure access restriction management
CN108764945A (en) * 2018-06-05 2018-11-06 武汉天喻信息产业股份有限公司 A kind of automobile SC system and method based on block chain technology
CN108989391A (en) * 2018-06-19 2018-12-11 北京百悟科技有限公司 A kind of method and device of consistency treatment
CN109525636A (en) * 2018-10-12 2019-03-26 上海保险交易所股份有限公司 Block chain common recognition method based on Raft algorithm
CN109683477A (en) * 2018-12-12 2019-04-26 中国地质大学(武汉) A kind of design method and system of random multi-agent system finite-time control device
CN109885264A (en) * 2019-04-16 2019-06-14 北京艾摩瑞策科技有限公司 A kind of the logic sharding method and its system of block chain node
CN110569675A (en) * 2019-09-18 2019-12-13 上海海事大学 Multi-Agent transaction information protection method based on block chain technology

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
供应链的可信溯源查询在区块链上的实现;郭珊珊;《中国优秀硕士学位论文全文数据库 经济与管理科学辑》;20180115;全文 *

Also Published As

Publication number Publication date
CN111327699A (en) 2020-06-23

Similar Documents

Publication Publication Date Title
CN111241114B (en) Intelligent service transaction block chain credit management method and system combining transaction and consensus
CN109684519B (en) Decentralized chip research and development transaction data storage method and system based on block chain
CN109670333B (en) A kind of decentralization chip research and development transaction data storage method and system
CN110636113A (en) Byzantine fault-tolerant consensus method, system, device and storage medium for blockchains
CN115665170B (en) Block chain consensus method based on reputation and node compression mechanism
CN114186694A (en) Efficient, safe and low-communication longitudinal federal learning method
CN114663104A (en) PBFT based on block chain product supply chain tracing
CN114462624A (en) Method for developing credible federal learning based on block chain
CN114938292A (en) Node reliability-based multi-level optimization PBFT consensus method
CN111327699B (en) Double-leader heartbeat weighting source tracing consensus method
CN111526188A (en) System and method for ensuring zero data loss based on Spark Streaming in combination with Kafka
CN113298668B (en) Mobile crowd-sourcing aware user large-scale rapid recruitment method considering social network
Shi et al. Neural stochastic agent-based limit order book simulation: A hybrid methodology
CN114629654A (en) Trust management mechanism-oriented double-chain block chain and consensus method thereof
Hoff et al. The transition process in post-communist societies: towards a political economy of property rights
CN116383869A (en) Agricultural product supply chain credible traceability model based on PBFT consensus mechanism and implementation method
CN116015672A (en) PBFT consensus mechanism based on reputation model
CN114580661A (en) Data processing method and device based on federal learning and computer equipment
CN114529376A (en) Energy exchange data processing method and device, computer equipment and storage medium
CN110928674B (en) Method for realizing block chain consensus mechanism
CN114238492A (en) Non-trusted node cooperation system and method based on block chain
CN112104719A (en) Data processing method and device based on block chain network and storage medium
Ejima et al. Concept of keystone species in web systems: Identifying small yet influential online bulletin board threads
Krause Learning and herding using case-based decisions with local interactions
CN114466042A (en) Consensus method applied to agricultural product supply chain scene

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant