CN111275434B - Information tracking method and device based on block chain - Google Patents

Information tracking method and device based on block chain Download PDF

Info

Publication number
CN111275434B
CN111275434B CN201811481609.XA CN201811481609A CN111275434B CN 111275434 B CN111275434 B CN 111275434B CN 201811481609 A CN201811481609 A CN 201811481609A CN 111275434 B CN111275434 B CN 111275434B
Authority
CN
China
Prior art keywords
information
motion information
tracked
data acquisition
blockchain
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
CN201811481609.XA
Other languages
Chinese (zh)
Other versions
CN111275434A (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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201811481609.XA priority Critical patent/CN111275434B/en
Publication of CN111275434A publication Critical patent/CN111275434A/en
Application granted granted Critical
Publication of CN111275434B publication Critical patent/CN111275434B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • 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/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/535Tracking the activity of the user

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Finance (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Image Analysis (AREA)

Abstract

The application relates to a block chain-based information tracking method and device, comprising the following steps: receiving an information tracking request, wherein the information tracking request comprises identification information of data acquisition equipment; acquiring first motion information of an object to be tracked from a blockchain according to the identification information of the data acquisition equipment; and generating a tracking result according to the first motion information of the object to be tracked. According to the information tracking method and device based on the blockchain, information tracking of the object to be tracked by the user is achieved, and accuracy and effectiveness of a tracking result can be guaranteed.

Description

Information tracking method and device based on block chain
Technical Field
The present disclosure relates to the field of blockchain technologies, and in particular, to a blockchain-based information tracking method and apparatus.
Background
Blockchains are novel application modes of computer technologies such as distributed data storage, point-to-point transmission, consensus mechanisms, encryption algorithms, and the like.
Blockchain (Blockchain) is an important concept of bitcoin, which is essentially a decentralised database, and is used as the underlying technology of bitcoin, and is a series of data blocks which are generated by association using a cryptography method, and each data block contains information of a bitcoin network transaction, so that the validity (anti-counterfeiting) of the information is verified, and the next block is generated.
According to actual application scenes and requirements, the blockchain technology has evolved into three application modes, namely public chains, alliance chains and private chains. Wherein the public chain is considered as "all-decentralised", and no individual or institution can control or tamper with the reading and writing of data therein; the federated chain is a partially de-centralized blockchain. The alliance chain only aims at members of a specific group and a limited third party, a plurality of preselected nodes are internally designated as billing people, the generation of each block is jointly decided by all the preselected nodes, and the consensus process is controlled by a predefined group of nodes; a private chain refers to a blockchain whose write rights are controlled by an organization and organization, and the qualification of participating nodes can be severely restricted.
Disclosure of Invention
The embodiment of the application provides an information tracking method based on a blockchain, which is applied to an internet of things platform and comprises the following steps:
receiving an information tracking request, wherein the information tracking request comprises identification information of data acquisition equipment;
acquiring first motion information of an object to be tracked from a blockchain according to the identification information of the data acquisition equipment;
and generating a tracking result according to the first motion information of the object to be tracked.
In one possible implementation manner, the generating a tracking result according to the first motion information of the object to be tracked includes:
acquiring second motion information of an object to be tracked from the local according to the identification information of the data acquisition equipment;
and generating a tracking result according to the first motion information and the second motion information.
In one possible implementation, the data acquisition device is a tamper-and-destruct device carried by the object to be tracked.
In one possible implementation manner, the acquiring the first motion information of the object to be tracked from the blockchain according to the identification information of the data acquisition device includes:
acquiring a block identification token associated with the identification information of the data acquisition equipment;
and acquiring first motion information of the object to be tracked from the blockchain according to the block identification token.
In one possible implementation manner, the generating a tracking result according to the first motion information and the second motion information includes:
comparing the first motion information with the second motion information to generate a comparison result;
and generating a tracking result according to the second motion information and the comparison result.
In one possible implementation, the method further includes:
and sending the tracking result to target equipment, wherein the target equipment is equipment for sending the information tracking request.
In one possible implementation, the method further includes:
receiving data information sent by data acquisition equipment, wherein the data information comprises motion information of an object to be tracked and identification information of the data acquisition equipment, wherein the motion information is acquired by the data acquisition equipment;
storing the motion information of the object to be tracked into a local block chain and a block chain, and obtaining a block identification token, wherein the block identification token is used for identifying a block in the block chain for storing the motion information of the object to be tracked;
and establishing an association relation between the identification information of the data acquisition equipment and the block identification token.
In one possible implementation manner, the storing the motion information of the object to be tracked into a local and a blockchain includes:
carrying out hash processing on the motion information of the object to be tracked according to a hash algorithm to obtain a corresponding hash value;
and storing the motion information and/or the hash value of the object to be tracked into a local block chain.
In one possible implementation manner, the storing the motion information of the object to be tracked into a local and a blockchain includes:
Integrating the motion information of the object to be tracked in the preset number of data information into first motion information;
the first motion information is stored into a local and blockchain.
In one possible implementation manner, the storing the motion information of the object to be tracked into a local and a blockchain includes:
integrating the motion information of the object to be tracked in the data information received in the appointed time interval into second motion information;
the second motion information is stored into a local and blockchain.
In one possible implementation, the motion information includes step count statistics and/or location information.
In one possible implementation, the information tracking request information is information sent by the target device after responding to an identification operation for an identifiable identifier on the data acquisition device.
In one possible implementation, the object to be tracked is an avian animal.
The embodiment of the application also provides an information tracking device based on a blockchain, which is applied to an internet of things platform and comprises:
the first receiving module is used for receiving an information tracking request, wherein the information tracking request comprises identification information of the data acquisition equipment;
The acquisition module is used for acquiring first motion information of an object to be tracked from a blockchain according to the identification information of the data acquisition equipment;
and the generation module is used for generating a tracking result according to the first motion information of the object to be tracked.
In one possible implementation, the generating module is further configured to:
acquiring second motion information of an object to be tracked from the local according to the identification information of the data acquisition equipment;
and generating a tracking result according to the first motion information and the second motion information.
In one possible implementation, the data acquisition device is a tamper-and-destruct device carried by the object to be tracked.
In one possible implementation, the obtaining module is further configured to:
acquiring a block identification token associated with the identification information of the data acquisition equipment;
and acquiring first motion information of the object to be tracked from the blockchain according to the block identification token.
In one possible implementation, the generating module is further configured to:
comparing the first motion information with the second motion information to generate a comparison result;
and generating a tracking result according to the second motion information and the comparison result.
In one possible implementation, the apparatus further includes:
and the sending module is used for sending the tracking result to target equipment, wherein the target equipment is equipment for sending the information tracking request.
In one possible implementation, the apparatus further includes:
the second receiving module is used for receiving data information sent by the data acquisition equipment, wherein the data information comprises motion information of an object to be tracked and identification information of the data acquisition equipment, and the motion information is acquired by the data acquisition equipment;
the storage module is used for storing the motion information of the object to be tracked into a local block chain and a block chain, and acquiring a block identification token, wherein the block identification token is used for identifying a block in the block chain for storing the motion information of the object to be tracked;
the establishing module is used for establishing the association relation between the identification information of the data acquisition equipment and the block identification token.
In one possible implementation, the storage module is further configured to:
carrying out hash processing on the motion information of the object to be tracked according to a hash algorithm to obtain a corresponding hash value;
and storing the motion information and/or the hash value of the object to be tracked into a local block chain.
In one possible implementation, the storage module is further configured to:
integrating the motion information of the object to be tracked in the preset number of data information into first motion information;
the first motion information is stored into a local and blockchain.
In one possible implementation, the storage module is further configured to:
integrating the motion information of the object to be tracked in the data information received in the appointed time interval into second motion information;
the second motion information is stored into a local and blockchain.
In one possible implementation, the motion information includes step count statistics and/or location information.
In one possible implementation, the information tracking request information is information sent by the target device after responding to an identification operation for an identifiable identifier on the data acquisition device.
In one possible implementation, the object to be tracked is an avian animal.
The above-mentioned at least one technical scheme that this application embodiment adopted can reach following beneficial effect:
after receiving the information tracking request, the internet of things platform can acquire first motion information of the object to be tracked from the blockchain according to the identification information of the data acquisition equipment carried in the information tracking request, and can generate a tracking result according to the first motion information, so that a user can track the motion information of the object to be tracked through the tracking result. According to the information tracking method and device based on the blockchain, information tracking of the object to be tracked by the user can be achieved, and as the first motion information of the object to be tracked is stored in the blockchain, the first motion information of the object to be tracked can be guaranteed to be untampered, and accuracy and effectiveness of a tracking result can be guaranteed.
Other features and aspects of the present application will become apparent from the following detailed description of exemplary embodiments, which proceeds with reference to the accompanying drawings.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiments of the application and together with the description serve to explain the application and do not constitute an undue limitation to the application. In the drawings:
FIG. 1 illustrates a flow chart of a blockchain-based information tracking method in accordance with an embodiment of the present application;
FIG. 2 illustrates a flow chart of a blockchain-based information tracking method in accordance with an embodiment of the present application;
FIG. 3 illustrates a flow chart of a blockchain-based information tracking method in accordance with an embodiment of the present application;
FIG. 4 illustrates a flow chart of a blockchain-based information tracking method in accordance with an embodiment of the present application;
FIG. 5 illustrates a flow chart of a blockchain-based information tracking method in accordance with an embodiment of the present application;
FIG. 6 illustrates a schematic diagram of a blockchain-based information tracking method in accordance with an embodiment of the present application;
FIG. 7 illustrates a block chain based information tracking device according to one embodiment of the present application;
FIG. 8 is a block diagram illustrating an apparatus 1900 for blockchain-based information tracking, according to an exemplary embodiment.
Detailed Description
Various exemplary embodiments, features and aspects of the present application will be described in detail below with reference to the accompanying drawings. In the drawings, like reference numbers indicate identical or functionally similar elements. Although various aspects of the embodiments are illustrated in the accompanying drawings, the drawings are not necessarily drawn to scale unless specifically indicated.
The word "exemplary" is used herein to mean "serving as an example, embodiment, or illustration. Any embodiment described herein as "exemplary" is not necessarily to be construed as preferred or advantageous over other embodiments.
In addition, numerous specific details are set forth in the following detailed description in order to provide a better understanding of the present application. It will be understood by those skilled in the art that the present application may be practiced without some of these specific details. In some instances, methods, means, elements, and circuits have not been described in detail as not to unnecessarily obscure the present application.
Example 1
FIG. 1 illustrates a flow chart of a blockchain-based information tracking method in accordance with an embodiment of the present application. As shown in fig. 1, the method may be applied to an internet of things platform, such as a server, and the method may include:
Step 101, receiving an information tracking request, wherein the information tracking request comprises identification information of data acquisition equipment.
For example, the information tracking request may be a request for instructing the internet of things platform to track motion information of an object to be tracked. The information tracking request may include identification information of the data acquisition device, for example: an ID of the data acquisition device. The data acquisition device may be a device for acquiring motion information of an object to be tracked. For example, the object to be tracked is a poultry, and the poultry may carry a data acquisition device, where the data acquisition device may acquire motion data of the poultry in real time, and may analyze the motion data to obtain motion information of the poultry, for example: the acceleration information of the poultry is acquired, the acceleration of the poultry is maximum when the poultry lifts feet, the data acquisition equipment can draw a map according to the acceleration information of the poultry, every two peaks in the map can be recorded as one step, and then the step number information of the poultry is obtained.
Step 102, obtaining first motion information of an object to be tracked from a blockchain according to the identification information of the data acquisition equipment.
The data acquisition device may store the acquired motion information of the object to be tracked into a blockchain, where the motion information stored into the blockchain is the first motion information. For example, the data acquisition device may directly store the motion information of the object to be tracked into the blockchain, or the data acquisition device may store the motion information of the object to be tracked into the blockchain through the internet of things platform. And the internet of things platform can acquire the first motion information of the object to be tracked, which is acquired by the data acquisition equipment, from the blockchain according to the identification information of the data acquisition equipment.
FIG. 2 illustrates a flow chart of a blockchain-based information tracking method in accordance with an embodiment of the present application.
In a possible implementation manner, referring to fig. 2, the step 102 of obtaining, according to the identification information of the data acquisition device, the first motion information of the object to be tracked from the blockchain may include:
step 1021, obtaining a block identification token associated with the identification information of the data acquisition device.
For example, the data acquisition device may send the first motion information of the object to be tracked to the internet of things platform, and store the first motion information of the object to be tracked into the blockchain through the internet of things platform. After the internet of things platform stores the first motion information into the blockchain, the internet of things platform can obtain a block identification token of a block in the blockchain for storing the first motion information. Or the data acquisition device can directly store the first motion information of the object to be tracked into the blockchain, and can obtain a block identification token of a block in the blockchain for storing the first motion information, and the data acquisition device can send the block identification token to the internet of things platform.
After the internet of things platform obtains the block identification token, an association relationship between the block identification token and the identification information of the data acquisition equipment can be established. After the internet of things platform receives the information tracking request, the block identification token associated with the identification information of the data acquisition equipment carried in the information tracking request can be obtained according to the association relation.
Step 1022, obtaining the first motion information of the object to be tracked from the blockchain according to the block identification token.
After the block identification token associated with the data acquisition equipment is acquired by the internet of things platform, first motion information, namely the motion information of the object to be tracked acquired by the data acquisition equipment, can be acquired from the block identified by the block identification token in the block chain.
It should be noted that the blocks for storing the motion information of the object to be tracked corresponding to different times may be multiple, and correspondingly, the block identification token associated with the identification information of the data acquisition device may be multiple, and further, the first motion information of the object to be tracked, obtained by the internet of things platform according to the block identification token, may include the motion information of the object to be tracked corresponding to the multiple different times.
And step 103, generating a tracking result according to the first motion information of the object to be tracked.
After obtaining the first motion information of the object to be tracked, the internet of things platform may generate a tracking result according to the first motion information of the object to be tracked, for example: the tracking result may include first motion information, where the tracking result may be used to show relevant information of the object to be tracked during the whole growth cycle, for example: the step number and the activity range of the object to be tracked in the growth cycle.
In one possible implementation manner, the method may further include: and sending the tracking result to target equipment, wherein the target equipment is equipment for sending the information tracking request.
For example, when there is a tracking requirement for information related to an object to be tracked, a user may send an information tracking request to the internet of things platform through a device such as a terminal, where the information tracking request may include identification information of a data acquisition device carried by the object to be tracked. After the internet of things device obtains the first motion information of the object to be tracked from the blockchain according to the identification information of the data acquisition device, a tracking result (for example, the tracking result may include the first motion information) may be generated according to the first motion information, and the tracking result is sent to the user terminal, so that the terminal may display the tracking result to the user.
In this way, after receiving the information tracking request, the internet of things platform can acquire first motion information of the object to be tracked from the blockchain according to the identification information of the data acquisition device carried in the information tracking request, and can generate a tracking result according to the first motion information, so that a user can track the motion information of the object to be tracked through the tracking result. According to the information tracking method based on the blockchain, information tracking of the object to be tracked by the user can be achieved, and as the first motion information of the object to be tracked is stored in the blockchain, the first motion information of the object to be tracked is guaranteed to be not tampered, and accuracy and effectiveness of a tracking result can be guaranteed.
In one possible implementation manner, the data acquisition device is a detaching and destroying device carried by the object to be tracked.
In the application, the data acquisition equipment can be carried on the body of the object to be tracked and is used for acquiring the motion information of the object to be tracked, and once the data acquisition equipment is removed from the object to be tracked, the data acquisition equipment stops working immediately and cannot recover any more.
In this way, the first motion information stored in the blockchain can be ensured to be the motion information of the object to be tracked, which is acquired by the data acquisition equipment, and the possibility of information falsification can be reduced.
In one possible implementation manner, the information tracking request information is information sent by the target device after responding to the identifying operation for the identifiable identifier on the data acquisition device.
For example, the data acquisition device is carried on the subject to be tracked and cannot be removed. The user can identify the identifiable mark on the data acquisition device through the target device (a mobile phone and other terminals) (for example, the two-dimensional code is arranged on the data acquisition device, the target device can execute the identification operation through scanning the two-dimensional code), and after the identification operation, an information tracking request for the object to be tracked is sent to the Internet of things, the information tracking request can comprise the identification information of the data acquisition device, the identification information can be obtained through identifying the identifiable mark, and therefore the authenticity and the effectiveness of the data can be further guaranteed.
The object to be tracked is a pheasant, the legs of the pheasant can carry data acquisition equipment, two-dimensional code information is arranged on the data acquisition equipment, a user can scan the two-dimensional code information by using a terminal, so that the terminal can send an information tracking request to an internet of things platform, and the information tracking request can comprise identification information of the data acquisition equipment.
FIG. 3 illustrates a flow chart of a blockchain-based information tracking method in accordance with an embodiment of the present application.
In a possible implementation manner, referring to fig. 3, the generating, according to the first motion information and the second motion information, a tracking result in step 103 may include:
step 1031, obtaining second motion information of the object to be tracked from the local according to the identification information of the data acquisition device.
Step 1032, generating a tracking result according to the first motion information and the second motion information.
For example, after the data acquisition device acquires the motion information of the object to be tracked, the motion information may be stored in the local and blockchain of the internet of things device. After the internet of things platform receives the information tracking request, the first motion information of the stored object to be tracked can be obtained from the blockchain according to the identification information of the data acquisition device carried in the information tracking request, and the second motion information of the stored object to be tracked can be obtained from the internet of things platform according to the identification information of the data acquisition device carried in the information tracking request, and the internet of things platform can generate a tracking result according to the first motion information and the second motion information.
The tracking result is generated according to the first motion information and the second motion information, so that the possibility of information falsification can be further reduced.
In one possible implementation manner, the generating the tracking result according to the first motion information and the second motion information may include the following steps:
comparing the first motion information with the second motion information to generate a comparison result;
and generating a tracking result according to the second motion information and the comparison result.
The internet of things platform can compare the first motion information of the object to be tracked stored in the blockchain with the second motion information of the object to be tracked stored locally in the internet of things to generate a comparison result. For example: when the first motion information is consistent with the second motion information, a first result may be generated; when the first motion information is inconsistent with the second motion information, a second result may be generated.
The internet of things platform can take the second motion information and the comparison result as tracking results. For example, when the tracking result includes the second motion information and the first result, the second motion information may be indicated as valid and reliable information; when the second motion information and the second result are included in the tracking result, the second motion information may be represented as unreliable information.
In this way, the internet of things platform can verify the validity of the second motion information of the locally stored object to be tracked through the first motion information of the object to be tracked stored in the blockchain, and the reliability and the authority of the tracking result can be further improved.
In one possible implementation, the object to be tracked may be an avian animal. For example: the object to be tracked may be poultry or wild, and illustratively, the object to be tracked may be an avian animal that is convenient for sale/purchase, for example: birds such as chickens, ducks, geese, pigeons, pheasants, wild ducks, mandarin ducks and the like.
Therefore, the user can track the information of the purchased poultry by combining the blockchain so as to track the growth track and period of the poultry, the growth and selling process of the poultry can be transparent, and the food safety and other problems can be ensured.
FIG. 4 illustrates a flow chart of a blockchain-based information tracking method in accordance with an embodiment of the present application.
In one possible implementation, referring to fig. 4, the method may further include:
step 104, receiving data information sent by the data acquisition equipment, wherein the data information comprises motion information of an object to be tracked and identification information of the data acquisition equipment, and the motion information is acquired by the data acquisition equipment.
After the data acquisition equipment acquires the motion information of the object to be tracked, the data acquisition equipment can generate data information according to the motion information of the object to be tracked and the identification information of the data acquisition equipment, and send the data information to the platform of the Internet of things.
Step 105, storing the motion information of the object to be tracked into a local block chain and a block chain, and obtaining a block identification token, wherein the block identification token is used for identifying a block in the block chain for storing the motion information of the object to be tracked;
and 106, establishing an association relation between the identification information of the data acquisition equipment and the block identification token.
After the internet of things platform receives the data information, the motion information of the object to be tracked can be obtained from the data information, and the motion information of the object to be tracked is stored in the local and block chains. After the motion information of the object to be tracked is stored in the blockchain, the internet of things platform can obtain a block identification token of a block in the blockchain for storing the motion information. The internet of things platform can acquire the identification information of the data acquisition equipment from the data information, establish the association relation between the identification information of the data acquisition equipment and the block identification token, and store the association relation locally, so that when the internet of things platform receives the information tracking request, the internet of things platform can search the block identification token associated with the identification information of the data acquisition equipment carried in the information tracking request locally according to the association relation, acquire the first motion information of the object to be tracked from a block chain according to the block identification token, and generate a tracking result according to the first motion information.
FIG. 5 illustrates a flow chart of a blockchain-based information tracking method in accordance with an embodiment of the present application.
In one possible implementation manner, referring to fig. 5, the storing, in the local and blockchain, the motion information of the object to be tracked in step 105 may include:
step 1051, performing hash processing on the motion information of the object to be tracked according to a hash algorithm to obtain a corresponding hash value;
step 1052, storing the motion information and/or hash value of the object to be tracked in the local and blockchain.
For example, the internet of things platform may store the motion information of the object to be tracked as direct into the blockchain; or, the internet of things platform can also adopt a hash algorithm to perform hash calculation on the motion information of the object to be tracked to obtain a corresponding hash value, and can store the hash value as the motion information into the blockchain, or store the motion information of the object to be tracked and the corresponding hash value into the blockchain.
In this way, the internet of things platform can directly obtain the motion information of the object to be tracked from the blockchain and generate a tracking result according to the motion information of the object to be tracked, or the internet of things platform can obtain the hash value corresponding to the motion information of the object to be tracked from the blockchain and generate the tracking result according to the hash value corresponding to the motion information.
In a possible implementation manner, the storing, in the local and blockchain, the motion information of the object to be tracked in step 105 may include:
integrating the motion information of the object to be tracked in the preset number of data information into first motion information;
the first motion information is stored into a local and blockchain.
The preset number may be a preset number in units of number, for example: 2, 3, 4, etc. For example, the data acquisition device may acquire the motion information of the object to be tracked in real time, and report the motion information of the object to be tracked to the internet of things platform in a random time interval or a preset time interval, for example: reporting every 2 hours.
After receiving the preset number of data information sent by the same data acquisition device, the internet of things platform can integrate the motion information in the preset number of data information into first motion information, and can store the first motion information (or a hash value corresponding to the first motion information) into a local and blockchain. For example: the preset number is set to be 6, the data acquisition device reports the motion information of the object to be tracked to the internet of things platform once every 2 hours, and when the internet of things platform receives the 6 th data information sent by the data acquisition device, the internet of things platform can integrate the motion information carried in the 6 th data information and the 5 previous data information (1 st data information-6 th data information) into first motion information, and then store the first motion information in the local and block chains. And when 6 data information (7 th data information-12 th data information) is received again, the motion information carried in the 6 data information is integrated and then stored in the local and blockchain.
In a possible implementation manner, the storing, in the local and blockchain, the motion information of the object to be tracked in step 105 may include:
integrating the motion information of the object to be tracked in the data information received in the appointed time interval into second motion information;
the second motion information is stored into a local and blockchain.
The above specified time interval may be a preset value in units of time, for example: 6 hours, 8 hours, 10 hours, etc.
For example, the data acquisition device may acquire the motion information of the object to be tracked in real time, and report the motion information of the object to be tracked to the internet of things platform in a random time interval or a preset time interval.
After receiving the data information sent by the same data acquisition device, the internet of things platform can integrate the motion information carried by the data information in the appointed time interval into second motion information, and can store the second motion information (or a hash value corresponding to the second motion information) into a local and block chain. For example: the preset time interval is 6 hours, and the platform of the internet of things can integrate the motion information carried in the data information sent by all the data acquisition devices received in 6 hours (00:00-6:00) into second motion information, and then store the second motion information in the local and block chains. And integrating the motion information carried in the data information sent by the data acquisition equipment and received in the next time interval (6:00-12:00), and storing the integrated motion information into the local and block chains. The integration as referred to herein includes combining a plurality of pieces of motion information into one set of motion information as either the first motion information or the second motion information.
In one possible implementation, the motion information may include step count statistics and/or location information.
For example, the object to be tracked is a poultry, the data acquisition device may acquire data information of the poultry, and may analyze step number information and/or position information of the poultry based on the data information, and the user may track motion information of the poultry in combination with the blockchain, so as to obtain the step number information and the position information of the poultry, so as to determine whether real information of the poultry is consistent with information provided by a supplier (including information of growth cycle, production place, activity area, whether fresh, containment or free-range, etc.).
FIG. 6 illustrates a schematic diagram of a blockchain-based information tracking method in accordance with an embodiment of the present application.
For better understanding of the embodiments of the present application, the embodiments of the present application will be described below by way of an example shown in fig. 6, which is to be understood as merely an example of the embodiments of the present application and is not intended to limit the embodiments of the present application in any way.
In the example, the chicken body carries a data acquisition device which is disassembled and destroyed immediately, and the data acquisition device can acquire the motion information such as the step number information, the position information and the like of the chicken motion. After the data acquisition equipment acquires the motion information of the chicken, the motion information of the chicken can be sent to the Internet of things platform, and the Internet of things platform can further store the motion information of the chicken in the blockchain and can obtain the corresponding block identification token.
After purchasing the chicken from the supply platform, the user can inquire the motion information of the chicken through the ID of the data acquisition equipment on the chicken body. For example: the user scans the data acquisition equipment on the chicken body (or directly inputs the ID of the data acquisition equipment on the terminal), and triggers the terminal to send an information tracking request to the Internet of things platform, wherein the information tracking request comprises the ID information of the data acquisition equipment. After receiving the information tracking request, the internet of things platform can acquire a block identification token corresponding to the data acquisition equipment, and acquire first motion information of the chicken from a block chain according to the block identification token.
The Internet of things platform locally stores second motion information of the chicken, after the first motion information of the chicken is obtained from the blockchain, the Internet of things platform can compare the first motion information with the second motion information, generate a tracking result according to the comparison result, and send the tracking result to a terminal of a user.
The terminal may display the tracking result after receiving the tracking result. The user can know the growth cycle information of the chickens according to the tracking result. For example: when the first motion information is consistent with the second motion information, the comparison result is a first result, and the tracking result comprises the second motion information and the first result. The user can determine the validity of the second exercise information through the first result, and can know the growth period of the chicken through the second exercise information, for example: chickens had steps each day from day 3, month 1 of 2018 to day 8, month 1 of 2018, and the activity site was in Jilin province, vinca city. After 1 month from 2018, 8, the chicken no longer has steps (less than a certain value (e.g., 100), and no steps can be considered) and on 6 months 2018, 8, the activity site is at Jilin province, land 36169, the user can determine that the growth cycle of the chicken is 5 months and the production place is Ji Lin Sheng Changchun, and the chicken is sold in the user after passing through land 36169, according to the second exercise information.
The user can verify the authenticity of the information about the chickens provided by the goods supply platform, so that the food quality safety can be ensured.
Fig. 7 is a schematic structural diagram of a blockchain-based information tracking device according to an embodiment of the present application, which may be applied to an internet of things platform, and referring to fig. 7, the device may include:
the first receiving module 701 may be configured to receive an information tracking request, where the information tracking request includes identification information of the data acquisition device;
the acquiring module 702 may be configured to acquire first motion information of an object to be tracked from a blockchain according to identification information of the data acquisition device;
the generating module 703 may be configured to generate a tracking result according to the first motion information of the object to be tracked.
In this way, after receiving the information tracking request, the internet of things platform can acquire first motion information of the object to be tracked from the blockchain according to the identification information of the data acquisition device carried in the information tracking request, and can generate a tracking result according to the first motion information, so that a user can track the motion information of the object to be tracked through the tracking result. According to the information tracking device based on the blockchain, provided by the embodiment of the application, the information tracking of the object to be tracked by the user can be realized, and as the first motion information of the object to be tracked is stored in the blockchain, the first motion information of the object to be tracked can be ensured not to be tampered, and the accuracy and the effectiveness of the tracking result can be ensured.
In one possible implementation, the generating module 703 may be further configured to:
acquiring second motion information of an object to be tracked from the local according to the identification information of the data acquisition equipment;
and generating a tracking result according to the first motion information and the second motion information.
In one possible implementation manner, the data acquisition device may be a tamper-and-destruction device carried by the object to be tracked.
In one possible implementation, the acquisition module 702 may be further configured to:
acquiring a block identification token associated with the identification information of the data acquisition equipment;
and acquiring first motion information of the object to be tracked from the blockchain according to the block identification token.
In one possible implementation, the generating module 703 may be further configured to:
comparing the first motion information with the second motion information to generate a comparison result;
and generating a tracking result according to the second motion information and the comparison result.
In one possible implementation manner, the apparatus may further include:
and the sending module can be used for sending the tracking result to target equipment, wherein the target equipment is equipment for sending the information tracking request.
In one possible implementation manner, the apparatus may further include:
the second receiving module can be used for receiving data information sent by the data acquisition equipment, wherein the data information comprises motion information of an object to be tracked and identification information of the data acquisition equipment, and the motion information is acquired by the data acquisition equipment;
the storage module can be used for storing the motion information of the object to be tracked into a local block chain and a block chain, and acquiring a block identification token, wherein the block identification token is used for identifying a block in the block chain for storing the motion information of the object to be tracked;
the establishing module can be used for establishing the association relation between the identification information of the data acquisition equipment and the block identification token.
In one possible implementation manner, the storage module may be further configured to:
carrying out hash processing on the motion information of the object to be tracked according to a hash algorithm to obtain a corresponding hash value;
and storing the motion information and/or the hash value of the object to be tracked into a local block chain.
In one possible implementation manner, the storage module may be further configured to:
integrating the motion information of the object to be tracked in the preset number of data information into first motion information;
The first motion information is stored into a local and blockchain.
In one possible implementation manner, the storage module may be further configured to:
integrating the motion information of the object to be tracked in the data information received in the appointed time interval into second motion information;
the second motion information is stored into a local and blockchain.
In one possible implementation, the motion information may include step count information and/or location information.
In one possible implementation manner, the information tracking request information is information sent by the target device after responding to the identifying operation for the identifiable identifier on the data acquisition device.
In one possible implementation, the object to be tracked is an avian animal.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In one typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include volatile memory in a computer-readable medium, random Access Memory (RAM) and/or nonvolatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of computer-readable media.
Computer readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of storage media for a computer include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium, which can be used to store information that can be accessed by a computing device. Computer-readable media, as defined herein, does not include transitory computer-readable media (transmission media), such as modulated data signals and carrier waves.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article or apparatus that comprises the element.
FIG. 8 is a block diagram illustrating an apparatus 1900 for blockchain-based information tracking, according to an exemplary embodiment. For example, the apparatus 1900 may be provided as a server. Referring to fig. 8, the apparatus 1900 includes a processing component 1922 that further includes one or more processors and memory resources represented by memory 1932 for storing instructions, such as application programs, that are executable by the processing component 1922. The application programs stored in memory 1932 may include one or more modules each corresponding to a set of instructions. Further, processing component 1922 is configured to execute instructions to perform the methods described above.
The apparatus 1900 may further include a power component 1926 configured to perform power management of the apparatus 1900, a wired or wireless network interface 1950 configured to connect the apparatus 1900 to a network, and an input/output (I/O) interface 1958. The device 1900 may operate based on an operating system stored in memory 1932, such as Windows Server, mac OS XTM, unixTM, linuxTM, freeBSDTM, or the like.
In an exemplary embodiment, a non-transitory computer readable storage medium is also provided, such as memory 1932, including computer program instructions executable by processing component 1922 of apparatus 1900 to perform the above-described methods.
The present application may be a system, method, and/or computer program product. The computer program product may include a computer readable storage medium having computer readable program instructions embodied thereon for causing a processor to implement aspects of the present application.
The computer readable storage medium may be a tangible device that can hold and store instructions for use by an instruction execution device. The computer readable storage medium may be, for example, but not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer-readable storage medium would include the following: portable computer disks, hard disks, random Access Memory (RAM), read-only memory (ROM), erasable programmable read-only memory (EPROM or flash memory), static Random Access Memory (SRAM), portable compact disk read-only memory (CD-ROM), digital Versatile Disks (DVD), memory sticks, floppy disks, mechanical coding devices, punch cards or in-groove structures such as punch cards or grooves having instructions stored thereon, and any suitable combination of the foregoing. Computer-readable storage media, as used herein, are not to be construed as transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through waveguides or other transmission media (e.g., optical pulses through fiber optic cables), or electrical signals transmitted through wires.
The computer readable program instructions described herein may be downloaded from a computer readable storage medium to a respective computing/processing device or to an external computer or external storage device over a network, such as the internet, a local area network, a wide area network, and/or a wireless network. The network may include copper transmission cables, fiber optic transmissions, wireless transmissions, routers, firewalls, switches, gateway computers and/or edge servers. The network interface card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium in the respective computing/processing device.
Computer program instructions for performing the operations of the present application may be assembly instructions, instruction Set Architecture (ISA) instructions, machine-related instructions, microcode, firmware instructions, state setting data, or source or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, c++ or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The computer readable program instructions may be executed entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider). In some embodiments, aspects of the present application are implemented by personalizing electronic circuitry, such as programmable logic circuitry, field Programmable Gate Arrays (FPGAs), or Programmable Logic Arrays (PLAs), with state information for computer readable program instructions, which may execute the computer readable program instructions.
Various aspects of the present application are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the application. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer-readable program instructions.
These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable medium having the instructions stored therein includes an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer, other programmable apparatus or other devices implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The foregoing is merely exemplary of the present application and is not intended to limit the present application. Various modifications and changes may be made to the present application by those skilled in the art. Any modifications, equivalent substitutions, improvements, etc. which are within the spirit and principles of the present application are intended to be included within the scope of the claims of the present application.

Claims (22)

1. The block chain-based information tracking method is characterized by being applied to an Internet of things platform, and comprises the following steps:
receiving an information tracking request, wherein the information tracking request comprises identification information of data acquisition equipment;
acquiring first motion information of an object to be tracked from a blockchain according to identification information of the data acquisition equipment, wherein the blockchain comprises an association relation between the identification of the data acquisition equipment and a block identification token of a block used for storing the motion information of the object to be tracked in the blockchain, and the motion information at least comprises the first motion information;
Acquiring second motion information of the object to be tracked from the local according to the identification information of the data acquisition equipment;
comparing the first motion information and the second motion information of the object to be tracked to generate a comparison result; and generating a tracking result according to the second motion information and the comparison result.
2. The method of claim 1, wherein the data acquisition device is a tamper-and-break device carried by the object to be tracked.
3. The method according to claim 1, wherein the acquiring the first motion information of the object to be tracked from the blockchain according to the identification information of the data acquisition device includes:
acquiring a block identification token associated with the identification information of the data acquisition equipment;
and acquiring first motion information of the object to be tracked from the blockchain according to the block identification token.
4. A method according to any one of claims 1 to 3, further comprising:
and sending the tracking result to target equipment, wherein the target equipment is equipment for sending the information tracking request.
5. A method according to any one of claims 1 to 3, further comprising:
Receiving data information sent by data acquisition equipment, wherein the data information comprises motion information of an object to be tracked and identification information of the data acquisition equipment, wherein the motion information is acquired by the data acquisition equipment;
storing the motion information of the object to be tracked into a local block chain and a block chain, and acquiring a block identification token of a block for storing the motion information of the object to be tracked;
and establishing an association relation between the identification information of the data acquisition equipment and the block identification token.
6. The method of claim 5, wherein storing the motion information of the object to be tracked into a local and blockchain comprises:
carrying out hash processing on the motion information of the object to be tracked according to a hash algorithm to obtain a corresponding hash value;
and storing the motion information and/or the hash value of the object to be tracked into a local block chain.
7. The method of claim 5, wherein storing the motion information of the object to be tracked into a local and blockchain comprises:
integrating the motion information of the object to be tracked in the preset number of data information into first motion information;
the first motion information is stored into a local and blockchain.
8. The method of claim 5, wherein storing the motion information of the object to be tracked into a local and blockchain comprises:
integrating the motion information of the object to be tracked in the data information received in the appointed time interval into second motion information;
the second motion information is stored into a local and blockchain.
9. The method according to claim 1, wherein the motion information comprises step count statistics and/or location information.
10. A method according to any one of claims 1 to 3, wherein the information tracking request is information sent by a target device in response to an identification operation for an identifiable identity on the data acquisition device.
11. A method according to any one of claims 1 to 3, wherein the object to be tracked is an avian animal.
12. An information tracking device based on a blockchain, which is applied to an internet of things platform, the device comprising:
the first receiving module is used for receiving an information tracking request, wherein the information tracking request comprises identification information of the data acquisition equipment;
the acquisition module is used for acquiring first motion information of an object to be tracked from a blockchain according to the identification information of the data acquisition equipment, wherein the blockchain comprises an association relation between the identification of the data acquisition equipment and a block identification token of a block in the blockchain for storing the motion information of the object to be tracked, and the motion information at least comprises the first motion information;
The generation module is used for locally acquiring second motion information of the object to be tracked according to the identification information of the data acquisition equipment; and comparing the first motion information and the second motion information of the object to be tracked to generate a comparison result, and generating a tracking result according to the second motion information and the comparison result.
13. The apparatus of claim 12, wherein the data acquisition device is a tamper-and-break device carried by the object to be tracked.
14. The apparatus of claim 12, wherein the acquisition module is further configured to:
acquiring a block identification token associated with the identification information of the data acquisition equipment;
and acquiring first motion information of the object to be tracked from the blockchain according to the block identification token.
15. The apparatus according to any one of claims 12 to 14, further comprising:
and the sending module is used for sending the tracking result to target equipment, wherein the target equipment is equipment for sending the information tracking request.
16. The apparatus according to any one of claims 12 to 14, further comprising:
The second receiving module is used for receiving data information sent by the data acquisition equipment, wherein the data information comprises motion information of an object to be tracked and identification information of the data acquisition equipment, and the motion information is acquired by the data acquisition equipment;
the storage module is used for storing the motion information of the object to be tracked into a local chain and a block chain, and acquiring a block identification token of a block for storing the motion information of the object to be tracked;
the establishing module is used for establishing the association relation between the identification information of the data acquisition equipment and the block identification token.
17. The apparatus of claim 16, wherein the memory module is further configured to:
carrying out hash processing on the motion information of the object to be tracked according to a hash algorithm to obtain a corresponding hash value;
and storing the motion information and/or the hash value of the object to be tracked into a local block chain.
18. The apparatus of claim 16, wherein the memory module is further configured to:
integrating the motion information of the object to be tracked in the preset number of data information into first motion information;
the first motion information is stored into a local and blockchain.
19. The apparatus of claim 16, wherein the memory module is further configured to:
Integrating the motion information of the object to be tracked in the data information received in the appointed time interval into second motion information;
the second motion information is stored into a local and blockchain.
20. The apparatus of claim 12, wherein the motion information comprises step count statistics and/or location information.
21. The apparatus of any of claims 12 to 14, wherein the information tracking request is information sent by a target device in response to an identification operation for an identifiable identification on the data acquisition device.
22. The apparatus according to any one of claims 12 to 14, wherein the object to be tracked is an avian animal.
CN201811481609.XA 2018-12-05 2018-12-05 Information tracking method and device based on block chain Active CN111275434B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811481609.XA CN111275434B (en) 2018-12-05 2018-12-05 Information tracking method and device based on block chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811481609.XA CN111275434B (en) 2018-12-05 2018-12-05 Information tracking method and device based on block chain

Publications (2)

Publication Number Publication Date
CN111275434A CN111275434A (en) 2020-06-12
CN111275434B true CN111275434B (en) 2023-05-26

Family

ID=71003176

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811481609.XA Active CN111275434B (en) 2018-12-05 2018-12-05 Information tracking method and device based on block chain

Country Status (1)

Country Link
CN (1) CN111275434B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016027271A1 (en) * 2014-08-18 2016-02-25 Indi -Vet Ltd Livestock management
CN106897348A (en) * 2016-08-19 2017-06-27 阿里巴巴集团控股有限公司 A kind of data storage, data check, data source tracing method and equipment
CN107748619A (en) * 2017-10-30 2018-03-02 南京布塔信息科技有限公司 A kind of motion analysis system and method based on motion capture technology
CN207283606U (en) * 2017-11-01 2018-04-27 杭州沃朴物联科技有限公司 Chicken cultivation traceability system based on block chain technology

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108734028B (en) * 2018-05-24 2020-10-09 中国联合网络通信集团有限公司 Data management method based on block chain, block chain link point and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016027271A1 (en) * 2014-08-18 2016-02-25 Indi -Vet Ltd Livestock management
CN106897348A (en) * 2016-08-19 2017-06-27 阿里巴巴集团控股有限公司 A kind of data storage, data check, data source tracing method and equipment
CN107748619A (en) * 2017-10-30 2018-03-02 南京布塔信息科技有限公司 A kind of motion analysis system and method based on motion capture technology
CN207283606U (en) * 2017-11-01 2018-04-27 杭州沃朴物联科技有限公司 Chicken cultivation traceability system based on block chain technology

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
丁庆洋 ; 朱建明 ; .区块链视角下的B2C电商平台产品信息追溯和防伪模型.中国流通经济.2017,(12),全文. *

Also Published As

Publication number Publication date
CN111275434A (en) 2020-06-12

Similar Documents

Publication Publication Date Title
CN110458699B (en) Identity and origin of distributed account book-based supply chain applications for financial containment and sustainability
US20190327094A1 (en) Information authentication method and system
Banner et al. Improving geographically extensive acoustic survey designs for modeling species occurrence with imperfect detection and misidentification
CN108734028B (en) Data management method based on block chain, block chain link point and storage medium
CN111008844A (en) Block chain-based drug tracing method, device and medium
CN109543663A (en) A kind of dog personal identification method, device, system and storage medium
KR20180082504A (en) Methods and equipment for application information risk management
US8955143B1 (en) Use of decoy data in a data store
Ferreira et al. IoT registration and authentication in smart city applications with blockchain
CN109544341B (en) Digital detection method and device based on block chain
CN111967610A (en) Block chain-based federal learning incentive method, device, equipment and storage medium
CN110740356B (en) Live broadcast data monitoring method and system based on block chain
CN107430735A (en) System and method for being used in secure personal Data Market
US20170310679A1 (en) Security determination
CN111415170A (en) Block chain-based food tracing method and equipment and related storage medium
JP2019505865A (en) Method for detecting web tracking service
US20160092801A1 (en) Using complexity probability to plan a physical data center relocation
Cakic et al. Digital transformation and transparency in wine supply chain using ocr and dlt
KR20190097151A (en) Method and apparatus for verifying entity information
CN111651731A (en) Method for converting entity product into digital asset and storing same on block chain
Gopalakrishnan et al. A conceptual framework for using videogrammetry in blockchain platforms for food supply chain traceability
Karumanchi et al. Blockchain enabled supply chain using machine learning for secure cargo tracking
CN111275434B (en) Information tracking method and device based on block chain
CN108449778A (en) A kind of wireless access point methods of exhibiting and device and terminal device
US10997313B2 (en) Traceability identifier

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