CN106372533B - Content storage method based on block chain technology - Google Patents

Content storage method based on block chain technology Download PDF

Info

Publication number
CN106372533B
CN106372533B CN201610823156.9A CN201610823156A CN106372533B CN 106372533 B CN106372533 B CN 106372533B CN 201610823156 A CN201610823156 A CN 201610823156A CN 106372533 B CN106372533 B CN 106372533B
Authority
CN
China
Prior art keywords
blockchain network
block chain
content
data blocks
private
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
CN201610823156.9A
Other languages
Chinese (zh)
Other versions
CN106372533A (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.)
China Unionpay Co Ltd
Original Assignee
China Unionpay 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 China Unionpay Co Ltd filed Critical China Unionpay Co Ltd
Priority to CN201610823156.9A priority Critical patent/CN106372533B/en
Publication of CN106372533A publication Critical patent/CN106372533A/en
Application granted granted Critical
Publication of CN106372533B publication Critical patent/CN106372533B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • 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
    • G06F21/6227Protecting 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 where protection concerns the structure of data, e.g. records, types, queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0602Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
    • G06F3/062Securing storage systems
    • G06F3/0623Securing storage systems in relation to content
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0628Interfaces specially adapted for storage systems making use of a particular technique
    • G06F3/0629Configuration or reconfiguration of storage systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/067Distributed or networked storage systems, e.g. storage area networks [SAN], network attached storage [NAS]

Abstract

The invention relates to a content storage method based on a block chain technology, which comprises the following steps: establishing a private block chain network; dividing the content into a plurality of data blocks, and respectively storing the data blocks on corresponding nodes of the private block chain network; calculating the data blocks stored on each node to form at least one feature; at least one feature is anchored into the public blockchain network. The storage method can be implemented at low cost, and the security and reliability of the content or data can be further improved.

Description

