CN109871263B - Operation method, device and equipment of offline block chain system and storage medium - Google Patents

Operation method, device and equipment of offline block chain system and storage medium Download PDF

Info

Publication number
CN109871263B
CN109871263B CN201910137837.3A CN201910137837A CN109871263B CN 109871263 B CN109871263 B CN 109871263B CN 201910137837 A CN201910137837 A CN 201910137837A CN 109871263 B CN109871263 B CN 109871263B
Authority
CN
China
Prior art keywords
block
offline
transaction requests
full
block chain
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910137837.3A
Other languages
Chinese (zh)
Other versions
CN109871263A (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.)
Beijing Baidu Netcom Science and Technology Co Ltd
Original Assignee
Beijing Baidu Netcom Science and Technology 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 Beijing Baidu Netcom Science and Technology Co Ltd filed Critical Beijing Baidu Netcom Science and Technology Co Ltd
Priority to CN201910137837.3A priority Critical patent/CN109871263B/en
Publication of CN109871263A publication Critical patent/CN109871263A/en
Application granted granted Critical
Publication of CN109871263B publication Critical patent/CN109871263B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The embodiment of the invention discloses an operation method, device and equipment of an offline block chain system and a storage medium. The method comprises the following steps: acquiring a full quantity of ordered transaction requests stored in a block from a block link point on an line; performing data cleaning on the transaction request to meet the operation requirement of the offline block chain system; and sending the cleaned transaction requests to the offline block chain system for execution according to the sequence of the full-quantity ordered transaction requests. According to the technical scheme of the embodiment of the invention, the transaction requests of the online block chain nodes are acquired in a full-quantity and orderly manner, so that the condition that part of the transaction requests cannot take effect in the online block chain system due to neglecting the incidence relation among the transaction requests is avoided, the online flow data in the decentralized system is effectively extracted, and the guarantee is provided for the offline transfer of the online flow data.

Description

