CN109542602B - Block chain-based distributed task processing method, device and system - Google Patents

Block chain-based distributed task processing method, device and system Download PDF

Info

Publication number
CN109542602B
CN109542602B CN201811385912.XA CN201811385912A CN109542602B CN 109542602 B CN109542602 B CN 109542602B CN 201811385912 A CN201811385912 A CN 201811385912A CN 109542602 B CN109542602 B CN 109542602B
Authority
CN
China
Prior art keywords
task
information
report
executed
block chain
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
CN201811385912.XA
Other languages
Chinese (zh)
Other versions
CN109542602A (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.)
Suzhou Lang run innovation intellectual property operation Co.,Ltd.
Original Assignee
Suzhou Lang Run Innovation Intellectual Property Operation Co ltd
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 Suzhou Lang Run Innovation Intellectual Property Operation Co ltd filed Critical Suzhou Lang Run Innovation Intellectual Property Operation Co ltd
Priority to CN201811385912.XA priority Critical patent/CN109542602B/en
Publication of CN109542602A publication Critical patent/CN109542602A/en
Application granted granted Critical
Publication of CN109542602B publication Critical patent/CN109542602B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a distributed task processing method, a device and a system based on a block chain, wherein the method comprises the following steps: acquiring a task to be issued uploaded to a task issuing block chain node by a task issuer, generating task information according to the task to be issued, and issuing the task information to a block chain for distributed execution of the block chain node to acquire the task information; and generating a comprehensive report according to each task execution report acquired from the block chain, wherein the task execution report is generated by acquiring the information of the task to be executed from the task information for the distributed execution block chain node, executing the corresponding task to be executed according to the information of the task to be executed, generating and sending the task to the block chain. Therefore, the task issuing and the task acquisition are completed in the block chain, decentralized distributed processing of the tasks is achieved, the efficiency and the safety of the task issuing and executing are improved, the behaviors of all the tasks are stored and analyzed through the block chain to generate a comprehensive report, and the process from the whole task issuing to the task executing is monitored.

Description