Content storage method based on block chain technology
Technical Field
The invention relates to the technical field of data storage.
Background
In the prior art, content storage and verification are generally implemented by using a database technology. However, there are significant limitations to either traditional relational or non-relational databases or existing distributed databases.
First, databases are centralized, and even distributed databases suffer from "centralized" problems, which results in that once the center is breached, all of the content stored in the database is no longer secure and, in many cases, even irretrievable.
Secondly, the storage mode of the database makes the content change very easy, and the stored content can be tampered as long as the management authority of the database is possessed, and even can be undiscovered.
Again, the maintenance of the database is performed by a group of specialized database maintenance personnel. Incorporated into the actual application, the maintainer of the database must also be very familiar with the business, which equates to a risk to a small number of maintainers.
Finally, in order to ensure high security and high availability of data of an enterprise, an enterprise often establishes a plurality of remote centers and synchronizes in real time by adopting a database synchronous backup mode, which greatly increases operation and maintenance costs.
Therefore, those skilled in the art are always expecting a content storage mode which is more secure and reliable and is low in implementation cost.
On the other hand, the blockchain is an account book data storage method, and is an addable general ledger database which exists in a peer-to-peer network in the form of multiple copies. The method has the characteristics of collective maintenance, decentralization, trust consensus mechanism, data non-tampering and the like.
In the aspect of data storage, the block chain adopts a chain type account book structure, and compared with a traditional two-dimensional database table structure, the block chain packs a certain amount of data records into data blocks, and then links the data blocks through summary information, so that the change of the database can be rapidly discriminated through a mathematical algorithm, and the data information can be effectively prevented from being tampered. On the network level, a P2P networking mode is adopted for a block chain, five to thousands of different service nodes capable of independently bearing service flow and data storage are provided according to different service types, and compared with the most mature two-place-three-center architecture in the traditional disaster recovery network structure, more nodes participate in the building of a core network and the storage of account book data, and the availability and reliability of the system are improved.
In addition, the block chain adopts a Hash algorithm and various symmetric and asymmetric encryption algorithms, so that identity management and access control can be performed on the nodes, the non-repudiation characteristics of accounting behaviors and data contents are ensured, and confidentiality of account information and accounting data is protected.
Disclosure of Invention
The invention aims to provide a content storage mode which is combined with a block chain technology, is safer and more reliable and has low implementation cost.
In order to achieve the above purpose, the invention provides a technical scheme as follows:
a content storage method based on block chain technology comprises the following steps: a) establishing a private block chain network; b) dividing the content into a plurality of data blocks, and respectively storing the data blocks on corresponding nodes of the private block chain network; c) calculating the data blocks stored on each node to form at least one characteristic; d) anchoring at least one feature into a public blockchain network.
Preferably, step a) comprises: the number of nodes of the private blockchain network is determined according to the size of the user traffic and/or the amount of content.
Preferably, step a) further comprises: determining which nodes in the private blockchain network need to be identified; a workload proof consensus algorithm is employed to establish and/or optimize a private blockchain network.
Preferably, step d) specifically comprises: periodically anchoring at least one feature into the public blockchain network.
Preferably, it further comprises step e): and combining the data blocks stored on each node of the private block chain network with corresponding features anchored in the public block chain network, and verifying each data block respectively.
Preferably, it further comprises step f): and after the data blocks stored on each node based on the private block chain network pass verification respectively, adding nodes to the private block chain network.
Compared with the existing data storage mode based on a database, the content storage method provided by the invention can introduce the characteristics of decentralization, a trust consensus mechanism, data non-falsification and the like, so that the data or the content is safer and more reliable. Furthermore, by combining a private blockchain network, a public blockchain network, the storage method can be implemented at low cost; by verifying the data or the content through the combination, the security of the content or the data can be further improved.
Drawings
Fig. 1 is a flowchart illustrating a content storage method based on a blockchain technique according to an embodiment of the present invention.
Fig. 2 illustrates a flowchart of a content storage method based on a blockchain technique according to another embodiment of the present invention.
Detailed Description
As shown in fig. 1, a first embodiment of the present invention provides a content storage method based on a block chain technique, which includes the following steps:
step S10, a private blockchain network is established.
Specifically, first, the size of the private blockchain network or the number of nodes thereof may be determined according to the size of the user traffic and/or the amount of content to be stored.
Preferably, in this step, it is also determined which nodes in the private blockchain network need to be identified together; and employing a proof of work (POW) consensus algorithm to establish and/or optimize a private blockchain network.
It will be appreciated that in order for these nodes to agree, a node consensus algorithm needs to be designed to facilitate the selection of the accounting (storage) node and to agree on the legitimacy and validity of each data block. The user can define the consensus algorithm according to the service logic thereof, and the number of the nodes is optimally controlled to be 5-8.
In addition, the number of nodes may be modified or optimized according to different block chain techniques.
And step S11, dividing the content into a plurality of data blocks, and storing the data blocks on corresponding nodes of the private block chain network respectively.
Specifically, after the data blocks are stored on the corresponding nodes, the data blocks can be linked with each other through the summary information, and the data blocks and the link relation among the data blocks jointly form the content to be stored, so that any change of the content can be quickly discriminated.
Step S12, calculating the data blocks stored on each node to form at least one feature.
In this step, each data block in the private blockchain network may be calculated according to a certain algorithm (e.g., a merkel hash algorithm), so as to obtain one or a group of characteristics, such as a hash value or other data statistical characteristics. The features may correspond to the data blocks one to one, such that the one feature may reflect characteristics of the corresponding data block; alternatively, a single feature may be formed based on multiple blocks of data, thereby enabling the feature to characterize the characteristics of the stored content.
And step S13, anchoring the at least one characteristic to the public block chain network.
Specifically, the one or more characteristics calculated in step S12 may be anchored to a public blockchain (e.g., bitcoin public blockchain, etherhouse public blockchain, etc.) network, so that the fairness of the public blockchain network may be utilized to verify the validity and validity of each data block in the private blockchain network.
Preferably, the features can be anchored to the public blockchain network periodically at a certain frequency to facilitate the updating and security of data or content.
For example, if a ticket service performs ticket storage and validation, the ticket service system can set the mechanism for anchoring based on the volume of the ticket, such as setting a public chain anchor every 10 ten thousand tickets. Then, a timing task may be set in the service system, and when the number of tickets increases to 10 ten thousand, the 10 ten thousand pieces of data are packaged and stored in the private blockchain network, and meanwhile, the mercker tree calculation is performed according to the hash value of each record, and finally, a root value (root of the mercker tree) is calculated, and the root value is sent to the public blockchain network for recording.
The content storage method is realized based on the block chain technology, and compared with the existing data storage mode based on a database, the content storage method can ensure that data or content is safer and more reliable. In addition, the block chain technology is utilized, and the data can be conveniently stored, inquired and verified without setting a large database, so that the implementation and maintenance cost is low, and the method is favorable for popularization and application in the industry.
As shown in fig. 2, a second embodiment of the present invention provides another content storage method based on the block chain technique, which can be improved on the basis of the first embodiment.
Specifically, it comprises: step S10, establishing a private block chain network; step S11, dividing the content into multiple data blocks, and storing the data blocks in corresponding nodes of the private block chain network; step S12, calculating the data blocks stored on each node to form at least one characteristic; and step S13, anchoring the at least one characteristic to the public block chain network.
Unlike the first embodiment described above, it further includes step S14: and combining the data blocks stored on each node of the private block chain network with corresponding features anchored in the public block chain network, and verifying each data block respectively. This verification may be performed at the direction of the user or may be performed periodically.
After the verification, high availability and high reliability of the stored content can be ensured.
As a preferred implementation of the second embodiment, after step S14, the following steps may be further performed: and after the data blocks stored on each node based on the private block chain network pass the verification respectively, adding nodes to the private block chain network. The added new node can be used for storing a new data block, so that the updating or the expansion of the content is realized.
Compared with the first embodiment, the second embodiment is further beneficial to providing public trust for the data blocks stored on each node of the private blockchain network, and a trusted new node can be further added to update or expand the stored content.
It is to be appreciated that when combined with a particular application scenario, multiple Application Program Interfaces (APIs) can be defined and implemented.
The API is a bridge between the user service system and the private block chain, and is also a bridge between the private block chain and the public block chain. Through the calling of the API, a developer of a business system can quickly and conveniently use the block chain technology to realize the storage, the retrieval and the verification of the content without learning the block chain technology. In order to accommodate most scenarios of content storage and verification, six types of API interfaces may be proposed.
1) And a content storage API. The service system can rapidly save the content to be stored in the private blockchain network by calling the interface.
2) And a content query API. The service system can quickly retrieve the content stored in the private blockchain network by calling the interface.
3) And public chain anchoring parameter setting API. As described above, the function of public chain anchoring is added to ensure the fairness of the private blockchain network. The parameter setting of the public link anchor is called by the service system, for example, the service system may set the frequency of anchoring the public link according to the service rule and requirement, such as anchoring once every 100 pieces of content or anchoring once every 72 hours, or according to the user instruction. And appropriate anchoring parameters are set, so that the cost of using the public chain can be saved, and the safety of the content can be ensured.
4) And public chain anchoring parameter query API. Corresponding to the setting of the public chain anchoring parameters, the business system can inquire the set public chain anchoring parameters at any time. With the change of the service function or requirement, the anchor parameter that has been set may be modified, and at this time, the parameter needs to be queried through the interface and then the parameter setting API is called to modify the parameter.
5) And the public chain anchoring result query API. After the service system sets the public chain anchoring parameters, the private block chain can regularly anchor content to the public chain according to rules and set algorithms when conditions are met, and the service system can query the result of anchoring to the public chain within a certain time period according to the anchoring parameter configuration.
6) And verifying the public chain anchoring result API. When a new node needs to be added to the private blockchain network, the newly added node must verify the fairness of the entire private blockchain network for security reasons to prevent fraud by the entire private blockchain. Specifically, the newly added node may randomly synchronize some content in the private blockchain network, then obtain the hash value anchored to the public blockchain through the interface, and then verify the correctness of the hash value through the set anchoring rule and algorithm.
The above description is only for the preferred embodiment of the present invention and is not intended to limit the scope of the present invention. Various modifications may be made by those skilled in the art without departing from the spirit of the invention and the appended claims.