Operation method, device and equipment of offline block chain system and storage medium
Technical Field
The present invention relates to network data processing technologies, and in particular, to an operation method, an apparatus, a device, and a storage medium for an offline block chain system.
Background
In order to ensure the normal operation of the blockchain system, the blockchain software needs to be strictly tested before running on line. In the block chain quality assurance system, besides the construction of code-level and module-level tests, online flow data needs to be synchronized to an offline sandbox system environment, so that the updated block chain system can be verified comprehensively before being online.
The existing wired sandbox system is applied to a centralized service system, but is not used in the field of decentralized service systems, and has no application of a homogeneous system in a block chain network architecture. The existing sandbox system needs to use flow data as input data in the test process, and generally extracts actual flow data from an actually-operated system. However, the traffic data of decentralized and centralized systems are completely different in content, extraction manner and requirements at test run time.
Disclosure of Invention
The embodiment of the invention provides an operation method, device, equipment and storage medium of an offline block chain system, which are used for effectively extracting online flow data of a decentralized system and are suitable for the requirement of offline transfer of the flow data.
In a first aspect, an embodiment of the present invention provides an operation method of an offline block chain system, where the method includes:
acquiring a full quantity of ordered transaction requests stored in a block from a block link point on an line;
performing data cleaning on the transaction request to meet the operation requirement of the offline block chain system;
and sending the cleaned transaction requests to the offline block chain system for execution according to the sequence of the full-quantity ordered transaction requests.
In a second aspect, an embodiment of the present invention further provides an apparatus for operating an offline block chain system, where the apparatus includes:
the transaction request acquisition module is used for acquiring a full quantity of ordered transaction requests stored in the block from the chain link points of the blocks on the line;
the data cleaning module is used for cleaning the data of the transaction request so as to meet the operation requirement of the offline block chain system;
and the transaction request sending module is used for sending the cleaned transaction requests to the offline block chain system for execution according to the sequence of the full-quantity ordered transaction requests.
In a third aspect, an embodiment of the present invention further provides an electronic device, where the electronic device includes:
one or more processors;
a memory for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors implement an operation method of the offline blockchain system as provided in the embodiment of the first aspect.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements an operation method of the offline blockchain system, as provided in the embodiment of the first aspect.
The embodiment of the invention acquires the full quantity of ordered transaction requests stored in the block from the on-line block chain node, and performs data cleaning on the transaction requests to meet the operation requirement of the off-line block chain system; and sending the cleaned transaction requests to the offline block chain system for execution according to the sequence of the full-quantity ordered transaction requests. According to the technical scheme of the embodiment of the invention, the transaction requests of the online block chain nodes are acquired in a full-quantity and orderly manner, so that the condition that part of the transaction requests cannot take effect in the online block chain system due to neglecting the incidence relation among the transaction requests is avoided, the online flow data in the decentralized system is effectively extracted, and the guarantee is provided for the offline transfer of the online flow data.
Drawings
Fig. 1 is a flowchart of an operation method of an offline blockchain system according to a first embodiment of the present invention;
fig. 2 is a flowchart of an operation method of an offline blockchain system according to a second embodiment of the present invention;
fig. 3 is a flowchart of an operation method of an offline blockchain system according to a third embodiment of the present invention;
fig. 4 is a flowchart of an operation method of an offline blockchain system according to a fourth embodiment of the present invention;
fig. 5A is a flowchart of an operation method of an offline blockchain system according to a fifth embodiment of the present invention;
fig. 5B is a diagram illustrating an inline blockchain system and an offline blockchain system according to a fifth embodiment of the present invention;
fig. 6 is a flowchart of an operation method of an offline blockchain system according to a sixth embodiment of the present invention;
fig. 7 is a structural diagram of an operating apparatus of an offline block chain system according to a seventh embodiment of the present invention;
fig. 8 is a schematic structural diagram of an electronic device in an eighth embodiment of the present invention.
Detailed Description
The embodiments of the present invention will be described in further detail with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the embodiments of the invention and that no limitation of the invention is intended. It should be further noted that, for convenience of description, only some structures, not all structures, relating to the embodiments of the present invention are shown in the drawings.
Example one
Fig. 1 is a flowchart of an operation method of an offline blockchain system according to a first embodiment of the present invention, where the method is applied to an offline transfer of online traffic data in a decentralized system. The method is executed by an operating device of the offline blockchain system, and the device is realized by software and/or hardware and is specifically configured in electronic equipment bearing blockchain nodes, or can be configured in other electronic equipment to provide online flow data for the offline blockchain system. The block link point is a block link node in the offline block link system.
A method for operating an offline blockchain system as shown in fig. 1 includes:
s110, acquiring the full-quantity ordered transaction request stored in the block from the chain link point of the block on the line.
The block link point on the line can be understood as a block link point in the block chain system on the line generating the traffic data. Transaction requests may be understood as transaction requests that are processed in an inline blockchain system, which are typically initiated by user control for processing some specific business function, such as e-money transaction requests, etc.
Optionally, the full-amount ordered transaction request stored in the block is obtained from any one online blockchain node in the online blockchain system. Or optionally, the full-quantity ordered transaction requests stored in each stage of the block are synchronously acquired in segments from at least two online block chain nodes in the online block chain system respectively; and summarizing the full-scale ordered transaction requests of each stage according to the original sequence in the block to obtain the full-scale ordered transaction requests. Or optionally, synchronously acquiring full-quantity ordered transaction requests stored in the blocks from at least two online blockchain nodes in the online blockchain system; when all the transaction requests in the full-scale ordered transaction requests of all the online block chain nodes are consistent, taking the full-scale ordered transaction request in any one online block chain node as a finally obtained full-scale ordered transaction request; and when at least one transaction request in the full-quantity ordered transaction requests of at least one online blockchain node is inconsistent with the corresponding transaction requests in the full-quantity ordered transaction requests of other online blockchain nodes, re-acquiring the full-quantity ordered transaction requests from other online blockchain nodes in the online blockchain system. The online block link point is preferably a trust node in an online block link network, for example, an online block link node with the highest data acquisition frequency, the highest computational effort, or the highest verification passing rate after processing a transaction request.
It should be noted that the fully ordered transaction requests may be understood as transaction requests included in each block corresponding to the starting block and the last added block in the online block chain system, and the transaction requests are sequentially ordered according to the storage order in the block chain.
It is understood that, in order to avoid the situation that the association relationship between the acquired transaction request and the transaction request which is not acquired causes all or part of the acquired transaction request to be invalid, the creation block is used as the starting block of the acquired transaction request; in order to avoid poor user experience caused by data transmission interruption or data blockage due to excessive data during a single transaction request acquisition, a batch acquisition mode is preferably adopted. Illustratively, from the online block link point, starting from the created block, the full-scale ordered transaction requests stored in the block are acquired batch by batch, the height of the ending block of the current batch is recorded at the end of each batch acquisition, and the transaction requests in the blocks of the next batch are acquired from the height of the ending block of the last time when the next batch acquisition starts.
In an alternative embodiment, the full amount of ordered transaction requests stored in a block may be obtained from block links stored at block link points on the line. Illustratively, consecutive blocks are obtained from block chain nodes on the line, and the obtained transaction requests are respectively analyzed from each block and summarized as full-scale ordered transaction requests.
Specifically, all blocks between the starting block and the ending block are sequentially acquired from the block chain nodes on the line, in the process of acquiring each block or after acquiring all blocks, the transaction requests are respectively analyzed and acquired from each block, and the analyzed transaction requests are sequentially summarized according to the storage sequence in the block chain to obtain the full-quantity ordered transaction requests.
In another alternative embodiment, the full amount of ordered transaction requests stored in the block may be obtained from an inline block link point, which may be locally stored block chain data. Illustratively, the full number of ordered transaction requests stored in the node localization database, already stored in the block, are retrieved from the online block link point.
Specifically, the ordered transaction requests stored in each block from the start block to the end block are directly obtained from the node localization database of the link point of the block on the line.
In another alternative embodiment, the full-size ordered transaction request stored in the block is obtained from an online block link point, and may also be obtained from a block chain of online block link points based on locally storing data at the online block link point. Illustratively, acquiring a storage address corresponding to a transaction request stored in each block from a starting block to an ending block in a block chain from an online block link point localization database; and acquiring corresponding transaction requests from corresponding storage addresses in each block in sequence, and summarizing the transaction requests to be used as full-quantity ordered transaction requests.
Since transaction requests that can be stored in a block have been processed and accepted by many nodes of the blockchain network, ordered transaction requests are efficiently executed without the existence of invalid, unexecutable transaction requests.
And S120, performing data cleaning on the transaction request to meet the operation requirement of the offline block chain system.
The electronic device stores the operation requirement of the offline blockchain system in advance in a local storage device or a cloud terminal associated with the electronic device. Accordingly, the electronic device may obtain the operation requirement locally, in a storage device associated with the electronic device, or in a cloud; determining a reference condition required to be met by a transaction request executed by the offline blockchain system according to the operation requirement; and performing data cleaning on the acquired full-quantity sequence transaction requests according to the reference condition so as to correspondingly edit and replace or directly delete the transaction requests which do not meet the condition according to the operation requirement.
It will be appreciated that to facilitate reuse of the retrieved transaction requests, the retrieved full-scale ordered transaction requests may also be backed up first before data cleansing of the transaction requests.
And S130, sending the cleaned transaction requests to the offline block chain system for execution according to the sequence of the full-scale ordered transaction requests.
Because the cleaning process of the transaction request is completely determined according to the operation requirement of the offline blockchain system, the cleaned transaction request can be directly used as input data to be sent to the offline blockchain system. Considering the incidence relation among the transaction requests in the block chain, when the cleaned transaction requests are sent to the offline block chain system, the transaction requests need to be sent according to the sequence of the full-quantity ordered transaction requests, and further the condition that the transaction requests are invalid due to the change of the sequence of the transaction requests is avoided.
The cleaned transaction request may be a transaction request corresponding to an in-line blockchain system. Certainly, in order to meet the requirement of the offline blockchain system on the quantity of input data, the cleaned transaction requests of the at least two online blockchain systems can be sent to the offline blockchain system to be executed according to the sequence of the full-quantity ordered transaction requests, and only the transaction requests corresponding to any two offline blockchain systems need to be ensured to have no correlation relationship with each other.
The embodiment of the invention acquires the full quantity of ordered transaction requests stored in the block from the on-line block chain node, and performs data cleaning on the transaction requests to meet the operation requirement of the off-line block chain system; and sending the cleaned transaction requests to the offline block chain system for execution according to the sequence of the full-quantity ordered transaction requests. According to the technical scheme of the embodiment of the invention, the transaction requests of the online block chain nodes are acquired in a full-quantity and orderly manner, so that the condition that part of the transaction requests cannot take effect in the online block chain system due to neglecting the incidence relation among the transaction requests is avoided, the online flow data in the decentralized system is effectively extracted, and the guarantee is provided for the offline transfer of the online flow data.
Example two
Fig. 2 is a flowchart of an operation method of an offline blockchain system according to a second embodiment of the present invention. The embodiment of the invention is optimized and improved on the basis of the technical scheme of each embodiment.
Further, the operation of "performing data cleaning on the transaction request to meet the operation requirement of the offline block chain system" is subdivided into "if a user online account appears in the transaction request, acquiring a corresponding offline account, and changing an online account address in the transaction request into a corresponding offline account address", so that when the transaction request appears in the user online account, the traffic data corresponding to the transaction request related to the user online account in the online block chain system can be effectively transferred into the offline block chain system.
A method for operating an offline blockchain system as shown in fig. 2 includes:
s210, acquiring the full-quantity ordered transaction request stored in the block from the chain link point of the block on the line.
The transaction request includes a transfer transaction request, such as a transfer-in request, a transfer-out request, a conversion request, an account freezing request and the like of currency elements circulating in the blockchain network. The transfer transaction request includes the transfer-in account address and the transfer-out account address for the monetary element. Generally, an account is determined and generated based on a random number (for example, timestamp information, machine device identification of an account user, and the like) by a cryptographic algorithm, and is managed by an asymmetric key pair, wherein a public key of the asymmetric key pair is an account address, and a private key is reserved by an account owner.
S220, if the online account of the user appears in the transaction request, the corresponding offline account is obtained, and the online account address in the transaction request is changed into the corresponding offline account address.
And the on-line account of the user corresponds to the transfer-in account and the transfer-out account of the monetary elements in the transfer transaction request. Because the random numbers used by the cryptographic algorithm are different when the account is generated, the online account of the user cannot be directly copied to the offline for the offline blockchain system to use, and therefore, the online account address in the online blockchain system needs to be additionally mapped to the offline blockchain system.
Specifically, whether the online account has a corresponding offline account is inquired, and if yes, the online account address in the transaction request is changed into the corresponding offline account address; and if not, establishing an offline account based on the cryptographic algorithm, establishing a corresponding relation between the newly established offline account and the online account, and replacing the online account address in the transaction request with the newly established offline account address.
Generally, the number of online accounts is identical to that of offline accounts, and the online accounts and the offline accounts correspond to each other one by one. Of course, in order to meet the special requirements of the offline blockchain system (for example, performing performance test on the offline blockchain system), some other accounts, such as miners' accounts in the offline blockchain system, may also be added to the offline blockchain system.
And S230, sending the cleaned transaction requests to the offline block chain system for execution according to the sequence of the full-scale ordered transaction requests.
According to the embodiment of the invention, the cleaning operation on the transaction request is refined into the mode that when the user online account appears in the transaction request, the corresponding offline account is obtained, and the online account address in the transaction request is changed into the corresponding offline account address, so that when the user online account appears in the transaction request, the flow data corresponding to the transaction request related to the user online account in the online block chain system can be effectively transferred to the offline block chain system, and the invalid extraction of the flow data is avoided.
EXAMPLE III
Fig. 3 is a flowchart of an operation method of an offline blockchain system according to a third embodiment of the present invention. The embodiment of the invention is optimized and improved on the basis of the technical scheme of each embodiment.
Further, the operation of 'performing data cleaning on the transaction request to meet the operation requirement of the offline blockchain system' is refined into 'if the transfer transaction request excited by the accounting right of the block chain points appears in the transaction request, deleting the transfer transaction request from the full-quantity ordered transaction request' so as to avoid the condition that the data in the offline blockchain system is inconsistent with the data in the online blockchain system due to the existence of the transfer transaction request excited by the accounting right.
A method for operating an offline blockchain system as shown in fig. 3 includes:
s310, acquiring the full-quantity ordered transaction request stored in the block from the chain link point of the online block.
S320, if the transfer transaction request stimulated by the block link point accounting right appears in the transaction request, deleting the transfer transaction request from the full-volume ordered transaction request.
When the online block link points in the online block chain system compete for the accounting right and perform a certain mining operation as the online block generation nodes, the online block chain system generates an online transfer transaction request for accounting right activation, so that a set number of online activation elements are transferred from a specific account (e.g., an online system account) to the online block generation node account.
When an offline blockchain node in the offline blockchain system serves as an offline blockchain generation node to perform a corresponding offline mining operation, the offline blockchain system will also generate a corresponding offline accounting transaction request for accounting right incentive, so that a set number of offline incentive elements are transferred from a corresponding specific account (e.g., an offline system account) to the offline blockchain generation node account. However, the acquired transaction requests of the online blockchain system also include online transfer transaction requests corresponding to online mining operations, which inevitably results in repeated execution of offline blockchain systems on offline transfer transaction requests corresponding to the online transfer transaction requests, and causes inconsistency between data in the offline blockchain system and the online blockchain system.
In order to avoid repeated execution of the transfer transaction request generated by the offline blockchain node and the transfer transaction request contained in the online blockchain system, after the full-amount ordered transaction request is acquired from the online blockchain node, the transfer transaction request excited by the bookkeeping right of the blockchain node in the acquired transaction request needs to be searched, and after the transfer transaction request related to the bookkeeping right excitation is searched, the transfer transaction request is directly and correspondingly deleted from the full-amount ordered transaction request.
Optionally, the search operation for the transfer transaction request stimulated by the accounting right may be to acquire an element of the current transaction request and transfer the element into an account; transferring the acquired elements into an account and comparing the acquired elements with a system account in an online block chain system; and if the comparison result is the same, determining that the current transaction request is the transfer transaction request stimulated by the accounting right.
Or alternatively, the lookup operation for the transfer transaction request stimulated by the accounting right may be to obtain an element of the current transaction request to transfer out of the account; and if the acquired element transfer-out account has the identity of the miners, determining that the current transaction request is the transfer transaction request stimulated by the accounting right. Specifically, the account corresponding to the block generation node may be determined to be a miner account in the block header.
S330, sending the cleaned transaction requests to the offline block chain system for execution according to the sequence of the full-scale ordered transaction requests.
According to the embodiment of the invention, the data request operation of the transaction request is refined into the transfer transaction request excited by the accounting right of the block chain nodes in the transaction request, and the transfer transaction request is deleted from the full-quantity ordered transaction request, so that the request that the data of the offline block chain system is inconsistent with the data of the online block chain system due to repeated execution of the transfer transaction request in the offline block chain system is avoided.
Example four
Fig. 4 is a flowchart of an operation method of an offline blockchain system according to a fourth embodiment of the present invention. The embodiment of the invention is optimized and improved on the basis of the technical scheme of each embodiment.
Further, in the process of executing the operation of sending the cleaned transaction requests to the offline block chain system for execution in the order of the full-quantity ordered transaction requests, additionally operating the operation of performing difference processing on the absolute block height and the initiated block height when the transaction requests are initiated on the line to obtain a height difference if the absolute block height exists in the current transaction request to be sent as an execution parameter; summing the height difference with a current offline block height of an offline block chain system; and replacing the absolute block height' in the current transaction request to be sent by the summation result value so as to avoid the condition that the data in the offline block chain system and the online block chain system are inconsistent due to the existence of the transaction request associated with the absolute block height.
A method for operating an offline blockchain system as shown in fig. 4 includes:
s410, acquiring the full-quantity ordered transaction request stored in the block from the chain link point of the block on the line.
And S420, performing data cleaning on the transaction request to meet the operation requirement of the offline block chain system.
And S430, sending the cleaned transaction requests to the offline block chain system for execution according to the sequence of the full-scale ordered transaction requests.
S440, if the absolute block height exists in the current transaction request to be sent as an execution parameter, performing difference processing on the absolute block height and the initiated block height when the transaction request is initiated on the line to obtain a height difference.
For example, when the online blockchain system uses a DPOS (distributed Proof of trust) consensus mechanism, all online blockchain nodes are proxied to confirm the blocks and maintain the ordered operation of the online blockchain system by voting a part of representative nodes through each online blockchain node in the online blockchain system. In the voting process, usually the freezing of the incentive elements is accompanied in the designated block height range, and in the transaction request corresponding to the voting process, absolute block height values of the incentive elements freezing, such as the freezing starting block height and the freezing ending block height, or the freezing starting block height and the freezing continuing block height, must exist.
For another example, when the transaction request is a request to initiate a bonus competition event, there must be a freezing of the competition incentive elements within the absolute height block. For another example, when the transaction request is a product transfer request between the seller and the buyer, and when the seller is not completely transferred to the buyer, the money elements paid by the buyer may be temporarily frozen within the absolute height block in the transaction request in order to reduce the transaction risk of the buyer.
In the above various application scenarios and similar application scenarios, there are cases where the absolute block height is used as an execution parameter in the transaction request. Then, when the obtained full-scale ordered transaction request is executed in the block chain system under the line, and when the block height is accumulated based on the existing block height of the block chain system under the line, the block height of the transaction request in the block chain system under the line and the corresponding block height of the transaction request in the block chain system above the line have a certain height difference.
As another example, the transaction requests actually generated in the online block chaining system may be sparse, such as at night when user activity is necessarily lower than the activity of the user generating the transaction requests during the day, which results in transaction requests that are not actually processed in many blocks. Then, in order to make efficient use of the offline blockchain system, it is not usually performed completely according to the generation time interval of the online transaction requests, for example, the transaction requests generated within 1 month of the online transaction requests, and the control may complete the processing within several days in the offline blockchain system.
In order to avoid the block offset generated when the transaction request is executed in the offline block chain system due to the existence of the height difference, the absolute block height in the corresponding transaction request in the online block chain system may be differentiated from the block height when the transaction request is initiated on the line, and the obtained difference may be used as the height difference. Illustratively, the difference between the height of the freeze-terminated block when the excitation element is frozen and the height of the freeze-initiated block is obtained.
S450, summing the height difference with the current offline block height of the offline block chain system.
The obtained height difference is summed with the current offline block height of the offline block chain system, and the absolute block height in the transaction request is replaced by the summation result value subsequently, so that the mapping of the absolute block height of the online block chain system in the offline block chain system is realized, and the continuity and the accuracy of the offline block chain system in executing the full-scale ordered transaction request are ensured.
And S460, replacing the absolute block height in the current transaction request to be sent with the summation result value.
In the embodiment of the invention, in the process of sending the cleaned transaction requests to the offline block chain system for execution according to the sequence of the full-quantity ordered transaction requests, the replacement operation of the absolute block height contained in the transaction requests to be sent is added, so that the mapping of the absolute block height of the online block chain system to the offline block chain system is realized, the continuity and the accuracy of the offline block chain system in executing the full-quantity ordered transaction requests are ensured, and the condition that the data in the offline block chain system is inconsistent with the data in the online block chain system due to the existence of the transaction requests associated with the absolute block height is avoided.
EXAMPLE five
Fig. 5A is a flowchart of an operation method of an offline blockchain system according to a fifth embodiment of the present invention. The embodiment of the invention is optimized and improved on the basis of the technical scheme of each embodiment.
Further, the operation "the cleaned transaction requests are sent to the offline block chain system for execution according to the sequence of the full-quantity ordered transaction requests", and the operation "the cleaned transaction requests are sent to the sandbox system serving as the offline block chain system for execution according to the sequence of the full-quantity ordered transaction requests and the test pressure requirements", so that the online block chain system with the changed version is subjected to system level test through the sandbox system of the offline block chain system. Illustratively, the version change of the online blockchain system may be an online blockchain system version upgrade, such as an upgrade of an intelligent contract in the online blockchain system, code that is modified to optimize performance, or system architecture adjustment, etc.
To clearly understand the technical solution of the embodiment of the present invention, a lower block chain system is first described.
Referring to the structural composition diagram of the on-line blockchain system and the off-line blockchain system shown in fig. 5B, the off-line blockchain system 52 may have the same or similar hardware composition as the on-line blockchain system 51 corresponding to the on-line blockchain point. For example, the number of offline blockchain nodes included in the offline blockchain system is completely the same as the number of online blockchain nodes included in the online blockchain system, and the hardware configuration of each offline blockchain node is also completely the same as that of the corresponding online blockchain node. For another example, the number of offline blockchain nodes included in the offline blockchain system is set in equal proportion to the number of online blockchain nodes of different hardware configurations in the online blockchain system. It will be appreciated that the proportions set should be subject to the requirements of the test.
The offline blockchain system performs data processing through a sandbox environment of the electronic device bearing the offline blockchain nodes. Three module drainage modules (dumper), cleaning modules (txclean) and pressure modules (loader) are arranged in the sandbox system.
A method for operating an offline blockchain system as shown in fig. 5A includes:
s510, acquiring the full-quantity ordered transaction request stored in the block from the link point of the block on the line.
The flow guiding module obtains the continuous blocks from any node or a trusted node in the chain link points of the blocks on the line, and analyzes and obtains the transaction requests from each block to obtain the full-scale ordered transaction requests.
Optionally, the flow guiding module obtains continuous blocks from the on-line block chain node, and analyzes and obtains the transaction requests from each block respectively, and summarizes the transaction requests as full-scale ordered transaction requests. Or optionally, the drainage module obtains the full-scale ordered transaction requests stored in the stored block from the online block link point in the node localization database.
In order to avoid the situation that the association relationship between the acquired transaction request and the transaction request which is not acquired causes all or part of the acquired transaction request to be invalid, the acquisition of the transaction request is preferably performed from the foundational block. In order to avoid poor user experience caused by data transmission interruption or data blockage due to excessive data during a single transaction request acquisition, a batch acquisition mode is preferably adopted. For example, the drainage module may obtain the full amount of ordered transaction requests stored in the blocks batch by batch starting from the created block from the block link point on the line, record the height of the termination block of the current batch at the end of each batch acquisition, and obtain the transaction requests in the blocks of the next batch starting from the height of the last termination block at the beginning of the next batch acquisition.
S520, performing data cleaning on the transaction request to meet the operation requirement of the offline block chain system.
And the cleaning module is used for cleaning data of the transaction request acquired by the drainage module so as to meet the operation requirement of the offline block chain system to be tested.
Optionally, when the online account of the user appears in the transaction request, the cleaning module acquires the corresponding offline account, and changes the address of the online account in the transaction request into the address of the corresponding offline account.
Or optionally, the cleaning module deletes the transfer transaction request from the full-volume ordered transaction request when the transfer transaction request excited by the block link point accounting right appears in the transaction request.
And S530, sending the cleaned transaction requests to a sandbox system serving as a offline block chain system for execution according to the sequence of the full-scale ordered transaction requests and the test pressure requirements.
And the pressure sending module sends the transaction requests cleaned by the cleaning module to a sandbox system in the offline blockchain system according to the original sequence in the online blockchain system and the frequency and the number corresponding to the test pressure requirement, so that the sandbox system of the offline blockchain system can execute the transaction requests, and the online blockchain system with the changed version can be tested in a system level mode. The test pressure requirement can be a high-pressure test or a low-pressure test, and can be changed according to actual conditions. It is understood that, when the test pressure requirement changes, the sending module may determine the frequency and the number of the transaction requests sent to the sandbox system according to the changed test pressure requirement, so as to match the transmission process of the transaction requests with the test pressure requirement.
In order to ensure the continuity and the transfer of transaction requests executed by a sandbox system and avoid the condition that data in an offline block chain system is inconsistent with data in an online block chain system due to the existence of the transaction requests associated with the absolute block heights, a pressure sending module can also identify whether the execution parameters of the absolute block heights exist in the current transaction requests to be sent when the transaction requests are sent to the sandbox system in sequence; when recognizing that the absolute block height exists in the current transaction request to be sent as an execution parameter, performing difference processing on the absolute block height and the initiated block height when the transaction request is initiated on the line to obtain a height difference; summing the height difference with a current offline block height of the offline block chain system; and replacing the absolute block height in the current transaction request to be sent by the summation result value.
It can be understood that when the number of the cleaned transaction requests cannot meet the test pressure requirement of the equipment system, for example, when the data amount of the transaction requests is insufficient during a high-pressure test, the cleaned transaction requests of the block chain system on other lines may be additionally supplemented, and it is only necessary to ensure that no conflict occurs between the acquired cleaned transaction requests of the block chain system on other lines and the transaction requests corresponding to the block chain system on the current line. Of course, the cleaning process of the transaction request corresponding to the additionally supplemented other online blockchain system should be consistent with the cleaning process of the transaction request corresponding to the current online blockchain system.
According to the embodiment of the invention, the operation method of the offline block chain system is applied to the application scene of the sandbox system test, and the sandbox system of the offline block chain system is used for performing the system level test on the online block chain system with the changed version, so that the situation that the flow extraction in the decentralized system cannot be fully quantized due to the fact that the decentralized system cannot directly adopt the centralized system to perform data mirroring by using an online flow copying tool because of different pressure sources is avoided, the effective extraction of the online flow data in the decentralized system is realized, and various problems caused when the offline centralized system is online in advance after the version is changed are effectively intercepted, and the smooth operation of the decentralized system after the online is ensured.
EXAMPLE six
Fig. 6 is a flowchart of an operation method of an offline blockchain system according to a sixth embodiment of the present invention. The embodiment of the invention is optimized and improved on the basis of the technical scheme of each embodiment.
Further, the operation "send the cleaned transaction requests to the offline block chain system for execution in the order of the full-scale ordered transaction requests" is refined to "send the cleaned transaction requests to the backup block chain system serving as the offline block chain system for execution in the order of the full-scale ordered transaction requests", so as to implement offline backup or data transfer of the traffic data of the online block chain system through the backup block chain system.
The offline blockchain system may have the same or similar hardware composition as the online blockchain system corresponding to the online blockchain point. For example, the number of offline blockchain nodes included in the offline blockchain system is completely the same as the number of online blockchain nodes included in the online blockchain system, and the hardware configuration of each offline blockchain node is also completely the same as that of the corresponding online blockchain node. For another example, the number of offline blockchain nodes included in the offline blockchain system is set in equal proportion to the number of online blockchain nodes of different hardware configurations in the online blockchain system.
A method for operating an offline blockchain system as shown in fig. 6 includes:
s610, acquiring the full-quantity ordered transaction request stored in the block from the chain link point of the block on the line.
And S620, performing data cleaning on the transaction request to meet the operation requirement of the offline block chain system.
Optionally, when the online account of the user appears in the transaction request, the corresponding offline account is acquired, and the online account address in the transaction request is changed into the corresponding offline account address.
Or optionally, deleting the transfer transaction request from the full-volume ordered transaction request when the transfer transaction request stimulated by the block-link point accounting right appears in the transaction request.
S630, the cleaned transaction requests are sent to a backup block chain system serving as a offline block chain system to be executed according to the sequence of the full-scale ordered transaction requests.
Optionally, the embodiment of the present invention is applicable to an application scenario when the online blockchain system is about to be replaced or scrapped, in order to implement data translation of the online blockchain system. Or alternatively, the embodiment of the present invention may be further applied to an application scenario in which different blockchains stored in at least two online blockchain systems are fused.
It should be noted that, when different blockchains in at least two online blockchain systems are merged, the data cleansing methods performed on the online blockchain systems should be consistent, and when the cleansing process includes an operation of changing an online account address to a corresponding offline account address, offline account addresses generated by transaction data corresponding to different blockchains should be different.
The embodiment of the invention applies the operation method of the offline blockchain system to an application scene of offline backup or data transfer of the online blockchain system, so as to process the transaction request extracted from the online blockchain system through the backup blockchain system of the offline blockchain system, thereby realizing backup or data transfer of blockchain data.
EXAMPLE seven
Fig. 7 is a structural diagram of an operating device of an offline block chain system according to a seventh embodiment of the present invention. The method is suitable for the situation of offline transfer of online flow data in a decentralized system. The device is realized by software and/or hardware and is specifically configured in the electronic equipment carrying the blockchain node.
An apparatus for operating an offline block chain system as shown in fig. 7 comprises: a transaction request acquisition module 710, a data cleansing module 720, and a transaction request sending module 730.
The transaction request obtaining module 710 is configured to obtain a full amount of ordered transaction requests stored in a block from a block link point on a line;
a data cleaning module 720, configured to perform data cleaning on the transaction request to meet an operation requirement of the offline blockchain system;
the transaction request sending module 730 is configured to send the flushed transaction requests to the offline blockchain system for execution according to the order of the full-size ordered transaction requests.
In the embodiment of the invention, a transaction request acquisition module acquires a full quantity of ordered transaction requests stored in a block from a block chain node on a line; performing data cleaning on the transaction request through a data cleaning module to meet the operation requirement of the offline block chain system; and sending the cleaned transaction requests to the offline block chain system for execution according to the sequence of the full-quantity ordered transaction requests through a transaction request sending module. According to the technical scheme of the embodiment of the invention, the transaction requests of the online block chain nodes are acquired in a full-quantity and orderly manner, so that the condition that part of the transaction requests cannot take effect in the online block chain system due to neglecting the incidence relation among the transaction requests is avoided, the online flow data in the decentralized system is effectively extracted, and the guarantee is provided for the offline transfer of the online flow data.
Further, the transaction request obtaining module 710 includes:
the system comprises an on-chain data acquisition unit, a transaction processing unit and a transaction processing unit, wherein the on-chain data acquisition unit is used for acquiring continuous blocks from the chain link points of the blocks on the line, respectively analyzing and acquiring transaction requests from each block and summarizing the transaction requests to be used as full-quantity ordered transaction requests;
and the local data acquisition unit is used for acquiring the full-quantity ordered transaction requests stored in the block and stored in the node localization database from the link points of the blocks on the line.
Further, the transaction request obtaining module 710 includes:
the batch acquisition unit is used for acquiring the full-quantity ordered transaction requests stored in the blocks from the creation block in the on-line block link point in batches, recording the height of the termination block of the current batch when each batch acquisition is finished, and acquiring the transaction requests in the blocks of the next batch from the height of the termination block of the last time when the next batch acquisition is started.
Further, the data cleansing module 720 includes:
and the account address changing unit is used for acquiring the corresponding offline account when the online account of the user appears in the transaction request, and changing the online account address in the transaction request into the corresponding offline account address.
Further, the data cleansing module 720 includes:
and the transaction request deleting unit is used for deleting the transfer transaction request from the full-volume ordered transaction request when the transfer transaction request excited by the block link point accounting right appears in the transaction request.
Further, the apparatus further comprises a block height adjustment module, specifically configured to:
in the process of executing the transaction requests to be cleaned and sending the transaction requests to an offline block chain system for execution according to the sequence of the full-scale ordered transaction requests, if the absolute block height exists in the current transaction request to be sent as an execution parameter, performing difference processing on the absolute block height and the height of an initiating block when the transaction request is initiated on the line to obtain a height difference;
summing the height difference with a current offline block height of an offline block chain system;
and replacing the absolute block height in the current transaction request to be sent with the summation result value.
Further, the transaction request sending module 730 includes:
the sandbox system issuing unit is used for issuing the cleaned transaction requests to a sandbox system serving as an offline block chain system for execution according to the sequence of the full-quantity ordered transaction requests and the test pressure requirement; or
And the backup system issuing unit is used for sending the cleaned transaction requests to a backup block chain system serving as the offline block chain system for execution according to the sequence of the full-quantity ordered transaction requests.
Further, the transaction request sending module 730 is specifically configured to:
and sending the cleaned transaction requests of one or at least two online block chain systems to the offline block chain system for execution according to the sequence of the full-quantity ordered transaction requests.
The operation device of the offline block chain system provided by the embodiment of the invention can execute the operation method of the offline block chain system provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of executing the operation method of the offline block chain system.
Example eight
Fig. 8 is a schematic structural diagram of an electronic device in an eighth embodiment of the present invention. FIG. 8 illustrates a block diagram of an exemplary electronic device 812 suitable for use in implementing embodiments of the present invention. The electronic device 812 shown in fig. 8 is only an example and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention. The electronic device may specifically be a terminal or a server.
As shown in fig. 8, electronic device 812 is in the form of a general purpose computing device. Components of electronic device 812 may include, but are not limited to: one or more processors or processing units 816, a system memory 828, and a bus 818 that couples various system components including the system memory 828 and the processing unit 816.
Bus 818 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Electronic device 812 typically includes a variety of computer system readable media. Such media can be any available media that is accessible by electronic device 812 and includes both volatile and nonvolatile media, removable and non-removable media.
The system memory 828 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)830 and/or cache memory 832. The electronic device 812 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 834 may be used to read from or write to non-removable, nonvolatile magnetic media (not shown in FIG. 8, often referred to as a "hard disk drive"). Although not shown in FIG. 8, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In these cases, each drive may be connected to the bus 818 by one or more data media interfaces. Memory 828 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 840 having a set (at least one) of program modules 842, including but not limited to an operating system, one or more application programs, other program modules, and program data, may be stored in, for example, memory 828, each of which examples or some combination thereof may include an implementation of a network environment. Program modules 842 generally perform the functions and/or methodologies of the described embodiments of the invention.
The electronic device 812 may also communicate with one or more external devices 814 (e.g., keyboard, pointing device, display 824, etc.), with one or more devices that enable a user to interact with the electronic device 812, and/or with any devices (e.g., network card, modem, etc.) that enable the electronic device 812 to communicate with one or more other computing devices. Such communication may occur via input/output (I/O) interfaces 822. Also, the electronic device 812 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the internet) via the network adapter 820. As shown, the network adapter 820 communicates with the other modules of the electronic device 812 over the bus 818. It should be appreciated that although not shown, other hardware and/or software modules may be used in conjunction with the electronic device 812, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
The processing unit 816 executes various functional applications and data processing by executing at least one of the programs stored in the system memory 828, for example, to implement an operation method of the offline block chain system provided by the embodiment of the present invention.
Example nine
An embodiment of the present invention provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the method for operating a offline block chain system according to any embodiment of the present invention is implemented, where the method includes: acquiring a full quantity of ordered transaction requests stored in a block from a block link point on an line; performing data cleaning on the transaction request to meet the operation requirement of the offline block chain system; and sending the cleaned transaction requests to the offline block chain system for execution according to the sequence of the full-quantity ordered transaction requests.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute 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 type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the embodiments of the present invention have been described in more detail through the above embodiments, the embodiments of the present invention are not limited to the above embodiments, and many other equivalent embodiments may be included without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (11)