Block chain-based distributed task processing method, device and system
Technical Field
The invention relates to the technical field of computers, in particular to a distributed task processing method, device and system based on a block chain.
Background
Most of the existing task assignment methods rely on task centers such as a processor to perform allocation or need to perform single-point task assignment by means of a communication tool, the processing capacity of the task centers such as the processor can affect the task assignment efficiency, the traditional task assignment methods are difficult to trace in the task assignment history, and the task assignment process has the risk of task loss, so that the task assignment reliability is reduced, and the safe assignment and safe execution of the task cannot be guaranteed.
Disclosure of Invention
The embodiment of the invention provides a distributed task processing method, a device and a system based on a block chain, which aim to solve the problems that a task assignment method in the prior art depends on the distribution of a task center, the distribution efficiency and the safety of tasks are low, the execution condition of the tasks cannot be monitored, and the like.
The embodiment of the invention provides a distributed task processing method based on a block chain, which comprises the following steps: acquiring a task to be issued uploaded to a task issuing block chain node by a task issuer, generating task information according to the task to be issued, and issuing the task information to a block chain for a distributed execution block chain node to acquire the task information; and generating a comprehensive report according to each task execution report acquired from the block chain, wherein the task execution report is generated by acquiring task information to be executed from the task information by the distributed execution block chain node, executing a corresponding task to be executed according to the task information to be executed, and transmitting the task to be executed to the block chain.
Optionally, the acquiring a task to be published uploaded to a task publishing block chain node by a task publisher, and generating task information according to the task to be published includes: generating an information abstract by adopting a digital abstract algorithm according to the task to be issued on the task issuing block chain node; acquiring a private key of the task publisher, and signing the information abstract by using the private key to generate an information signature value; generating the task information according to the task to be issued, the information abstract and the information signature value,
optionally, the obtaining information of the task to be executed from the task information, and executing the corresponding task to be executed according to the information of the task to be executed to generate a task execution report includes: step S21: acquiring a task list in the task information to be executed according to a preset screening condition; step S22: judging whether the task list is empty or not; step S23: when the task list is not empty, the tasks to be executed are obtained from the task list according to the list sequence; step S24: and executing the task to be executed and generating the task execution report.
Optionally, after the step S23 is executed and before the step S24 is executed, the method for processing distributed tasks based on blockchains further includes: step S25: judging whether the task to be executed needs to be checked or not according to a preset task checking requirement; step S26: when the task to be executed needs to be checked, acquiring a public key of the task publisher, and performing information check on the task to be executed according to the public key and the task information corresponding to the task to be executed to generate an information check result; when the information verification result is verification pass, step S24 is performed.
Optionally, the block chain-based distributed task processing method further includes: when the task to be executed does not need verification, step S24 is executed.
Optionally, the block chain-based distributed task processing method further includes: step S27: when the information verification result is that the verification is failed, judging whether the task to be executed is the last task in the task list; when the task to be executed is not the last task in the sequence in the task list, step S23 is executed.
Optionally, the generating a comprehensive report according to each task execution report acquired from the blockchain includes: step S31: acquiring the task execution report corresponding to the preset number according to the preset number of the task to be issued, and generating a task execution report list; step S32: judging whether the task execution report list is empty or not; step S33: when the task execution report list is not empty, acquiring the task execution report from the task execution report list according to list sequencing; step S34: performing report analysis on the task execution report to obtain a report analysis result; step S35: and generating the comprehensive report according to the report analysis result.
Optionally, after the step S34 is executed and before the step S35 is executed, the method for processing distributed tasks based on blockchains further includes: step S36: judging whether the task execution report needs to be checked or not according to a preset execution report checking requirement; step S37: when the task execution report needs to be verified, acquiring a public key of the task publisher, and performing information verification on the task execution report according to the public key and the task information corresponding to the task execution report to generate an information verification result; when the information verification result is verification pass, step S35 is performed.
Optionally, the block chain-based distributed task processing method further includes: when the task execution report does not require verification, step S35 is performed.
Optionally, the block chain-based distributed task processing method further includes: step S38: when the information verification result is that the verification is failed, judging whether the task execution report is the task execution report which is sequenced last in the task execution report list; when the task execution report is not the last task execution report ordered in the task execution report list, step S33 is performed.
An embodiment of the present invention further provides a block chain-based distributed task processing apparatus, including: the task information generating module is used for acquiring a task to be issued uploaded to a task issuing block chain node by a task issuer and generating task information according to the task to be issued; and the task analysis module is used for generating a comprehensive report according to each task execution report acquired from the block chain, wherein the task execution report is generated by acquiring task information to be executed from the task information by the distributed execution block chain node, executing a corresponding task to be executed according to the task information to be executed, generating and sending the task to be executed to the block chain.
The embodiment of the invention also provides a distributed task processing system based on the block chain, which comprises: the task issuing system comprises a task issuing block chain node, a distributed execution block chain link node and at least one processor, wherein the task issuing block chain node is used for receiving a task to be issued uploaded by a task issuer; the at least one processor executes the embodiment of the distributed task processing method based on the block chain, generates task information according to the task to be issued, and issues the task information to the block chain; the distributed execution block chain node is used for acquiring task information on a block chain, acquiring information of tasks to be executed from the task information, executing corresponding tasks to be executed according to the information of the tasks to be executed, generating a task execution report, and sending the task execution report to the block chain; the at least one processor executes another embodiment of the distributed task processing method based on the blockchain, and generates a comprehensive report according to the task execution report acquired from the blockchain.
An embodiment of the present invention further provides a non-transitory computer-readable storage medium, which stores computer instructions for causing the computer to execute the above block chain-based distributed task processing method.
The technical scheme of the invention has the following advantages:
1. the embodiment of the invention provides a distributed task processing method based on a block chain, which is characterized in that corresponding task information is obtained according to an obtained task to be issued, the task to be executed corresponding to the task information is executed, a corresponding task execution report is generated, each task execution report is analyzed to generate a comprehensive report, and the task issuing and the task obtaining are finished by the block chain, so that decentralized task distributed processing is realized, the task issuing and executing efficiency and safety are improved, the behavior of each task is proved and analyzed through the block chain to generate the comprehensive report, and the monitoring of the task executing process from the whole task issuing is realized.
2. The embodiment of the invention provides a distributed task processing system based on a block chain, which comprises: the distributed execution block chain nodes execute the tasks according to the task information and feed task execution reports back to the block chain, and the processor obtains a comprehensive report according to each task execution report. The task issuing and the task acquiring are completed by the nodes in the blockchain, so that decentralized distributed processing of the tasks is realized, the efficiency and the safety of the task issuing and executing are improved, the evidence of the behavior of each task is stored and analyzed by the task issuing blockchain node to generate a comprehensive report, and the monitoring of the whole process from the task issuing to the task executing is realized.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flowchart of a distributed task processing method based on a block chain according to an embodiment of the present invention;
fig. 2 is a specific flowchart of acquiring a task to be issued uploaded to a task issue block chain node by a task issuer and generating task information according to the task to be issued in the embodiment of the present invention;
fig. 3 is a specific flowchart illustrating that task information to be executed is obtained from task information, and a task execution report is generated by executing a corresponding task to be executed according to the task information to be executed in the embodiment of the present invention;
fig. 4 is a specific flowchart of generating a comprehensive report according to each task execution report acquired from the blockchain in the embodiment of the present invention;
FIG. 5 is a schematic structural diagram of a block chain-based distributed task processing apparatus according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of a block chain-based distributed task processing system according to an embodiment of the present invention.
Detailed Description
The technical solutions of the present invention will be described clearly and completely with reference to the accompanying drawings, and it should be understood that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In addition, the technical features involved in the different embodiments of the present invention described below may be combined with each other as long as they do not conflict with each other.
Example 1
An embodiment of the present invention provides a distributed task processing method based on a block chain, and as shown in fig. 1, the distributed task processing method based on the block chain includes:
step S1: the method comprises the steps of acquiring a task to be issued uploaded to a task issuing block chain node by a task issuer, generating task information according to the task to be issued, and issuing the task information to a block chain for a distributed execution block chain link node to acquire the task information. Specifically, the task information includes various tasks to be executed.
Step S2: and generating a comprehensive report according to each task execution report acquired from the block chain, wherein the task execution report is generated by acquiring the information of the task to be executed from the task information for the distributed execution block chain node, executing the corresponding task to be executed according to the information of the task to be executed, generating and sending the task to the block chain. Specifically, the integrated report is the completion of the entire task issued by the task issuer.
Through the steps S1 to S2, the distributed task processing method based on the blockchain according to the embodiment of the present invention completes the task distribution and the task acquisition in the blockchain, thereby implementing decentralized distributed processing of the task, improving the efficiency and the safety of the task distribution and execution, and monitoring the process from the task distribution to the task execution by performing evidence storage and analysis on the behavior of each task through the blockchain to generate a comprehensive report.
The following describes in detail a distributed task processing method based on a block chain according to an embodiment of the present invention with reference to specific examples.
In a preferred embodiment, as shown in fig. 2, the step S1 above obtaining the task to be published uploaded to the task publishing block link node by the task publisher, and generating the task information according to the task to be published specifically includes:
step S11: and generating the information abstract by adopting a digital abstract algorithm according to the task to be issued. Specifically, the digital digest algorithm is used for encrypting the task to be issued by utilizing the one-way irreversible characteristic, so that the information digest is generated, and the safety of the task to be issued is further improved.
Step S12: and acquiring a private key of the task publisher, and signing the information abstract by using the private key to generate an information signature value. Specifically, the digest information is signed by a private key, so that a task executor can conveniently verify through a corresponding public key, and the safety of the task to be issued is further improved.
Step S13: and generating task information according to the task to be issued, the information abstract and the information signature value. In practical application, after the task information is distributed on the block chain, the task executing party can acquire the tasks to be executed according to the task information, so that the task issuing efficiency is improved.
In a preferred embodiment, as shown in fig. 3, the obtaining, by the distributed execution block chain node in step S2, information of a task to be executed from task information, and executing a corresponding task to be executed according to the information of the task to be executed to generate a task execution report specifically includes:
step S21: and acquiring a task list in the task information to be executed according to a preset screening condition. In practical applications, each task executor may need to execute a plurality of tasks issued by different task issuers, and therefore, needs to select a task to be executed currently, where the preset screening condition is an execution order of each task information in the task list, for example, the earliest issued task information is obtained by using the time of task issuance as the preset screening condition.
Step S22: and judging whether the task list is empty or not. Specifically, before executing the task, it is first determined whether there is a task that needs to be executed, and if the task list is empty, it indicates that there is no task to be executed, and the task execution is ended.
Step S23: and when the task list is not empty, obtaining the tasks to be executed from the task list according to the list sequence. In practical application, when there is a task to be executed in the task list, the first task is obtained from the task list according to the sequence, and information such as task information, an information signature value, a publisher public key and the like is obtained through analysis.
Step S24: and executing the task to be executed and generating a task execution report. In practical applications, the task execution report includes public key and private key information of the task performer, and process and result information of performing the task, such as time information and completion information of performing the task.
In a preferred embodiment, as shown in fig. 3, after the step S23 is executed and before the step S24 is executed, the method for processing distributed tasks based on block chains further includes:
step S25: and judging whether the task to be executed needs to be checked or not according to a preset task checking requirement. In practical application, the task to be executed received by the task performer may include an illegal task, so that the task to be executed may be verified according to a preset task verification requirement of the task performer, for example, when the illegal task performed by the task performer may cause serious consequences, before the task is performed, task verification may be set, and the safety of the task performed by the task performer is ensured through the task verification. When the preset task verification requirement of the task performer is that task verification is not required, step S24 is performed.
Step S26: and when the task to be executed needs to be verified, acquiring a public key of the task publisher, and performing information verification on the task to be executed according to the public key and the task information corresponding to the task to be executed to generate an information verification result. In practical applications, the information verification is to perform digital signature verification on the information digest and the information signature value in the task information through the public key of the task issuer, and when the information verification result is that the verification is passed, step S24 is performed.
Step S27: and when the information verification result is that the verification is failed, judging whether the task to be executed is the last task in the sequence in the task list. In practical application, when the information check is not passed, it is determined that the task to be executed is an illegal task and is not executed, and it is determined whether the task to be executed is the last task in the task list, if no other task to be executed exists, the task execution is finished, and when the task to be executed is not the last task in the task list, step S23 is executed to obtain the next task to be executed to continue execution.
In a preferred embodiment, as shown in fig. 4, the generating a comprehensive report according to the task execution reports obtained from the blockchain in step S2 includes:
step S31: and acquiring a task execution report corresponding to the preset number according to the preset number of the task to be issued, and generating a task execution report list. In practical application, when a task publisher publishes a task, a corresponding task preset number, such as an ID number, may be provided, and according to the preset number, a task execution report corresponding to the number may be obtained, so as to obtain a task execution report list.
Step S32: and judging whether the task execution report list is empty or not. In practical application, before analyzing the task execution situation, it is first determined whether there is a task execution report in the task execution report list, and when there is no task execution report, the task report analysis is finished.
Step S33: and when the task execution report list is not empty, acquiring the task execution report from the task execution report list according to the list sequence. In practical applications, the first task execution report is sequentially obtained from the task execution report list according to a sequence for analysis, for example, the sequence may be performed according to the generation time of the task execution report.
Step S34: and carrying out report analysis on the task execution report to obtain a report analysis result. In practical applications, the analysis result includes report information, a report information signature value, a report publisher public key, a task execution result, and the like.
Step S35: and generating a comprehensive report according to the report analysis result. In practical application, the comprehensive report is used for reflecting the task issuing condition of each task publisher and the task execution condition of the task performer, so that the monitoring of the whole distributed task processing process is realized.
In a preferred embodiment, as shown in fig. 4, after the step S34 is executed and before the step S35 is executed, the method for processing distributed tasks based on blockchains further includes:
step S36: and judging whether the task execution report needs to be checked or not according to a preset execution report checking requirement. In practical application, the task execution report may include part of illegal information or error information, and therefore the task execution report may be verified according to a preset task execution report verification requirement of a task publisher, before the task execution report is analyzed, the task execution report may be set for verification, and safety of a task analysis process is guaranteed through verification. When the preset task execution report verification requirement is that verification is not required, step S35 is executed.
Step S37: and when the task execution report needs to be verified, acquiring a public key of the task publisher, and performing information verification on the task execution report according to the public key and the task information corresponding to the task execution report to generate an information verification result. In practical applications, the information verification is to perform digital signature verification through the acquired report information, the report information signature value, the task performer public key, and the like, and when the information verification result is that the verification is passed, step S35 is performed.
Step S38: and when the information verification result is that the verification is failed, judging whether the task execution report is the last task execution report sequenced in the task execution report list. In practical applications, when the information check fails, it indicates that the content of the task execution report includes illegal information or error information, and it is not analyzed, and determines whether the task execution report is the task execution report ranked last in the task execution report list, if no other task execution report exists, the task report analysis is finished, and when the task execution report is not the task execution report ranked last in the task execution report list, step S33 is executed, and the next task execution report is obtained to continue the analysis.
Through the steps S1 to S2, the distributed task processing method based on the blockchain according to the embodiment of the present invention completes the decentralized task distributed processing in the blockchain by issuing the task and acquiring the task, thereby improving the efficiency and safety of task issuing and execution, and generating a comprehensive report by performing evidence storage and analysis on the behavior of each task through the blockchain, thereby monitoring the process from issuing the entire task to executing the task, and effectively preventing the task from being lost by checking the task executing and task executing report, thereby further ensuring the safety of the entire task processing process.
Example 2
An embodiment of the present invention provides a distributed task processing device based on a block chain, and as shown in fig. 5, the distributed task processing device based on the block chain includes:
the task information generating module 1 is configured to acquire a task to be published, which is uploaded to a task publishing block chain node by a task publisher, and generate task information according to the task to be published. For details, see the description related to step S1 in embodiment 1.
And the task analysis module 2 is configured to generate a comprehensive report according to each task execution report acquired from a block chain, where the task execution report is generated by the distributed execution block chain node acquiring information of a task to be executed from the task information, and executing a corresponding task to be executed according to the information of the task to be executed, and sending the generated task to the block chain. For details, see the description related to step S2 in embodiment 1.
Through the cooperative cooperation of the components, the distributed task processing device based on the block chain in the embodiment of the invention completes the task distribution and the task acquisition in the block chain, thereby realizing decentralized task distributed processing, improving the efficiency and the safety of task distribution and execution, and monitoring the process from the whole task distribution to the task execution through the block chain by storing and analyzing the behavior of each task to generate a comprehensive report.
Example 3
An embodiment of the present invention provides a distributed task processing system based on a block chain, and as shown in fig. 6, the distributed task processing system based on the block chain includes: the task distribution block chain node 3 is used for receiving a task to be issued uploaded by a task issuer, the processor 5 generates task information according to the task to be issued and issues the task information to the block chain, the distributed execution block chain node 4 is used for acquiring the task information on the block chain, acquiring the task information to be executed from the task information, executing the corresponding task to be executed according to the task information to be executed, generating a task execution report and sending the task execution report to the block chain, and the processor 5 generates a comprehensive report according to the task execution report acquired from the block chain. In the embodiment of the present invention, 1 processor is taken as an example for description, and in practical applications, a plurality of processors may be used, and the present invention is not limited thereto.
Through the cooperative cooperation of the task distribution block chain nodes and the distributed execution block chain nodes, the task distribution and the task acquisition are completed through the nodes in the block chain, so that decentralized task distributed processing is realized, the task distribution and execution efficiency and safety are improved, the behavior of each task is stored and analyzed through the task distribution block chain nodes to generate a comprehensive report, and the monitoring of the process from the task distribution to the task execution is realized.
Example 4
An embodiment of the present invention provides a non-transitory computer storage medium, where a computer executable instruction is stored in the computer storage medium, and the computer executable instruction may execute the distributed task processing method based on a block chain in any embodiment 1, where the storage medium may be a magnetic Disk, an optical Disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a Flash Memory (Flash Memory), a Hard Disk (Hard Disk Drive, abbreviated as HDD), or a Solid-State Drive (SSD); the storage medium may also comprise a combination of memories of the kind described above.
Those skilled in the art will appreciate that all or part of the processes of the methods of the embodiments described above can be implemented by hardware related to instructions of a computer program, which can be stored in a computer readable storage medium, and when executed, the processes of the embodiments of the methods described above can be included. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), a Random Access Memory (RAM), or the like.
It should be understood that the above examples are only for clarity of illustration and are not intended to limit the embodiments. Other variations and modifications will be apparent to persons skilled in the art in light of the above description. And are neither required nor exhaustive of all embodiments. And obvious variations or modifications therefrom are within the scope of the invention.