Claims (6)

1. A content storage method based on block chain technology comprises the following steps:
a) establishing a private block chain network;
b) dividing the content into a plurality of data blocks, and respectively storing the data blocks on corresponding nodes of the private block chain network, so that the data blocks are mutually linked through summary information and jointly form the content;
c) calculating the data blocks stored on each node to form at least one characteristic;
d) anchoring the at least one feature into a public blockchain network; and
e) and adding nodes to the private blockchain network based on the data blocks stored on the nodes of the private blockchain network passing verification respectively.
2. The method of claim 1, wherein step a) comprises:
determining the number of nodes of the private blockchain network according to the user service scale and/or the content amount.
3. The method of claim 2, wherein step a) further comprises:
determining which nodes in the private blockchain network need to be identified;
employing a workload attestation consensus algorithm to establish and/or optimize the private blockchain network.
4. The method of claim 1, wherein the characteristic is a hash value.
5. The method according to claim 1, wherein said step d) comprises in particular:
periodically anchoring the at least one feature into the public blockchain network.
6. The method according to any one of claims 1 to 5, characterized in that it further comprises a step f):
and combining the data blocks stored on each node of the private blockchain network with corresponding features anchored in the public blockchain network, and verifying each data block respectively.
CN201610823156.9A 2016-09-14 2016-09-14 Content storage method based on block chain technology Active CN106372533B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610823156.9A CN106372533B (en) 2016-09-14 2016-09-14 Content storage method based on block chain technology

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610823156.9A CN106372533B (en) 2016-09-14 2016-09-14 Content storage method based on block chain technology