1. A method of operating an offline blockchain system, the method comprising:
acquiring a full quantity of ordered transaction requests stored in a block from a block link point on an line; the full-quantity ordered transaction requests are transaction requests which are sequentially ordered in the storage sequence in the block chain from the first block in the online block chain system to the blocks corresponding to the newly added blocks;
performing data cleaning on the transaction request to meet the operation requirement of the offline block chain system;
and sending the cleaned transaction requests to the offline block chain system for execution according to the sequence of the full-quantity ordered transaction requests.
2. The method of claim 1, wherein obtaining the full-size ordered transaction requests stored in the block from the block chaining points on the lines comprises:
acquiring continuous blocks from the chain link points of the blocks on the line, respectively analyzing and acquiring transaction requests from each block, and summarizing the transaction requests to be used as full-scale ordered transaction requests; or
The full amount of ordered transaction requests stored in the stored block, stored in the node localization database, are retrieved from the online block link points.
3. The method of claim 1, wherein obtaining the full-size ordered transaction requests stored in the block from the block chaining points on the lines comprises:
and acquiring the full-quantity ordered transaction requests stored in the blocks batch by batch from the creation block from the link point of the online blocks, recording the height of the termination block of the current batch when each batch is acquired, and acquiring the transaction requests in the blocks of the next batch from the height of the termination block of the last time when the next batch is acquired.
4. The method of claim 1, wherein performing a data flush on the transaction request to meet operational requirements of a downline blockchain system comprises:
and if the user online account appears in the transaction request, acquiring the corresponding offline account, and changing the online account address in the transaction request into the corresponding offline account address.
5. The method of claim 1, wherein performing a data flush on the transaction request to meet operational requirements of a downline blockchain system comprises:
and if the transfer transaction request stimulated by the block link point accounting right appears in the transaction request, deleting the transfer transaction request from the full-scale ordered transaction request.
6. The method of claim 1, wherein the issuing the flushed transaction requests to the offline blockchain system for execution in the order of the full-size ordered transaction requests, further comprises:
if the absolute block height exists in the current transaction request to be sent as an execution parameter, performing difference processing on the absolute block height and the initiated block height when the transaction request is initiated on the line to obtain a height difference;
summing the height difference with a current offline block height of an offline block chain system;
and replacing the absolute block height in the current transaction request to be sent with the summation result value.
7. The method of any of claims 1-6, wherein issuing the flushed transaction requests to the offline blockchain system for execution in the order of the fully ordered transaction requests comprises:
sending the cleaned transaction requests to a sandbox system serving as an offline block chain system for execution according to the sequence of the full-scale ordered transaction requests and the test pressure requirements; or
And sending the cleaned transaction requests to a backup blockchain system serving as a offline blockchain system for execution according to the sequence of the full-scale ordered transaction requests.
8. The method of claim 7, wherein issuing the flushed transaction requests to the offline blockchain system for execution in the order of the full-size ordered transaction requests comprises:
and sending the cleaned transaction requests of one or at least two online block chain systems to the offline block chain system for execution according to the sequence of the full-quantity ordered transaction requests.
9. An apparatus for operating an offline blockchain system, the apparatus comprising:
the transaction request acquisition module is used for acquiring a full quantity of ordered transaction requests stored in the block from the chain link points of the blocks on the line; the full-quantity ordered transaction requests are transaction requests which are sequentially ordered in the storage sequence in the block chain from the first block in the online block chain system to the blocks corresponding to the newly added blocks;
the data cleaning module is used for cleaning the data of the transaction request so as to meet the operation requirement of the offline block chain system;
and the transaction request sending module is used for sending the cleaned transaction requests to the offline block chain system for execution according to the sequence of the full-quantity ordered transaction requests.
10. An electronic device, characterized in that the electronic device comprises:
one or more processors;
a memory for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement a method of operating a offline blockchain system as recited in any one of claims 1-8.
11. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out a method of operating a downlink block chain system according to any one of claims 1 to 8.
CN201910137837.3A 2019-02-25 2019-02-25 Operation method, device and equipment of offline block chain system and storage medium Active CN109871263B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910137837.3A CN109871263B (en) 2019-02-25 2019-02-25 Operation method, device and equipment of offline block chain system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910137837.3A CN109871263B (en) 2019-02-25 2019-02-25 Operation method, device and equipment of offline block chain system and storage medium