Claims (12)

1. A distributed task processing method based on a block chain is characterized by comprising the following steps:
acquiring a task to be issued uploaded to a task issuing block chain node by a task issuer, generating task information according to the task to be issued, and issuing the task information to a block chain for a distributed execution block chain node to acquire the task information;
generating a comprehensive report according to each task execution report acquired from the block chain, wherein the task execution report is generated by acquiring task information to be executed from the task information by the distributed execution block chain node, executing a corresponding task to be executed according to the task information to be executed, and transmitting the task to the block chain;
the generating a comprehensive report according to the task execution reports acquired from the block chain includes:
step S31: acquiring the task execution report corresponding to the preset number according to the preset number of the task to be issued, and generating a task execution report list;
step S32: judging whether the task execution report list is empty or not;
step S33: when the task execution report list is not empty, acquiring the task execution report from the task execution report list according to list sequencing;
step S34: performing report analysis on the task execution report to obtain a report analysis result;
step S35: and generating the comprehensive report according to the report analysis result.
2. The method according to claim 1, wherein the acquiring a task to be issued uploaded to a task issue blockchain node by a task issuer and generating task information according to the task to be issued includes:
generating an information abstract by adopting a digital abstract algorithm according to the task to be issued;
acquiring a private key of the task publisher, and signing the information abstract by using the private key to generate an information signature value;
and generating the task information according to the task to be issued, the information abstract and the information signature value.
3. The method according to claim 1, wherein the acquiring information of the task to be executed from the task information, executing the corresponding task to be executed according to the information of the task to be executed, and generating the task execution report includes:
step S21: acquiring a task list in the task information to be executed according to a preset screening condition;
step S22: judging whether the task list is empty or not;
step S23: when the task list is not empty, the tasks to be executed are obtained from the task list according to the list sequence;
step S24: and executing the task to be executed and generating the task execution report.
4. The blockchain-based distributed task processing method according to claim 3, wherein after the step S23 is performed and before the step S24 is performed, the blockchain-based distributed task processing method further comprises:
step S25: judging whether the task to be executed needs to be checked or not according to a preset task checking requirement;
step S26: when the task to be executed needs to be checked, acquiring a public key of the task publisher, and performing information check on the task to be executed according to the public key and the task information corresponding to the task to be executed to generate an information check result;
when the information verification result is verification pass, step S24 is performed.
5. The blockchain-based distributed task processing method according to claim 4, further comprising:
when the task to be executed does not need verification, step S24 is executed.
6. The blockchain-based distributed task processing method according to claim 4, further comprising:
step S27: when the information verification result is that the verification is failed, judging whether the task to be executed is the last task in the task list;
when the task to be executed is not the last task in the sequence in the task list, step S23 is executed.
7. The blockchain-based distributed task processing method according to claim 1, wherein after the step S34 is performed and before the step S35 is performed, the blockchain-based distributed task processing method further includes:
step S36: judging whether the task execution report needs to be checked or not according to a preset execution report checking requirement;
step S37: when the task execution report needs to be verified, acquiring a public key of the task publisher, and performing information verification on the task execution report according to the public key and the task information corresponding to the task execution report to generate an information verification result;
when the information verification result is verification pass, step S35 is performed.
8. The blockchain-based distributed task processing method according to claim 7, further comprising:
when the task execution report does not require verification, step S35 is performed.
9. The blockchain-based distributed task processing method according to claim 7, further comprising:
step S38: when the information verification result is that the verification is failed, judging whether the task execution report is the task execution report which is sequenced last in the task execution report list;
when the task execution report is not the last task execution report ordered in the task execution report list, step S33 is performed.
10. A block chain-based distributed task processing apparatus, comprising:
the task information generating module (1) is used for acquiring a task to be issued uploaded to a task issuing blockchain node by a task issuer, generating task information according to the task to be issued, and issuing the task information to a blockchain for a distributed execution block chain link node to acquire the task information;
the task analysis module (2) is configured to generate a comprehensive report according to each task execution report acquired from the block chain, where the task execution report is generated by the distributed execution block chain node from the task information, executes a corresponding to-be-executed task according to the to-be-executed task information, generates and sends the to-be-executed task to the block chain, and generates the comprehensive report according to each task execution report acquired from the block chain, and includes:
step S31: acquiring the task execution report corresponding to the preset number according to the preset number of the task to be issued, and generating a task execution report list;
step S32: judging whether the task execution report list is empty or not;
step S33: when the task execution report list is not empty, acquiring the task execution report from the task execution report list according to list sequencing;
step S34: performing report analysis on the task execution report to obtain a report analysis result;
step S35: and generating the comprehensive report according to the report analysis result.
11. A blockchain-based distributed task processing system, comprising: a task distribution blockchain node (3), a distributed execution blockchain node (4) and at least one processor (5), wherein,
the task issuing block chain node (3) is used for receiving a task to be issued uploaded by a task issuer;
the at least one processor (5) executes the block chain-based distributed task processing method according to any one of claims 1 to 9, generates task information according to the task to be issued, and issues the task information to the block chain;
the distributed execution block chain node (4) is used for acquiring task information on a block chain, acquiring information of tasks to be executed from the task information, executing corresponding tasks to be executed according to the information of the tasks to be executed, generating a task execution report, and sending the task execution report to the block chain;
the at least one processor (5) performs the blockchain based distributed task processing method according to any one of claims 1 to 9, and generates a comprehensive report according to the task execution report acquired from the blockchain.
12. A non-transitory computer-readable storage medium storing computer instructions which, when executed by a processor, implement the blockchain-based distributed task processing method according to any one of claims 1 to 9.
CN201811385912.XA 2018-11-20 2018-11-20 Block chain-based distributed task processing method, device and system Active CN109542602B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811385912.XA CN109542602B (en) 2018-11-20 2018-11-20 Block chain-based distributed task processing method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811385912.XA CN109542602B (en) 2018-11-20 2018-11-20 Block chain-based distributed task processing method, device and system