Publications (2)

Publication Number Publication Date
CN106372533A CN106372533A (en) 2017-02-01
CN106372533B true CN106372533B (en) 2020-04-21

Family

ID=57896730

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610823156.9A Active CN106372533B (en) 2016-09-14 2016-09-14 Content storage method based on block chain technology

Country Status (1)

Country Link
CN (1) CN106372533B (en)

Families Citing this family (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106874440B (en) * 2017-02-07 2019-11-12 杭州秘猿科技有限公司 A kind of block chain state storage method based on SQL database
CN106920167A (en) * 2017-02-24 2017-07-04 北京航空航天大学 A kind of block chain mechanism based on P2P finance and common recognition algorithm
CN106878000B (en) * 2017-03-06 2020-02-21 中钞信用卡产业发展有限公司杭州区块链技术研究院 Alliance chain consensus method and system
CN107124443B (en) * 2017-03-28 2020-04-28 丽水北斗区块链科技有限责任公司 Data analysis method and device based on block chain
CN108734019A (en) * 2017-04-14 2018-11-02 姚宇 A kind of implementation method of privately owned block chain
CN108881166B (en) * 2017-05-16 2021-03-26 江峰 Virtual account block chain verification system with external fixed physical node
CN107317856A (en) * 2017-06-23 2017-11-03 李波 A kind of date storage method and device based on block chain
CN107391298B (en) * 2017-07-06 2021-02-09 上海策链信息科技有限公司 Data storage state detection method and device and computer readable storage medium
CN107948283A (en) * 2017-11-24 2018-04-20 中钞信用卡产业发展有限公司杭州区块链技术研究院 A kind of big file of alliance's chain stores and the method and system of verification
CN108038184B (en) * 2017-12-08 2020-04-17 横琴密达科技有限责任公司 Data storage method and system based on block chain and intelligent block chain
CN108280878B (en) * 2018-04-12 2020-05-19 谭佳佳 Material culture heritage block chain multi-mode digital identity construction device and method
CN108595980B (en) * 2018-05-02 2023-01-24 广州品唯软件有限公司 Method and device for protecting commodity traceability information
CN108961526A (en) * 2018-06-13 2018-12-07 郑州云海信息技术有限公司 A kind of ballot system based on block chain technology
DE102018115146A1 (en) * 2018-06-24 2019-12-24 Industry365 Ug (Haftungsbeschränkt) Process for producing security elements that are invisible to the human eye and cannot be copied in an image, and method for verifying the authenticity of products based on the comparison of unequal information and printed image
CN108920965A (en) * 2018-06-25 2018-11-30 北京奇虎科技有限公司 A kind of block chain deposits card method and device
CN108924114B (en) * 2018-06-25 2021-11-19 北京奇虎科技有限公司 Method and device for anchoring data on link
CN108989410B (en) * 2018-07-04 2020-10-30 清华大学 Method for improving throughput efficiency of block chain
CN108985937B (en) * 2018-07-10 2021-09-10 陈曦 Computing resource sharing method based on block chain technology and block chain system
CN108682445B (en) * 2018-07-19 2019-09-03 安徽中科智链信息科技有限公司 Health data processing system and method based on block chain technology
CN109359222B (en) * 2018-08-06 2021-07-06 杭州复杂美科技有限公司 Data storage method and system, equipment and storage medium
CN108900364B (en) * 2018-08-22 2021-11-26 泰康保险集团股份有限公司 Block chain network management method, block chain network management device, block chain network management medium and electronic equipment
WO2020042932A1 (en) * 2018-08-28 2020-03-05 白杰 Public chain-based blockchain information storage method and system
CN110868308B (en) * 2018-08-28 2022-04-01 傲为有限公司 Block chain network access method and system
WO2020042927A1 (en) * 2018-08-28 2020-03-05 白杰 Blockchain public chain
CN109242685B (en) * 2018-08-29 2020-05-12 众安信息技术服务有限公司 Block chain-based consensus and verification method and device
CN109388639A (en) * 2018-09-29 2019-02-26 四川赢才多多科技有限公司 Storage based on block chain technology records mould group
CN109299054B (en) * 2018-09-30 2020-09-15 维沃移动通信有限公司 Data statistical method and terminal equipment
CN109445710A (en) * 2018-11-05 2019-03-08 常熟理工学院 Cloud data storage display method and system based on Cloud Server storage
ES2863573T3 (en) * 2018-12-19 2021-10-11 Advanced New Technologies Co Ltd Secret-based blockchain storage with privacy
CN110020544B (en) * 2018-12-26 2021-08-24 创新先进技术有限公司 Hash information processing method and system for storage record in block of block chain
CN111382458A (en) * 2018-12-28 2020-07-07 富泰华工业(深圳)有限公司 Data batch sealing method and device and computer storage medium
US10917231B2 (en) 2019-04-04 2021-02-09 Advanced New Technologies Co., Ltd. Data storage method, apparatus, system and device
CN110162523B (en) * 2019-04-04 2020-09-01 阿里巴巴集团控股有限公司 Data storage method, system, device and equipment
SG11202002712UA (en) * 2019-09-11 2020-04-29 Alibaba Group Holding Ltd Shared blockchain data storage based on error correction coding in trusted execution environments
CN111447179A (en) * 2020-03-03 2020-07-24 中山大学 Network representation learning method for phishing and fraud of Ethernet
CN111400277B (en) * 2020-03-06 2020-10-16 安徽中科智链信息科技有限公司 Block chain health state evaluation method and block chain dynamic anchoring system and method
CN111475341A (en) * 2020-04-14 2020-07-31 重庆工业职业技术学院 Fault simulation system and device for high-voltage power distribution system of pure electric vehicle
CN112085504B (en) * 2020-11-16 2021-02-09 腾讯科技(深圳)有限公司 Data processing method and device, computer equipment and storage medium
CN112507379B (en) * 2020-12-17 2022-08-12 河南中钢网科技集团股份有限公司 High-security electronic commerce system based on block chain

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105488675A (en) * 2015-11-25 2016-04-13 布比(北京)网络技术有限公司 Distributed shared general ledger construction method of block chain
CN105608146A (en) * 2015-12-17 2016-05-25 布比(北京)网络技术有限公司 Block chain tracing method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050144516A1 (en) * 2003-12-30 2005-06-30 Gonzalez Carlos J. Adaptive deterministic grouping of blocks into multi-block units

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105488675A (en) * 2015-11-25 2016-04-13 布比(北京)网络技术有限公司 Distributed shared general ledger construction method of block chain
CN105608146A (en) * 2015-12-17 2016-05-25 布比(北京)网络技术有限公司 Block chain tracing method

Also Published As

Publication number Publication date
CN106372533A (en) 2017-02-01

Similar Documents

Publication Publication Date Title
CN106372533B (en) Content storage method based on block chain technology
US10630463B2 (en) Meta block chain
CN107193490B (en) Distributed data storage system and method based on block chain
US20240119166A1 (en) Distributed privately subspaced blockchain data structures with secure access restriction management
CN110868440B (en) Block chain male chain
KR101937220B1 (en) Method for generating and verifying a digital signature or message authentication code based on a block chain that does not require key management
CN115210741B (en) Partially ordered blockchain
Velliangiri et al. Blockchain technology: challenges and security issues in consensus algorithm
CN109698753B (en) Block chain-based uplink consensus algorithm matching method and device
CN102170440A (en) Method suitable for safely migrating data between storage clouds
CN112287034B (en) Data synchronization method, equipment and computer readable storage medium
CN114372296B (en) Block chain-based user behavior data auditing method and system
CN109784857B (en) Data processing method, device and system based on block chain
CN111010284B (en) Processing method of block to be identified, related device and block chain system
CN109951490A (en) Webpage integrity assurance, system and electronic equipment based on block chain
CN112287033A (en) Data synchronization method, equipment and computer readable storage medium
US11409730B2 (en) Blockchain-based transaction platform with enhanced scalability, testability and usability
CN113765675B (en) Transaction data processing method, device, equipment and medium
KR102349014B1 (en) Method and system for building fast synchronizable decentralized distributed database
CN116827957B (en) Information processing method, device, equipment and medium based on multi-block chain
KR20190086301A (en) System and method for distributed database using block chain
CN110519287B (en) Information management method and related equipment
WO2018219425A1 (en) Method for validating and/or authenticating online curriculum vitae using blockchain distributed ledger technology
Khacef et al. Trade-off between security and scalability in blockchain design: A dynamic sharding approach
CN115796261A (en) Block chain-based lightweight group consensus federated learning method

Legal Events

Date Code Title Description
C06 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