Publications (2)

Publication Number Publication Date
CN109871263A CN109871263A (en) 2019-06-11
CN109871263B true CN109871263B (en) 2021-04-06

Family

ID=66919189

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910137837.3A Active CN109871263B (en) 2019-02-25 2019-02-25 Operation method, device and equipment of offline block chain system and storage medium

Country Status (1)

Country Link
CN (1) CN109871263B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110245147B (en) * 2019-06-19 2021-08-13 腾讯科技(深圳)有限公司 Block chain data processing method and device, readable storage medium and computer equipment
CN110310205B (en) * 2019-06-28 2022-02-25 百度在线网络技术(北京)有限公司 Block chain data monitoring method, device, equipment and medium
CN111127016B (en) * 2019-12-26 2022-08-02 卓尔智联(武汉)研究院有限公司 Offline evidence distribution method and device, computer equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107944887A (en) * 2017-12-14 2018-04-20 法信公证云(厦门)科技有限公司 A kind of personalized lending Risk Pre-control method based on block chain
CN108876621A (en) * 2018-06-29 2018-11-23 杭州云象网络技术有限公司 Distributed Autonomous formula investment and financing platform construction method based on block chain technology
CN108959621A (en) * 2018-07-18 2018-12-07 百度在线网络技术(北京)有限公司 A kind of implementation method, device, equipment and the storage medium of block chain network
WO2019192119A1 (en) * 2018-04-03 2019-10-10 平安科技(深圳)有限公司 Blockchain-based financing method and system, and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180189449A1 (en) * 2017-01-04 2018-07-05 International Business Machines Corporation Tracking items used for providing medical services

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107944887A (en) * 2017-12-14 2018-04-20 法信公证云(厦门)科技有限公司 A kind of personalized lending Risk Pre-control method based on block chain
WO2019192119A1 (en) * 2018-04-03 2019-10-10 平安科技(深圳)有限公司 Blockchain-based financing method and system, and storage medium
CN108876621A (en) * 2018-06-29 2018-11-23 杭州云象网络技术有限公司 Distributed Autonomous formula investment and financing platform construction method based on block chain technology
CN108959621A (en) * 2018-07-18 2018-12-07 百度在线网络技术(北京)有限公司 A kind of implementation method, device, equipment and the storage medium of block chain network