Publications (2)

Publication Number Publication Date
CN109542602A CN109542602A (en) 2019-03-29
CN109542602B true CN109542602B (en) 2021-05-11

Family

ID=65849196

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811385912.XA Active CN109542602B (en) 2018-11-20 2018-11-20 Block chain-based distributed task processing method, device and system

Country Status (1)

Country Link
CN (1) CN109542602B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110138861A (en) * 2019-05-15 2019-08-16 北京中星微人工智能芯片技术有限公司 A kind of security protection Intelligentized method and device
CN110209739A (en) * 2019-06-02 2019-09-06 四川虹微技术有限公司 A kind of cooperative system, method, apparatus, electronic equipment and storage medium
CN111124631A (en) * 2019-12-02 2020-05-08 深圳前海微众银行股份有限公司 Task processing method and device based on block chain network
CN112150029A (en) * 2020-10-09 2020-12-29 浙江专线宝网阔物联科技有限公司 Block chain elastic architecture design method supporting dynamic and distributed task allocation
CN114095240B (en) * 2021-11-17 2023-12-01 东南大学 Distributed node cooperation method based on blockchain

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102664947A (en) * 2012-04-18 2012-09-12 迈普通信技术股份有限公司 Notification distribution method for distributed system
CN107005574A (en) * 2016-12-23 2017-08-01 深圳前海达闼云端智能科技有限公司 Block generation method and device and block chain network
CN107025559A (en) * 2017-01-26 2017-08-08 阿里巴巴集团控股有限公司 A kind of method for processing business and device
CN108681482A (en) * 2018-05-16 2018-10-19 腾讯科技(深圳)有限公司 Method for scheduling task based on diagram data and device
CN108702287A (en) * 2018-04-16 2018-10-23 深圳前海达闼云端智能科技有限公司 Information publication based on block chain and acquisition methods, device and block chain node

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10972448B2 (en) * 2016-06-20 2021-04-06 Intel Corporation Technologies for data broker assisted transfer of device ownership
CN106874087A (en) * 2017-01-25 2017-06-20 上海钜真金融信息服务有限公司 A kind of block chain intelligence contract timed task dispatching method
CN108804209A (en) * 2017-05-05 2018-11-13 中思博安科技(北京)有限公司 The dispatching method and device of intelligent contract
CN111861433B (en) * 2018-03-30 2024-04-02 创新先进技术有限公司 Business execution method and device based on block chain and electronic equipment
CN108683738B (en) * 2018-05-16 2020-08-14 腾讯科技(深圳)有限公司 Graph data processing method and graph data calculation task issuing method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102664947A (en) * 2012-04-18 2012-09-12 迈普通信技术股份有限公司 Notification distribution method for distributed system
CN107005574A (en) * 2016-12-23 2017-08-01 深圳前海达闼云端智能科技有限公司 Block generation method and device and block chain network
CN107025559A (en) * 2017-01-26 2017-08-08 阿里巴巴集团控股有限公司 A kind of method for processing business and device
CN108702287A (en) * 2018-04-16 2018-10-23 深圳前海达闼云端智能科技有限公司 Information publication based on block chain and acquisition methods, device and block chain node
CN108681482A (en) * 2018-05-16 2018-10-19 腾讯科技(深圳)有限公司 Method for scheduling task based on diagram data and device

