CN110647583A - Block chain construction method, device, terminal and medium - Google Patents

Block chain construction method, device, terminal and medium Download PDF

Info

Publication number
CN110647583A
CN110647583A CN201910897792.XA CN201910897792A CN110647583A CN 110647583 A CN110647583 A CN 110647583A CN 201910897792 A CN201910897792 A CN 201910897792A CN 110647583 A CN110647583 A CN 110647583A
Authority
CN
China
Prior art keywords
terminal
block chain
node
information
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.)
Granted
Application number
CN201910897792.XA
Other languages
Chinese (zh)
Other versions
CN110647583B (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201910897792.XA priority Critical patent/CN110647583B/en
Publication of CN110647583A publication Critical patent/CN110647583A/en
Application granted granted Critical
Publication of CN110647583B publication Critical patent/CN110647583B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9024Graphs; Linked lists
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • 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
    • G06Q20/382Payment protocols; Details thereof insuring higher security of transaction
    • G06Q20/3823Payment protocols; Details thereof insuring higher security of transaction combining multiple encryption tools for a transaction
    • 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
    • G06Q20/382Payment protocols; Details thereof insuring higher security of transaction
    • G06Q20/3827Use of message hashing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Accounting & Taxation (AREA)
  • Computer Security & Cryptography (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Finance (AREA)
  • Computer Hardware Design (AREA)
  • General Health & Medical Sciences (AREA)
  • Data Mining & Analysis (AREA)
  • Bioethics (AREA)
  • Health & Medical Sciences (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Computing Systems (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The embodiment of the invention discloses a block chain construction method, a block chain construction device, a server and a storage medium, wherein the method comprises the following steps: the first terminal responds to the block chain creating operation to generate a block chain, and determines the first terminal as a node in the block chain; a first terminal receives a block chain adding request sent by a second terminal, wherein the adding request carries verification information required by adding a block chain; and the first terminal verifies the verification information, and if the verification is passed, the second terminal is determined as a node in the block chain. By implementing the method, the block chain can be conveniently constructed, and the practicability of the block chain application is improved.

Description

Block chain construction method, device, terminal and medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a block chain construction method, apparatus, terminal, and medium.
Background
The block chain is a decentralized database in nature, namely a series of data blocks which are generated by using a cryptographic method in a correlation manner, wherein each data block comprises a batch of transaction information and is used for verifying the validity of the transaction information and generating a next block.
In the existing block chain technology, because the structure and the operation mechanism of the block chain are very complicated, and the information stored in the block chain occupies a large amount of storage space, the creation process of the block chain is very complicated, the block chain cannot be applied to scenes in daily life, and the practicability is low.
Disclosure of Invention
The embodiment of the invention provides a block chain construction method, a block chain construction device, a terminal and a medium, which can conveniently construct a block chain and improve the practicability of block chain application.
In a first aspect, an embodiment of the present invention provides a block chain construction method, where the method includes:
a first terminal responds to a block chain creating operation to generate a block chain and determines the first terminal as a node in the block chain;
the first terminal receives a block chain adding request sent by a second terminal, wherein the adding request carries verification information required by adding the block chain;
and the first terminal verifies the verification information, and if the verification passes, the second terminal is determined as a node in the block chain.
In a second aspect, an embodiment of the present invention provides a block chain constructing apparatus, where the apparatus includes:
a generating module for generating a blockchain in response to a blockchain creation operation;
a determining module, configured to determine the first terminal as a node in the block chain;
the receiving module is used for receiving a block chain joining request sent by a second terminal, and the joining request carries verification information required by joining the block chain;
the verification module is used for verifying the verification information;
the determining module is further configured to determine the second terminal as a node in the block chain if the verification is passed.
In a third aspect, an embodiment of the present invention provides a terminal, including a processor, an input interface, an output interface, and a memory, where the processor, the input interface, the output interface, and the memory are connected to each other, where the memory is used to store a computer program, and the computer program includes program instructions, and the processor is configured to call the program instructions to execute the method according to the first aspect.
In a fourth aspect, the present invention provides a computer-readable storage medium, wherein the computer-readable storage medium stores a computer program, and the computer program includes program instructions, which, when executed by a processor, cause the processor to execute the method of the first aspect.
In the embodiment of the invention, a first terminal responds to a block chain creating operation to generate a block chain, and determines the first terminal as a node in the block chain; a first terminal receives a block chain adding request sent by a second terminal, wherein the adding request carries verification information required by adding a block chain; and the first terminal verifies the verification information, and if the verification is passed, the second terminal is determined as the node in the block chain. By implementing the method, the block chain can be conveniently constructed, and the practicability of the block chain application is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic structural diagram of a block chain structure according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of a block chain construction method according to an embodiment of the present invention;
fig. 3 is a flowchart illustrating another block chain construction method according to an embodiment of the present invention;
FIG. 4 is a block chain creation interface diagram according to an embodiment of the present invention;
FIG. 5 is a block chain interface according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of a block chain constructing apparatus according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
The technical solution in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention.
The block chain underlying platform can comprise processing modules such as user management, basic service, intelligent contract and operation monitoring. The user management module is responsible for identity information management of all blockchain participants, and comprises public and private key generation maintenance (account management), key management, user real identity and blockchain address corresponding relation maintenance (authority management) and the like, and under the authorization condition, the user management module supervises and audits the transaction condition of certain real identities and provides rule configuration (wind control audit) of risk control; the basic service module is deployed on all block chain node equipment and used for verifying the validity of the service request, recording the service request to storage after consensus on the valid request is completed, for a new service request, the basic service firstly performs interface adaptation analysis and authentication processing (interface adaptation), then encrypts service information (consensus management) through a consensus algorithm, transmits the service information to a shared account (network communication) completely and consistently after encryption, and performs recording and storage; the intelligent contract module is responsible for registering and issuing contracts, triggering the contracts and executing the contracts, developers can define contract logics through a certain programming language, issue the contract logics to a block chain (contract registration), call keys or other event triggering and executing according to the logics of contract clauses, complete the contract logics and simultaneously provide the function of upgrading and canceling the contracts; the operation monitoring module is mainly responsible for deployment, configuration modification, contract setting, cloud adaptation in the product release process and visual output of real-time states in product operation, such as: alarm, monitoring network conditions, monitoring node equipment health status, and the like.
However, in the existing block chain technology, because the structure and the operation mechanism of the block chain are very complicated, and the information stored in the block chain occupies a large amount of storage space, the creation process of the block chain is very complicated, and the block chain cannot be applied to scenes in daily life, and the practicability is low.
Based on the above description, an embodiment of the present invention provides a block-chain structure, including: the system comprises a first terminal and a second terminal, wherein the first terminal responds to a block chain creating operation to generate a block chain and determines the first terminal as a node in the block chain; a first terminal receives a block chain adding request sent by a second terminal, wherein the adding request carries verification information required by adding a block chain; and the first terminal verifies the verification information, and if the verification is passed, the second terminal is determined as a node in the block chain. In a specific implementation, the second terminal may be one terminal or may refer to multiple terminals in a broad sense, as shown in fig. 1, which is a block chain structure diagram provided in the embodiment of the present invention, in fig. 1, the first terminal is a terminal 101, the second terminal includes a terminal 102, a terminal 103, and a terminal 104, the first terminal 101 generates a block chain according to a block chain construction operation input by a response user, the first terminal serves as a node in the block chain, further, the second terminal 102, the second terminal 103, or the second terminal 104 may send a block chain addition request to the first terminal 101, the first terminal 101 verifies the received block chain addition request, and after the verification is passed, the second terminal 102, the second terminal 103, or the second terminal 104 is determined as a node in the block chain. Further, when the first terminal 101 detects that the duration of the generation of the block chain is longer than the preset duration, the first terminal 101 may broadcast a clearing message for the block chain to the nodes in the block chain, and clear the content of the block chain stored in the independent storage space for storing the block chain.
In summary, the block chain structure shown in fig. 1 can be conveniently constructed, that is, the terminal sends the join request, and after the verification is passed, the terminal can join the block chain to serve as a node of the block chain without setting a complex construction mechanism, so that convenience in constructing the block chain is enhanced, the block chain can be applied to more scenes, and when the block chain meets a preset condition, if the generation duration is longer than a preset duration, the content stored in the block chain can be released, a temporary attribute is added for use of the block chain, and a storage space which is wasted by the terminal storage block chain is saved.
Based on the above description of the embodiment of the block chain structure, the embodiment of the present invention provides a block chain construction method, which can be applied to the block chain structure shown in fig. 1, and can be specifically executed by the first terminal shown in fig. 1. Referring to fig. 2, the block chain construction process may include the following steps S201 to S203:
s201, the first terminal responds to the block chain creating operation to generate a block chain, and the first terminal is determined to be a node in the block chain.
In this embodiment of the present invention, the first terminal may receive a block chain creation operation input by a user, and generate a block chain in response to the creation operation, where the first terminal is to be a node in the generated block chain.
In a specific implementation, the first terminal may allocate an independent storage space for the generated blockchain in the built-in storage space, so as to prevent the content stored in the blockchain from being mixed with the local content of the first terminal, and enhance the independence of the content stored in the blockchain. Specifically, the first terminal may create a created block of the block chain in the independent storage space to generate the block chain.
In one implementation, after the first terminal generates the block chain, corresponding port information may be generated based on an address of the block chain, where the port information includes a port number, a two-dimensional code, a link, and the like, so that other terminals may access the block chain according to the port information.
In an implementation manner, after the first terminal generates the block chain, it may also receive a configuration operation input by a user, and determine port information for the block chain according to the configuration operation, so that other terminals access the block chain according to the port information.
S202, the first terminal receives a block chain adding request sent by the second terminal, and the adding request carries verification information required by adding the block chain.
In the embodiment of the invention, after the first terminal generates the block chain, the port information of the block chain is broadcasted, wherein the port information comprises at least one of a port number, a two-dimensional code and a link, so that the second terminal accesses the block chain generated by the first terminal according to the port.
In an implementation manner, the first terminal may broadcast the port information through WIFI, and specifically, the first terminal may broadcast the port information through WIFI, that is, the first terminal transmits the port information to a user connected to the same WIFI, for example, the port information is a two-dimensional code, the first terminal may generate a two-dimensional code corresponding to a block chain after generating the block chain, and send the two-dimensional code to a second terminal connected to the same WIFI, and the second terminal may access an address of the block chain in a manner of recognizing the two-dimensional code, and send a block chain adding request to the first terminal.
In one implementation, the first terminal may also receive a selection operation input by a user, where the selection operation includes a second terminal to which the port information needs to be sent, and the first terminal may send the port information to the second terminal corresponding to the selection operation through a network, so that the second terminal may access the block chain according to the port information.
Further, after receiving the port information, the second terminal may send a block chain joining request to the first terminal according to the received port information, where the block chain joining request carries verification information required for joining the block chain. In one implementation, the port information is a two-dimensional code, and the second terminal may identify the two-dimensional code after receiving the two-dimensional code and access the generated blockchain to send a blockchain join request to the first terminal, or the port information is a link, and the second terminal may access the generated blockchain based on an address in the link to send a blockchain join request to the first terminal after receiving the link. Or, the port information is a port number, and the second terminal may access the generated blockchain by inputting the port number in a blockchain access function built in the terminal after receiving the port number, so as to send a blockchain join request to the first terminal. In an implementation manner, the same port number may also be agreed in advance by a user using the first terminal and a user using the second terminal, and after the first terminal generates the block chain according to the port number, the user of the second terminal inputs the port number in the second terminal, so that the second terminal accesses the block chain generated by the first terminal, thereby implementing face-to-face establishment of the block chain. The blockchain access function may be inserted into any Application (APP), such as a social APP, a video APP, and a music APP. In specific implementation, for different types of APPs, the content stored in the established blockchain may be different, for example, the blockchain established by social APPs may be used to store transaction information, chat information, and the like between users, the blockchain established by video APPs may be used to store videos communicated between users, and the blockchain established by music APPs may be used to store music communicated between users, and in specific implementation, when accessing the APP generated by the first terminal using the blockchain access function in the APP, the second terminal needs to be the same as the APP used by the first terminal to establish the blockchain.
It should be noted that when the second terminal sends the block chain join request to the first terminal, the second terminal also needs to carry check information required for joining the block chain, where the check information may include one or more of request time, request address, and secret key, the request time is the time when the second terminal sends the block chain join request, the request address is the address when the second terminal sends the block chain join request, and the secret key may enter a password required for the block chain.
S203, the first terminal verifies the verification information, and if the verification is passed, the second terminal is determined to be a node in the block chain.
In the embodiment of the invention, after the first terminal receives the verification information, the verification information is verified, and if the verification is passed, the second terminal is added into the block chain.
In an implementation manner, the verification information includes a request time, and the process of the first terminal verifying the verification information may specifically be that the first terminal verifies whether the request time of the block chain join request sent by the second terminal is within a preset time period, and if so, it is determined that the verification information satisfies the verification condition. If not, determining that the verification condition is not met, and ending the process. Specifically, the created blockchain may be set by a user using the first terminal 10 minutes, 1 hour, 1 day, and the like after the blockchain is created in the preset time period. By the method, the port information of the block chain can be time-efficient.
In an implementation manner, the verification information includes a request address, and the process of the first terminal verifying the verification information may specifically be that the first terminal verifies whether a distance between the request address of the block chain joining request sent by the second terminal and the address of the first terminal is smaller than a preset distance, and if so, it is determined that the verification information satisfies the verification condition. If not, determining that the verification condition is not met, and ending the process. By the method, the function of establishing the block chain face to face can be realized, and illegal terminals are prevented from entering the block chain by mistake.
In an implementation manner, the verification information includes a secret key, and the process of the first terminal verifying the verification information may specifically be that the first terminal verifies whether the secret key carried by the block chain joining request sent by the second terminal matches a preset secret key, and if so, it is determined that the verification information satisfies the verification condition. If not, determining that the verification condition is not met, and ending the process. Wherein the preset key may be set by a user using the first terminal after inputting the blockchain creation operation. By the method, the illegal terminal can be prevented from entering the block chain by mistake, and the security characteristic is added to the block chain.
In an implementation manner, the verification information includes a request time and a request address, and the process of verifying the verification information by the first terminal may specifically be that the first terminal verifies whether the request time of the block chain join request sent by the second terminal is within a preset time period, if so, verifies whether a distance between the request address of the block chain join request sent by the second terminal and the address of the first terminal is smaller than a preset distance, and if so, determines that the verification information satisfies the verification condition.
In an implementation manner, the verification information includes request time, a request address and a secret key, and the process of verifying the verification information by the first terminal may specifically be that the first terminal verifies whether the request time of the block chain join request sent by the second terminal is within a preset time period, if so, verifies whether a distance between the request address of the block chain join request sent by the second terminal and the address of the first terminal is smaller than a preset distance, if so, the first terminal verifies whether the secret key carried by the block chain join request sent by the second terminal is matched with the preset secret key, and if so, it is determined that the verification information satisfies the verification condition. By implementing the method, the blockchain can be established face to face, and the confidentiality characteristic is added for adding and deleting the nodes of the blockchain.
Further, after at least one second terminal is verified as a node in the block chain, the first terminal may obtain transaction data between the nodes of the block chain, and package the transaction data to obtain a first block; the first terminal links the first block with the created block to increase information stored by the block chain. Referring to the completed block-link structure shown in fig. 1, the block-link structure is used for data sharing between nodes, and the block-link structure may include 101 corresponding to a first terminal and nodes 102, 103, and 104 corresponding to a plurality of second terminals, respectively. Each node may receive input information during normal operation and maintain shared data within the block chain structure based on the received input information. In order to ensure the information intercommunication in the block chain structure, information connection can exist between each node in the block chain structure, and the nodes can transmit information through the information connection. For example, when an arbitrary node in the block chain structure receives input information, other nodes in the block chain structure acquire the input information according to a consensus algorithm, and store the input information as data in shared data, so that the data stored in all the nodes in the block chain structure are consistent.
Each node in the block chain structure has a node identifier corresponding to the node identifier, and each node in the block chain structure may store the node identifiers of other nodes in the block chain structure, so that the generated block is broadcast to other nodes in the block chain structure according to the node identifiers of other nodes. Each node may maintain a node identifier list as shown in the following table, and store the node name and the node identifier in the node identifier list correspondingly. The node identifier may be an IP (Internet Protocol) address and any other information that can be used to identify the node.
Each node in the block chain structure stores one identical block chain. The block chain is composed of a plurality of blocks, the starting block comprises a block head and a block main body, the block head stores an input information characteristic value, a version number, a timestamp and a difficulty value, and the block main body stores input information; the next block of the starting block takes the starting block as a parent block, the next block also comprises a block head and a block main body, the block head stores the input information characteristic value of the current block, the block head characteristic value of the parent block, the version number, the timestamp and the difficulty value, and the like, so that the block data stored in each block in the block chain is associated with the block data stored in the parent block, and the safety of the input information in the block is ensured.
When each block in the block chain is generated, when a node where the block chain is located receives input information, the input information is verified, after the verification is completed, the input information is stored in a memory pool, and a hash tree used for recording the input information is updated; and then, updating the updating time stamp to the time when the input information is received, trying different random numbers, and calculating the characteristic value for multiple times, so that the calculated characteristic value can meet the following formula:
SHA256(SHA256(version+prev_hash+merkle_root+ntime+nbits+x))<TARGET
wherein, SHA256 is a characteristic value algorithm used for calculating a characteristic value; version is version information of the relevant block protocol in the block chain; prev _ hash is a block head characteristic value of a parent block of the current block; merkle _ root is a characteristic value of the input information; ntime is the update time of the update timestamp; nbits is the current difficulty, is a fixed value within a period of time, and is determined again after exceeding a fixed time period; x is a random number; TARGET is a feature threshold, which can be determined from nbits.
Therefore, when the random number meeting the formula is obtained through calculation, the information can be correspondingly stored, and the block head and the block main body are generated to obtain the current block. And then, the node of the block chain respectively sends the newly generated blocks to other nodes in the block chain structure according to the node identifications of the other nodes in the block chain structure, the newly generated blocks are verified by the other nodes, and the newly generated blocks are added into the block chain stored in the newly generated blocks after the verification is finished.
In the embodiment of the invention, a first terminal responds to a block chain creating operation to generate a block chain, and determines the first terminal as a node in the block chain; a first terminal receives a block chain adding request sent by a second terminal, wherein the adding request carries verification information required by adding a block chain; and the first terminal verifies the verification information, and if the verification is passed, the second terminal is determined as a node in the block chain. By implementing the method, the block chain can be conveniently constructed, and the practicability of the block chain application is improved.
Based on the above description of the embodiment of the block chain structure and the block chain construction method, the embodiment of the present invention provides another block chain construction method, which can be applied to the block chain structure shown in fig. 1, and can be specifically executed by the first terminal shown in fig. 1. Referring to fig. 3, the block chain construction process may include the following steps S301 to S306:
s301, the first terminal responds to the block chain creating operation to generate a block chain, and the first terminal is determined to be a node in the block chain.
In this embodiment of the present invention, the first terminal may receive a block chain creation operation input by a user, and generate a block chain in response to the creation operation, where the first terminal is to be a node in the generated block chain.
In a specific implementation, the first terminal may allocate an independent storage space for the generated blockchain in the built-in storage space, so as to prevent the content stored in the blockchain from being mixed with the local content of the first terminal, and enhance the independence of the content stored in the blockchain. Specifically, the first terminal may create a created block of the block chain in the independent storage space to generate the block chain. As shown in fig. 4, a user may input a click operation to a "blockchain creation" function built in the music APP in the first terminal, and then a blockchain may be generated, where the blockchain may be specifically used to store transaction data, access data, and the like of the music category.
Further, the first terminal may also configure attributes for the blockchain, where the attributes include a type, a key, and a duration. The type can include music type, video type, transaction data type and the like, and is used for embodying the type of data stored in the block chain, the key can be a series of numbers, human faces, irises and the like, a specific user can perform identity authentication on a terminal accessing the block chain, the duration can be 1 day, 2 days and the like, the key is used for determining the existence duration of the block chain in the terminal, when the existence duration is longer than the duration, the key can be used for performing and releasing storage space in the terminal, and the first terminal can specifically configure the attribute of the block chain according to configuration operation input by the user. Specifically, the first terminal displays a configuration interface for the blockchain, receives configuration operation for the blockchain in the configuration interface, and determines attributes of the blockchain according to the configuration operation, wherein the attributes include one or more of types, keys and duration. After the first terminal generates the blockchain according to the operation of the user, a blockchain configuration interface as shown in fig. 5 may be displayed, and the user may input configuration information in the configuration interface to configure the attribute of the blockchain.
In an implementation scenario, a specific building process of a block chain may be that a user opens a block chain creation function in an APP, and configures attributes for the block chain, after a first terminal generates the block chain according to an operation of the user, if a terminal that inputs the key in a preset time period may add to the same block chain, further, in order to prevent a non-specified terminal from entering the block chain by mistake, a limitation may be added to a use distance of the key, for example, a distance between a newly added terminal and a terminal that creates the block chain is less than 100 meters, 200 meters, and the like, or an effective duration may be set for the key, and a terminal that inputs the key through the APP in an effective time period may add to the block chain without an access condition.
S302, the first terminal broadcasts the port information of the block chain.
In the embodiment of the present invention, after a first terminal generates a block chain, port information of the block chain is broadcasted, where the port information includes at least one of a port number, a two-dimensional code, and a link, so that a second terminal accesses the block chain generated by the first terminal according to a port.
In an implementation manner, the specific manner of broadcasting the port information of the block chain by the first terminal may be to receive a selection operation of a user, determine a second terminal that needs to broadcast the port information according to the selection operation input by the user, and broadcast the port information to the determined second terminal by the first terminal.
In an implementation manner, a specific manner of broadcasting the port information of the block chain by the first terminal may also be that the first terminal broadcasts the port information to a second terminal whose distance from the first terminal is less than a preset distance. For example, if the preset distance is 5 meters, the first terminal may broadcast the port information of the generated blockchain to terminals within 5 meters around, so that the second terminal around may direct the generated blockchain.
And S303, the first terminal receives a block chain adding request sent by the second terminal, wherein the adding request carries verification information required by adding the block chain.
In the embodiment of the present invention, the second terminal may receive port information broadcasted by the first terminal, and after receiving the port information, send a block chain join request to the first terminal according to the received port information, and the first terminal receives the block chain join request sent by the second terminal, where the block chain join request carries verification information required for joining the block chain.
It should be noted that the verification information may include request time, a request address, a key, identity characteristic information, and the like, where the request time is time when the second terminal sends the block chain join request, the request address is an address when the second terminal sends the block chain join request, the key may enter a password required by the block chain, and specifically, the block chain may be configured by a user using the first terminal.
S304, the first terminal verifies the verification information, and if the verification is passed, the second terminal is determined to be a node in the block chain.
In the embodiment of the invention, after the first terminal receives the verification information, the verification information is verified, and if the verification is passed, the second terminal is added into the block chain.
In an implementation manner, the verification information includes a request time, and the process of the first terminal verifying the verification information may specifically be that the first terminal verifies whether the request time of the block chain join request sent by the second terminal is within a preset time period, and if so, it is determined that the verification information satisfies the verification condition. If not, determining that the verification condition is not met, and ending the process.
In an implementation manner, the verification information includes a request address, and the process of the first terminal verifying the verification information may specifically be that the first terminal verifies whether a distance between the request address of the block chain joining request sent by the second terminal and the address of the first terminal is smaller than a preset distance, and if so, it is determined that the verification information satisfies the verification condition. If not, determining that the verification condition is not met, and ending the process.
In an implementation manner, the verification information includes a secret key, and the process of the first terminal verifying the verification information may specifically be that the first terminal verifies whether the secret key carried by the block chain joining request sent by the second terminal matches a preset secret key, and if so, it is determined that the verification information satisfies the verification condition. If not, determining that the verification condition is not met, and ending the process. Wherein the preset key may be set by a user using the first terminal after inputting the blockchain creation operation.
In an implementation manner, the verification information includes a request time and a request address, and the process of verifying the verification information by the first terminal may specifically be that the first terminal verifies whether the request time of the block chain join request sent by the second terminal is within a preset time period, if so, verifies whether a distance between the request address of the block chain join request sent by the second terminal and the address of the first terminal is smaller than a preset distance, and if so, determines that the verification information satisfies the verification condition.
In an implementation manner, the verification information includes request time, a request address and a secret key, and the process of verifying the verification information by the first terminal may specifically be that the first terminal verifies whether the request time of the block chain join request sent by the second terminal is within a preset time period, if so, verifies whether a distance between the request address of the block chain join request sent by the second terminal and the address of the first terminal is smaller than a preset distance, if so, the first terminal verifies whether the secret key carried by the block chain join request sent by the second terminal is matched with the preset secret key, and if so, it is determined that the verification information satisfies the verification condition. By implementing the method, the blockchain can be established face to face, and the confidentiality characteristic is added for adding and deleting the nodes of the blockchain.
In one implementation, the verification information includes identity feature information of a person using the second terminal, where the identity feature information includes face information, fingerprint information, iris information, and the like, the second terminal sends the identity feature information of a user using the second terminal to the first terminal, the first terminal verifies whether the identity feature information satisfies a condition, if so, the second terminal is added to the blockchain network as a node in the blockchain network, where the first terminal determines whether the second terminal is added to the network in a specific manner, detects whether the received verification information matches preset verification information, if so, the second terminal is added to the blockchain network, the preset verification information may be preset by the user using the first terminal, for example, the identity feature information is the face information, the user using the first terminal may store reference face information of the user satisfying the condition in advance, and when the face information received by the first terminal and sent by the second terminal is matched with the face information stored in advance, adding the second terminal into the block chain network. Or after the first terminal receives the identity verification information sent by the second terminal, the received verification information can be displayed, and the operation input by the user for the option of the verification information is received, wherein the option of the verification information comprises addition approval or addition refusal, and if the first terminal receives the addition approval operation input by the user, the second terminal is added into the block chain network, so that the second terminal can inquire and newly add the information in the block chain.
Further, after the first terminal determines that the second terminal meets the condition of joining the block chain as the node, the first terminal may further detect the performance of the second terminal to determine the type of the second terminal as the node in the block chain, where the type of the node includes a management class or a general class, the node of the management class has a management right for the block chain, and the management right includes an addition right or a deletion right for the node. In specific implementation, a first terminal can send a target question to a second terminal and receive answer information returned by the second terminal for the target question, wherein the answer information comprises an answer result and answer duration, the first terminal detects the answer information, and if the answer result in the answer information is a correct result, the first terminal determines the type of a node corresponding to the second terminal according to the answer duration, and the target question can be randomly selected from a plurality of preset questions by the first terminal. For example, if the solution time of the second terminal is less than 5 seconds, the first terminal determines that the performance of the second terminal is better, and determines the second terminal as the management node, at this time, the second terminal may check the terminal which later wants to join the block chain as the node, so as to exercise the management authority. And if the answer time of the second terminal is more than or equal to 5 seconds, the first terminal judges that the performance of the second terminal is poor, and determines the second terminal as a common node. In a specific implementation, the first terminal that creates the block chain may serve as a management node in the block chain, and further, when a new terminal joins the block chain that is expected to join as a node, a voting decision may be made among the management nodes to determine whether to join the new terminal to the block chain. By the mode, the pressure of the first terminal on node authentication is relieved, and meanwhile, the node of the block chain is more convenient to join.
In one implementation, after the first terminal determines that the second terminal satisfies the condition of joining the blockchain as a node, it may also receive a type configuration operation of a user using the first terminal for the node corresponding to the second terminal; and the first terminal determines the type of the node corresponding to the second terminal according to the type configuration operation, wherein the type of the node comprises a management type or a common type, and the node of the management type has the management authority for the block chain.
S305, the first terminal acquires transaction data among the nodes of the block chain and adds information stored in the block chain according to the transaction data.
In the embodiment of the invention, after the block chain is constructed, the first terminal can acquire transaction data among nodes of the block chain and package the transaction data to obtain a first block; the first terminal links the first block with the created block to increase information stored by the block chain.
S306, if the first terminal detects that the generation duration of the block chain is longer than the duration, the first terminal broadcasts an emptying message for the block chain to the nodes in the block chain.
In the embodiment of the present invention, when detecting that the duration of the generation of the block chain is longer than the duration, the first terminal may broadcast an emptying message for the block chain to the nodes in the block chain, so that other nodes in the block chain empty the stored information in the block chain, that is, the first terminal also empties the content of the block chain stored in the independent storage space. By the method, the blockchain created by the first terminal can have timeliness, and when the blockchain is useless, data in the blockchain can be emptied, so that the storage space can be released.
In the embodiment of the invention, a first terminal responds to a block chain creating operation to generate a block chain, and determines the first terminal as a node in the block chain; a first terminal receives a block chain adding request sent by a second terminal, wherein the adding request carries verification information required by adding a block chain; and the first terminal verifies the verification information, and if the verification is passed, the second terminal is determined as a node in the block chain. By implementing the method, the block chain can be conveniently constructed, and the practicability of the block chain application is improved.
Based on the description of the above block chain construction method embodiment, the embodiment of the present invention further discloses a block chain construction device, which can be applied to the block chain structure shown in fig. 1, and specifically, the block chain construction device can operate in the terminal in the block chain structure shown in fig. 1. The blockchain constructing means may be a computer program (comprising program code) running in the terminal or may be a physical means comprised in the terminal. The blockchain constructing apparatus may perform the methods shown in fig. 2-3. Referring to fig. 6, the block chain constructing apparatus 60 includes: a generating module 601, a determining module 602, a receiving module 603, a verifying module 604, a broadcasting module 605, and a clearing module 606.
A generating module 601, configured to generate a blockchain in response to a blockchain creating operation;
a determining module 602, configured to determine the first terminal as a node in the block chain;
a receiving module 603, configured to receive a block chain joining request sent by a second terminal, where the joining request carries verification information required for joining the block chain;
a verification module 604, configured to verify the verification information;
the determining module 602 is further configured to determine the second terminal as a node in the block chain if the verification is passed.
In an implementation manner, the verification module 604 is specifically configured to:
verifying whether the request time is within a preset time period;
or, verifying whether the distance between the request address and the address of the first terminal is smaller than a preset distance;
or, verifying whether the secret key is matched with a preset secret key;
and if so, determining that the verification information passes verification.
In one implementation, the broadcasting module 605 is configured to:
and broadcasting the port information of the block chain, wherein the port information comprises at least one of a port number, a two-dimensional code and a link, so that the second terminal accesses the block chain generated by the first terminal according to the port information.
In an implementation manner, the generating module 601 is specifically configured to:
allocating an independent storage space for the block chain in a storage space;
creating a created block of the block chain in the independent storage space to generate a block chain;
and configuring attributes for the block chain, wherein the attributes comprise types, keys and duration.
In one implementation, the broadcasting module 605 is further configured to: if the duration generated by the block chain is detected to be longer than the duration, broadcasting an emptying message for the block chain to a node in the block chain;
the emptying module 606 is configured to empty the content of the block chain stored in the independent storage space.
In one implementation, the generating module 601 is further configured to:
acquiring transaction data among nodes of the block chain;
packaging the transaction data to obtain a first block;
and linking the first block with the created block to increase the information stored by the block chain.
In one implementation, the determining module 602 is further configured to:
sending a target title to the second terminal;
receiving answer information returned by the second terminal aiming at the target question, wherein the answer information comprises an answer result and an answer duration;
and if the answer result is a correct result, determining the type of the node corresponding to the second terminal according to the answer duration, wherein the type of the node comprises a management type or a common type, and the management type node has a management authority for the block chain.
In the embodiment of the present invention, the generating module 601 generates a block chain in response to a block chain creating operation; the determining module 602 determines the first terminal as a node in the block chain; a receiving module 603 receives a block chain joining request sent by a second terminal, where the joining request carries verification information required for joining the block chain; the verification module 604 verifies the verification information; if the verification is passed, the determining module 602 determines the second terminal as a node in the block chain. By the method, the blockchain created by the first terminal can have timeliness, and when the blockchain is useless, data in the blockchain can be emptied, so that the storage space can be released.
Fig. 7 is a schematic structural diagram of a terminal according to an embodiment of the present invention. As shown in fig. 7, the terminal includes: at least one processor 701, an input device 703, an output device 704, a memory 705, at least one communication bus 702. Wherein a communication bus 702 is used to enable connective communication between these components. The memory 705 may be a high-speed RAM memory or a non-volatile memory (non-volatile memory), such as at least one disk memory. The memory 705 may optionally be at least one memory device located remotely from the processor 701. Wherein the processor 701 may be combined with the apparatus described in fig. 6, the memory 705 stores a set of program codes, and the processor 701, the input device 703 and the output device 704 call the program codes stored in the memory 705 to perform the following operations:
a processor 701, configured to generate a blockchain in response to a blockchain creation operation, and determine the first terminal as a node in the blockchain;
a processor 701, configured to receive a block chain joining request sent by a second terminal, where the joining request carries verification information required for joining the block chain;
a processor 701, configured to verify the check information, and if the verification passes, determine the second terminal as a node in the block chain.
In one implementation, the processor 701 is specifically configured to:
verifying whether the request time is within a preset time period;
or, verifying whether the distance between the request address and the address of the first terminal is smaller than a preset distance;
or, verifying whether the secret key is matched with a preset secret key;
and if so, determining that the verification information passes verification.
In one implementation, the processor 701 is specifically configured to:
and broadcasting the port information of the block chain, wherein the port information comprises at least one of a port number, a two-dimensional code and a link, so that the second terminal accesses the block chain generated by the first terminal according to the port information.
In one implementation, the processor 701 is specifically configured to:
allocating an independent storage space for the block chain in a storage space;
creating a created block of the block chain in the independent storage space to generate a block chain;
and configuring attributes for the block chain, wherein the attributes comprise types, keys and duration.
In one implementation, the processor 701 is specifically configured to:
if the duration generated by the block chain is detected to be longer than the duration, broadcasting an emptying message for the block chain to a node in the block chain;
emptying the contents of the blockchain stored in the independent storage space.
In one implementation, the processor 701 is specifically configured to:
acquiring transaction data among nodes of the block chain;
packaging the transaction data to obtain a first block;
and linking the first block with the created block to increase the information stored by the block chain.
In one implementation, the processor 701 is specifically configured to:
sending a target title to the second terminal;
receiving answer information returned by the second terminal aiming at the target question, wherein the answer information comprises an answer result and an answer duration;
and if the answer result is a correct result, determining the type of the node corresponding to the second terminal according to the answer duration, wherein the type of the node comprises a management type or a common type, and the management type node has a management authority for the block chain.
In this embodiment of the present invention, the processor 701 generates a block chain in response to a block chain creation operation, and determines the first terminal as a node in the block chain; the processor 701 receives a block chain joining request sent by a second terminal, where the joining request carries verification information required for joining the block chain; the processor 701 verifies the check information, and if the verification passes, determines the second terminal as a node in the block chain. By the method, the blockchain created by the first terminal can have timeliness, and when the blockchain is useless, data in the blockchain can be emptied, so that the storage space can be released.
The module in the embodiment of the present invention may be implemented by a general-purpose integrated circuit, such as a CPU (Central Processing Unit), or an ASIC (Application Specific integrated circuit).
It should be understood that, in the embodiment of the present invention, the Processor 701 may be a Central Processing Unit (CPU), and the Processor may also be other general processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The bus 702 may be an Industry Standard Architecture (ISA) bus, a Peripheral Component Interconnect (PCI) bus, an Enhanced ISA (EISA) bus, or the like, and the bus 702 may be divided into an address bus, a data bus, a control bus, or the like, where fig. 7 illustrates only one bold line for ease of illustration, but does not illustrate only one bus or one type of bus.
It will be understood by those skilled in the art that all or part of the processes of the methods of the above embodiments may be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The computer-readable storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.
The above disclosure is only for the purpose of illustrating the preferred embodiments of the present invention, and it is therefore to be understood that the invention is not limited by the scope of the appended claims.

Claims (10)

1. A method for building a block chain, the method comprising:
a first terminal responds to a block chain creating operation to generate a block chain and determines the first terminal as a node in the block chain;
the first terminal receives a block chain adding request sent by a second terminal, wherein the adding request carries verification information required by adding the block chain;
and the first terminal verifies the verification information, and if the verification passes, the second terminal is determined as a node in the block chain.
2. The method of claim 1, wherein the verification information comprises at least one of a request time, a request address and a secret key, and the verifying the verification information by the first terminal comprises:
the first terminal verifies whether the request time is within a preset time period;
or the first terminal verifies whether the distance between the request address and the address of the first terminal is smaller than a preset distance;
or, the first terminal verifies whether the secret key is matched with a preset secret key;
and if so, determining that the verification information passes verification.
3. The method of claim 1, wherein after the first terminal generates a blockchain in response to a blockchain creation operation, the method further comprises:
the first terminal broadcasts port information of the block chain, wherein the port information comprises at least one of a port number, a two-dimensional code and a link, so that the second terminal accesses the block chain generated by the first terminal according to the port information.
4. The method of claim 1, wherein the first terminal generates a blockchain in response to a blockchain creation operation, comprising:
the first terminal allocates an independent storage space for the block chain in a storage space;
the first terminal creates a created block of the block chain in the independent storage space to generate a block chain;
and the first terminal configures attributes for the block chain, wherein the attributes comprise types, keys and duration.
5. The method of claim 4, wherein after the first terminal configures the attribute for the blockchain, the method further comprises:
if the duration generated by the block chain is greater than the duration, the first terminal broadcasts an emptying message for the block chain to nodes in the block chain;
and the first terminal empties the content of the block chain stored in the independent storage space.
6. The method of claim 1, wherein after the determining the second terminal as a node in the block chain, the method further comprises:
the first terminal acquires transaction data among the nodes of the block chain;
the first terminal packages the transaction data to obtain a first block;
and the first terminal links the first block with the created block to increase the information stored by the block chain.
7. The method of claim 1, wherein after the determining the second terminal as a node in the block chain, the method further comprises:
the first terminal sends a target title to the second terminal;
the first terminal receives answer information returned by the second terminal aiming at the target question, wherein the answer information comprises an answer result and an answer duration;
if the answer result is a correct result, the first terminal determines the type of the node corresponding to the second terminal according to the answer duration, wherein the type of the node comprises a management type or a common type, and the node of the management type has a management authority for the block chain.
8. An apparatus for building a blockchain, the apparatus comprising:
a generating module for generating a blockchain in response to a blockchain creation operation;
a determining module, configured to determine the first terminal as a node in the block chain;
the receiving module is used for receiving a block chain joining request sent by a second terminal, and the joining request carries verification information required by joining the block chain;
the verification module is used for verifying the verification information;
the determining module is further configured to determine the second terminal as a node in the block chain if the verification is passed.
9. A terminal, comprising a processor, an input interface, an output interface, and a memory, the processor, the input interface, the output interface, and the memory being interconnected, wherein the memory is configured to store a computer program comprising program instructions, the processor being configured to invoke the program instructions to perform the method of any of claims 1-7.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program comprising program instructions that, when executed by a processor, cause the processor to carry out the method according to any one of claims 1-7.
CN201910897792.XA 2019-09-20 2019-09-20 Block chain construction method, device, terminal and medium Active CN110647583B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910897792.XA CN110647583B (en) 2019-09-20 2019-09-20 Block chain construction method, device, terminal and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910897792.XA CN110647583B (en) 2019-09-20 2019-09-20 Block chain construction method, device, terminal and medium

Publications (2)

Publication Number Publication Date
CN110647583A true CN110647583A (en) 2020-01-03
CN110647583B CN110647583B (en) 2024-01-12

Family

ID=68992293

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910897792.XA Active CN110647583B (en) 2019-09-20 2019-09-20 Block chain construction method, device, terminal and medium

Country Status (1)

Country Link
CN (1) CN110647583B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111314369A (en) * 2020-02-27 2020-06-19 苏州市星际云通区块链科技有限公司 Resource sharing block chain network
CN111488398A (en) * 2020-05-01 2020-08-04 北京俩撇科技有限公司 Block chain creation method and device based on block chain
CN112751713A (en) * 2020-12-30 2021-05-04 杭州趣链科技有限公司 Block chain-based link establishing method, device and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180089256A1 (en) * 2013-09-23 2018-03-29 David D. Wright, SR. Management Of Entitlements Using Blockchain
CN108990002A (en) * 2018-06-27 2018-12-11 柳州市蓝海数链科技有限公司 A kind of block chain data processing method, device, terminal and storage medium
CN109819443A (en) * 2018-12-29 2019-05-28 东莞见达信息技术有限公司 Authentication registration method, apparatus and system based on block chain

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180089256A1 (en) * 2013-09-23 2018-03-29 David D. Wright, SR. Management Of Entitlements Using Blockchain
CN108990002A (en) * 2018-06-27 2018-12-11 柳州市蓝海数链科技有限公司 A kind of block chain data processing method, device, terminal and storage medium
CN109819443A (en) * 2018-12-29 2019-05-28 东莞见达信息技术有限公司 Authentication registration method, apparatus and system based on block chain

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111314369A (en) * 2020-02-27 2020-06-19 苏州市星际云通区块链科技有限公司 Resource sharing block chain network
CN111488398A (en) * 2020-05-01 2020-08-04 北京俩撇科技有限公司 Block chain creation method and device based on block chain
CN112751713A (en) * 2020-12-30 2021-05-04 杭州趣链科技有限公司 Block chain-based link establishing method, device and storage medium

Also Published As

Publication number Publication date
CN110647583B (en) 2024-01-12

Similar Documents

Publication Publication Date Title
CN110933163B (en) Block chain contract deployment method, device, equipment and storage medium
CN111444211B (en) Block chain consensus node checking method, device, equipment and storage medium
CN108769230B (en) Transaction data storage method, device, server and storage medium
CN111324672A (en) Block chain safety processing system and method
CN107770182A (en) The date storage method and home gateway of home gateway
CN110417790B (en) Block chain real-name system queuing system and method
EP4216077A1 (en) Blockchain network-based method and apparatus for data processing, and computer device
CN110647583B (en) Block chain construction method, device, terminal and medium
CN112187931A (en) Session management method, device, computer equipment and storage medium
CN111291060A (en) Method, device and computer readable medium for managing block chain nodes
CN111654395B (en) Voting information processing method, device, equipment and storage medium
CN110866265A (en) Data storage method, device and storage medium based on block chain
CN110928880A (en) Data processing method, device, terminal and medium based on block chain
CN112862487A (en) Digital certificate authentication method, equipment and storage medium
CN111339141A (en) Data transmission method, block link node equipment and medium
CN112995357B (en) Domain name management method, device, medium and electronic equipment based on cloud hosting service
CN111327602B (en) Equipment access processing method, equipment and storage medium
CN110602133B (en) Intelligent contract processing method, block chain management device and storage medium
CN111147496B (en) Data processing method and device
CN115865537A (en) Privacy calculation method based on centralized system management, electronic equipment and storage medium
CN113014540B (en) Data processing method, device, equipment and storage medium
CN113869901B (en) Key generation method, key generation device, computer-readable storage medium and computer equipment
CN112926981B (en) Transaction information processing method, device and medium for block chain and electronic equipment
CN101425925B (en) Method, system and apparatus for providing authentication of data communication
CN112989398B (en) Data processing method and device for block chain network, computer equipment and medium

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