Also Published As

Publication number Publication date
CN109871263A (en) 2019-06-11

Similar Documents

Publication Publication Date Title
CN109871263B (en) Operation method, device and equipment of offline block chain system and storage medium
CN108932338A (en) Data-updating method, device, equipment and medium
JP6778722B2 (en) Cloud scraping system and method using pre-scraped big data and computer program for that
CN113672350A (en) Application processing method and device and related equipment
US9146816B2 (en) Managing system image backup
CN113961510A (en) File processing method, device, equipment and storage medium
CN111027984A (en) Business order processing method and system, electronic equipment and computer storage medium
CN112615909A (en) Method for storing data in cascade storage server cluster and related equipment
CN107273423B (en) Multimedia message data processing method, device and system
CN111274255B (en) Service data monitoring method and system, monitoring architecture, equipment and storage medium
CN116107801A (en) Transaction processing method and related product
CN111401889B (en) Credit data processing method, device, equipment and medium based on block chain
CN112463887A (en) Data processing method, device, equipment and storage medium
CN113569144B (en) Method, device, equipment, storage medium and program product for searching promotion content
CN114205639B (en) Video processing method and device, electronic equipment and storage medium
KR20190130957A (en) Apparatus, method and computer program for cloud scrapping using pre-scrapped bigdata
CN110046192B (en) System and method for generating serial number of request information
US20230061088A1 (en) Systems and methods for zero downtime distributed search system updates
CN115687130A (en) Financial business testing method and related equipment
KR20230103132A (en) Method and apparatus for managing transaction
CN115955500A (en) Network tracing method, device, terminal and medium
CN114860172A (en) Data storage method, device, equipment and storage medium
CN115511486A (en) Transaction processing method, device, medium and electronic equipment
CN114529382A (en) Account checking data processing method and device
CN115904814A (en) Disaster recovery and account compensation method, system and device and computer equipment

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