Also Published As

Publication number Publication date
CN109542602A (en) 2019-03-29

Similar Documents

Publication Publication Date Title
CN109542602B (en) Block chain-based distributed task processing method, device and system
CN110602239B (en) Block chain information storage method and related equipment
CN109361740B (en) Block generation method, device, equipment and medium of block chain
CN112073269B (en) Block chain network testing method, device, server and storage medium
CN110865927B (en) Block chain call link abnormity detection method and device and computer equipment
WO2020110115A1 (en) PROOF OF LOTTERY (PoL) BLOCKCHAIN
CN110569251A (en) Data processing method, related equipment and computer readable storage medium
CN110599174B (en) Block chain information processing method and related equipment
CN110995825B (en) Intelligent contract issuing method, intelligent node equipment and storage medium
CN112487492B (en) Data verification method, system and equipment
CN109753418B (en) Performance test method and device, computer equipment and storage medium
CN110298757B (en) Consensus method and device relating to DPoS
CN108874425A (en) Configuration file update method, device, baseboard management controller and storage medium
CN111752819B (en) Abnormality monitoring method, device, system, equipment and storage medium
CN109033818B (en) Terminal, authentication method, and computer-readable storage medium
CN111241594B (en) Method, device, computer equipment and storage medium for signing transaction information
CN110298670B (en) Consensus method involving PBFT and apparatus therefor
CN111552989A (en) Service data processing method, device, equipment and storage medium based on block chain
CN111694809B (en) File filtering method and device based on block chain and computer equipment
CN114745216A (en) Dynamic access method and device
CN113935071A (en) Data processing method, device, equipment and medium based on block chain system
CN116011000B (en) Access method, device and computing equipment
CN114168582A (en) Data verification method, system, device and medium based on data quality rule
CN115913564A (en) Block chain product safety detection method, system, equipment and readable storage medium
CN106686041A (en) Monitoring method of JAVA software, monitoring assembly and application server

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20210119

Address after: 215163 No. 9 Xuesen Road, Science and Technology City, Suzhou High-tech Zone, Jiangsu Province

Applicant after: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Address before: 100034 4008, 4 floor, 9 building, 56 half moon street, Xicheng District, Beijing.

Applicant before: SINOCHAIN TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20190329

Assignee: Lianbang network technology service Nantong Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980045803

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231107

EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20190329

Assignee: Nantong Jiaerjie Labor Care Products Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980050378

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231206

Application publication date: 20190329

Assignee: Nantong Yaocheng mechanical equipment manufacturing Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980050154

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231206

Application publication date: 20190329

Assignee: Nantong Xinxin Pharmaceutical Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980050150

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231206

Application publication date: 20190329

Assignee: Nantong Juntai motor vehicle testing Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980049477

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231205

Application publication date: 20190329

Assignee: Nantong Chujie Electronic Equipment Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980050384

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231206

EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20190329

Assignee: Nantong Juguang Trading Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980050774

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231208

Application publication date: 20190329

Assignee: NANTONG YA TAI CANDLE ARTS & CRAFTS Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980050773

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231208

Application publication date: 20190329

Assignee: Nantong Weiai Home Textile Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980050668

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231208

EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20190329

Assignee: Jiangsu Yichuang Packaging Materials Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051259

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231212

Application publication date: 20190329

Assignee: Nantong Jingxuan Textile Technology Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051252

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231212

Application publication date: 20190329

Assignee: Nantong Huanlian Textile Technology Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051246

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231212

Application publication date: 20190329

Assignee: Nantong Tongzhou Kangxintang Drugstore Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051234

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231212

Application publication date: 20190329

Assignee: American Antelope Home Textile (Nantong) Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051037

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231211

Application publication date: 20190329

Assignee: Nantong Tuoerpu Surveying and Mapping Information Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051034

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231211

Application publication date: 20190329

Assignee: Nantong TongZhou Jinfeng Textile Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051033

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231211

Application publication date: 20190329

Assignee: Nantong Chenghui Pharmacy Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051032

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231211

EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20190329

Assignee: Nantong Yuma Electromechanical Manufacturing Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051794

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231215

Application publication date: 20190329

Assignee: Nantong Lingde Pharmaceutical Equipment Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051787

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231215

Application publication date: 20190329

Assignee: Yitong Intelligent Control Technology (Nantong) Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051745

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231215

Application publication date: 20190329

Assignee: Nantong Dongdong Steel Structure Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051732

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231215

Application publication date: 20190329

Assignee: Nantong Huaxin Price Evaluation Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051652

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231214

Application publication date: 20190329

Assignee: Nantong Jianwei Metal Technology Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051651

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231214

Application publication date: 20190329

Assignee: JIANGSU YATAI FITNESS CO.,LTD.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051650

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231214

Application publication date: 20190329

Assignee: JIANGSU KANGFEITE POWER TECHNOLOGY Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051649

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231214

Application publication date: 20190329

Assignee: Nantong Qiju Textile Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051534

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231213

Application publication date: 20190329

Assignee: Nantong Ansheng Textile Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051533

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231213

Application publication date: 20190329

Assignee: Nantong Steel Machinery Manufacturing Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051532

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231213

Application publication date: 20190329

Assignee: NANTONG FEIHAI ELECTRONIC TECHNOLOGY CO.,LTD.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980051531

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231213

EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20190329

Assignee: Nantong Huase Space Textile Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052536

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231221

Application publication date: 20190329

Assignee: Jiangsu guanan electromechanical Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052527

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231221

Application publication date: 20190329

Assignee: Nantong Anergu New Material Technology Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052518

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231221

Application publication date: 20190329

Assignee: Nantong Yijialai Woolen Knitting Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052512

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231221

Application publication date: 20190329

Assignee: Nantong Laiou Electronic Technology Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052377

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231219

Application publication date: 20190329

Assignee: Nantong Ouchen Electronic Technology Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052355

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231219

Application publication date: 20190329

Assignee: Nantong Laishang Electronic Technology Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052351

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231219

Application publication date: 20190329

Assignee: NANTONG KYLIN MACHINERY LTD.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052325

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231218

Application publication date: 20190329

Assignee: Haoshi new material technology Nantong Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052125

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231218

Application publication date: 20190329

Assignee: NANTONG YUQI METAL PRODUCTS Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052111

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231218

Application publication date: 20190329

Assignee: Nantong Runyuan structural parts Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052101

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231218

Application publication date: 20190329

Assignee: NANTONG LILIAN MACHINE TOOL MANUFACTURING CO.,LTD.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052076

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231218

EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20190329

Assignee: Nantong Zhili Machinery Technology Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052928

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231222

Application publication date: 20190329

Assignee: Nantong Nongchaoer Food Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052927

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231222

Application publication date: 20190329

Assignee: Nantong Bairun Catering Management Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052926

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231222

Application publication date: 20190329

Assignee: Nantong Jinbao Machinery Manufacturing Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052778

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231222

Application publication date: 20190329

Assignee: Nantong Tuoda Machinery Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052749

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231222

Application publication date: 20190329

Assignee: Weizhi New Material Technology (Nantong) Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052740

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231222

Application publication date: 20190329

Assignee: Honglei mechanical equipment (Nantong) Co.,Ltd.

Assignor: Suzhou Lang run innovation intellectual property operation Co.,Ltd.

Contract record no.: X2023980052729

Denomination of invention: A blockchain based distributed task processing method, device, and system

Granted publication date: 20210511

License type: Common License

Record date: 20231222