CN107169865B - Asset data processing system based on block chain technology - Google Patents

Asset data processing system based on block chain technology Download PDF

Info

Publication number
CN107169865B
CN107169865B CN201710272298.5A CN201710272298A CN107169865B CN 107169865 B CN107169865 B CN 107169865B CN 201710272298 A CN201710272298 A CN 201710272298A CN 107169865 B CN107169865 B CN 107169865B
Authority
CN
China
Prior art keywords
chain
main chain
block
asset data
transaction
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
CN201710272298.5A
Other languages
Chinese (zh)
Other versions
CN107169865A (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 Goopal Technology Co ltd
Original Assignee
Beijing Goopal 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 Goopal Technology Co ltd filed Critical Beijing Goopal Technology Co ltd
Priority to CN201710272298.5A priority Critical patent/CN107169865B/en
Publication of CN107169865A publication Critical patent/CN107169865A/en
Application granted granted Critical
Publication of CN107169865B publication Critical patent/CN107169865B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange

Abstract

The embodiment of the invention provides an asset data processing system based on a block chain technology, which comprises: the main chain and the side chains are block chains comprising a plurality of blocks; the side chain is used for processing the asset data in the region corresponding to the side chain, reporting asset data processing information to the main chain by taking T as a period, and downloading new block information of the main chain to generate an creation block of the next period of the side chain, wherein the new block of the main chain is generated after the main chain counts the asset data processing information of the current period reported by the side chain; and the main chain is used for processing the asset data between different regions. The system is a complex block chain network constructed based on the block chain technology, can realize regionalization and personalized expansion of the block chain, enhances the usability of the block chain, and improves the performance of the block chain.

Description

Asset data processing system based on block chain technology
Technical Field
The invention relates to a block chain technology, in particular to an asset data processing system based on the block chain technology.
Background
Since the introduction of bitcoin systems, decentralized cryptocurrency, represented by bitcoins and their derived competitor coins, has received much attention. The system is characterized in that a distributed shared general ledger is constructed based on a block chain, so that the safe, reliable and decentralized characteristics of system operation are guaranteed.
However, the current decentralized cryptocurrency system adopts a single blockchain structure, all transactions are recorded on one main chain, and the single blockchain structure can only support transactions of a single currency type, even transactions of non-currency assets in a blockchain; the updating of the system function needs the cooperative execution of all the participants to be effective, so that the updating period is long, and the system is difficult to adapt to new requirements and adopt new innovation. The data redundancy of the existing block chain system can be seen, the performance has a bottleneck, and the expandability is weak.
Disclosure of Invention
Embodiments of the present invention provide an asset data processing system based on a blockchain technique, which aims to overcome the above problems or at least partially solve the above problems. The method constructs a complex block chain network based on the block chain technology, which is called as an area chain network, can realize regionalization and personalized expansion of the block chain, enhances the usability of the block chain, and improves the performance of the block chain.
The asset data processing system based on the block chain technology provided by the embodiment of the invention comprises: the main chain and the side chains are block chains comprising a plurality of blocks;
the side chain is used for processing the asset data in the region corresponding to the side chain, reporting asset data processing information to the main chain by taking T as a period, and downloading new block information of the main chain to generate an creation block of the next period of the side chain, wherein the new block of the main chain is generated after the main chain counts the asset data processing information of the current period reported by the side chain;
and the main chain is used for processing the asset data between different regions.
Further, the asset data processing information reported by the side chain to the main chain with T as a period includes: and the user in the area corresponding to the side chain sends an asset exchange request to the main chain through the side chain.
Further, the main chain is also used for processing the asset exchange request of the same user.
Further, the block of the main chain is generated according to the asset data processing information reported to the main chain by all the side chains with the period of T.
Further, the generation period of the main chain block is T; or the generation period of the main chain block is larger than T, and the generated time difference is used as the time for the main chain to perform distributed block chain verification.
Further, the side chain has a pause time within which asset data processing cannot be performed; and the pause time is set according to the time from the time when the asset data processing information in the current period is reported to the main chain by the side chain to the time when the next period creation block is generated.
Further, the transaction side chain employs the same authorized Proof of ownership (DPOS) mechanism.
Based on the above, the asset data processing system based on the block chain technology provided by the invention is more efficient than the existing traditional single block chain system, can realize regionalization and personalized expansion of the block chain, enhances the usability of the block chain, and improves the performance of the block chain.
Drawings
In order to more clearly illustrate the technical solutions of the present invention or the prior art, the drawings needed for the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
Fig. 1 is a schematic architecture diagram of an asset data processing system based on a blockchain technique according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without inventive effort based on the embodiments of the present invention, are within the scope of the present invention.
The block chain (Blockchain) is a distributed database system participated by nodes, and has the characteristics of being unchangeable, being not forged and also being understood as an account book system (hedger). It is an important concept of bitcoin, a copy of the complete bitcoin block chain, which records every transaction of its token (token). With this information we can find the value that each address has at any point in the history.
A block chain is composed of a string of data blocks generated by cryptography, each block containing the hash value (hash) of the previous block, and is linked to the current block starting from a starting block (genesis block) to form the block chain. Each chunk is guaranteed to be generated after the previous chunk in chronological order, otherwise the hash value of the previous chunk is unknown, and these features make repeated payout (double-spreading) of bitcoins very difficult. The blockchain is a core innovation of the bitcoin.
Fig. 1 is a schematic architecture diagram of an asset data processing system based on a blockchain technology according to an embodiment of the present invention, and as shown in fig. 1, the asset data processing system based on a blockchain technology according to the present embodiment includes: the main chain and the side chains are formed according to regional division, wherein the main chain and the side chains are block chains comprising a plurality of blocks.
In practical application, the side chain is configured to process asset data in a region corresponding to the side chain, report asset data processing information to the main chain in a period of T, and download new block information of the main chain to generate an creation block of a next period of the side chain, where the new block of the main chain is generated after statistics of asset data processing information of a current period reported by the main chain to the side chain; the main chain is used for processing the asset data between different regions.
The asset data processing system provided by the embodiment of the invention is a complex block chain network constructed based on a block chain technology, which is called as a regional chain network, and the regional chain network consists of a transaction main chain and a plurality of transaction side chains. The main chain is used as the core of the whole area chain network, all the side chains can report the transactions (asset data processing information) generated by the side chains to the main chain at regular time, and the main chain counts and records all the transactions of the whole network. The side chains are established according to the actual geographical division or application requirements, and a side chain is formed in a required area. For example, a china region has a china chain, and a user in china only needs to use the china chain in this region if the user does not need to deal with an account in a foreign region.
It should be noted that, under the chinese chain, a finer region may be further divided to form a secondary side chain. There is theoretically no limitation on the division and the level of the region. This can be achieved if a separate side chain is required in the area.
Generally, one transaction side chain corresponds to one region, so that there may be one transaction side chain or a plurality of transaction side chains. Generally, there is a main trade chain, but the number of trade side chains is not fixed, and there may be more or no trade side chains. If only one transaction side chain is provided, the transaction side chain is also a transaction main chain, so that the transaction main chain is necessarily present, namely no transaction side chain is provided, and the transaction management is equivalent to the existing single blockchain system.
When the number of the transaction side chains exceeds two, the transaction information (asset data processing information) reported by the two transaction side chains is regenerated into a transaction main chain.
The transaction main chain block is generated regularly, transaction information (asset data processing information) reported by each transaction side chain is recorded in the transaction main chain block, the generation of the transaction main chain block is completed based on the transaction information (asset data processing information) reported by each transaction side chain, and the transaction main chain of the system is unique.
The generation period of the transaction main chain block may be the same as the period of reporting the transaction information (asset data processing information) to the transaction main chain by each transaction side chain (that is, the generation period of the transaction main chain block is T), or may be greater than the period of reporting the transaction information (asset data processing information) to the transaction main chain by each transaction side chain (the generation period of the transaction main chain block is greater than T), otherwise, an invalid main chain block may be generated. Generally, the generation period of the transaction main chain block is greater than T, and the later time can be used as the time for the main chain verification node to perform distributed block chain verification.
The transaction side chain adopts the same consensus mechanism, namely, adopts a released Proof of possession (DPOS for short) mechanism. Each side chain of the transaction has its own consignee, which is determined by the regional chain network itself. On one hand, the transaction main chain acceptors are selected by free voting of main chain nodes, and on the other hand, each transaction side chain must contain at least one acceptors on the transaction main chain to ensure the fairness and fairness of the transaction main chain.
Each transaction side chain data is updated by taking T as a period, and for any transaction side chain, the specific updating process is as follows:
1) when the transaction side chain reaches the period reporting time, the trustee who goes out blocks in the round packs the transaction information (asset data processing information) of the round, and reports all block information (for example, hash value information of blocks) and asset conversion requests in the period to the transaction main chain;
2) the trustee who has the transaction main chain originally takes the turn out of the block receives the transaction information (asset data processing information) reported by the transaction side chain, performs data statistics, mainly counts asset exchange transactions, and packs all the information into a main chain block;
3) and after the main transaction chain completes data statistics and information packaging, the next round of the transaction chain goes out of the trustee, and the synchronous main transaction chain information is processed and verified to generate the new period of the creation block of the transaction chain.
The block 1' of the transaction side chain a corresponding to the a region in fig. 1 will be generated from the data of the block 5 of the transaction main chain as the creation block of the new cycle of the transaction side chain a. Similarly, the block 1' of the transaction side chain B corresponding to the B region is generated from the data of the block 6 of the transaction main chain, and is used as the creation block of the new cycle of the transaction side chain B.
It should be noted that each transaction side chain data is updated with a period of T. That is, the reporting period of each transaction side chain is the same, and the reporting time of each transaction side chain is different because the initial time of each transaction side chain is different. Therefore, the reported data of different transaction side chains are processed in different blocks of the transaction main chain, so that the data of a plurality of transaction side chains are prevented from being processed simultaneously, and the burden of the transaction main chain is reduced.
It is worth mentioning that the transaction side chain will not be able to confirm the transaction during the period of reporting to the transaction main chain until the new period of creating blocks is generated. In this case, the transaction suspension time can be set for the transaction side chain according to the time from the transaction side chain reporting the transaction information in the current period to the transaction main chain generating the new period creation block, and the asset data processing cannot be performed within the transaction suspension time. Alternatively, the transaction suspension time can be set for the transaction side chain corresponding to the region according to the characteristics of the different regions.
It should be noted that the entire area chain network uses the same virtual asset, which may be referred to as asset X, for example. The asset X number is constant, but X will carry a special tag attribute. The following description will be made by taking the trade side chain a and the trade side chain B corresponding to the region a and the region B in fig. 1 as an example.
The entire area chain network shares two transaction side chains a and B, then X will be divided into X _ a, X _ B and X ', i.e. X ═ X _ a + X _ B + X'. Wherein, X _ A represents the amount of money that the user can use in the transaction side chain A corresponding to the area A, X _ B represents the amount of money that the user can use in the transaction side chain B corresponding to the area B, and X' represents the amount of money that the user can use in the transaction main chain. X _ A, X _ B and X' may be directly exchanged with each other, the exchange being performed each time the transaction side chain reports transaction information to the transaction main chain. The total amount of X is constant, so X _ A, X _ B and X' are both assets X, their value is the same.
The user's transaction in area a, using X _ a, is confirmed and verified by transaction side chain a; the transaction within zone B is carried out using X _ B, confirmed and verified by transaction side chain B. The main chain is not needed to participate in transaction settlement in each region, but the main chain can be verified and counted when the transaction side chain reports transaction information to the main chain every time, and a user does not need to care about the main chain. The trade settlement in each region is credible and reliable as long as each trade side chain confirms the trade. If the user needs to carry out cross-regional transaction, the user needs to use X' to initiate transaction on a transaction main chain, and transaction settlement between users in different regions is carried out through the transaction main chain.
For example, such as:
user a balance 100X, where 30X _ a, 0X _ B, 70X';
user B balance 50X, where 20X _ a, 30X _ B, 0X';
user c balance 60X, where 0X _ a, 10X _ B, 50X';
it can be seen that user a is a user in area a, user B has transactions in area a and area B, and user c is only a user in area B.
Scene 1: user transactions within the same region
Users a and B trade in the area A by using a trade side chain A, wherein the user a transfers 10X to the user B, in fact, the user a transfers 10X _ A to the user B, and the balance of the user a is changed into 90X which is 20X _ A +0X _ B + 70X'; the balance of subscriber B will become 60X-30X _ a +30X _ B + 0X'. Similarly, the transactions of the users B and c in the area B can also be directly carried out by using the transaction side chain B, and the account transfer is carried out through the balance of the respective area B.
Scene 2: user transactions in different areas
Users a and c trade, and trade settlement is needed through the trade main chain. So user a transfers 10X to user c, which is user a transferring 10X' to user c. The balance of user a becomes 90X-30X _ a +0X _ B + 60X'; the balance of the user c becomes 70X ═ 0X _ a +10X _ B + 60X'.
Scene 3: same user account asset redemption
When the user a transfers 40X to the user b, the balance is found to be insufficient because only X _ A can circulate in the area A, and at this time, the user a can choose to transfer X 'to the user b on a transaction main chain or transfer the self X' to the user b through the transaction side chain A after exchanging the X _ A, and then transfer the account in the area A. The exchange operation is a special operation, and the exchange transaction is initiated on the transaction side chain A, but the exchange transaction is reported to the transaction main chain only when the current period is finished, and the exchange transaction takes effect after the transaction main chain is confirmed. As with bank foreign exchange settlement, a certain amount of time is required.
Compared with the traditional single blockchain system, the asset data processing system based on the blockchain technology provided by the invention is more efficient, can realize regionalization and personalized expansion of the blockchain, enhances the usability of the blockchain and improves the performance of the blockchain. The concrete points are as follows:
1) compared with a single block chain system, the system has high efficiency and high utilization rate. All transactions do not need to be borne by a chain, the pressure of node block output is reduced, and the defects of bottleneck of block chain transaction and waste of storage resources are overcome.
2) Node resources are utilized more reasonably, and most of transactions do not need to cross regions, and only verification and confirmation are carried out in the regions. Different areas use different block chains, and have no influence on each other. The user of the transaction side chain only needs to synchronize the region corresponding to the transaction side chain block in one period, and does not need to synchronize other redundant blocks.
3) The requirement of regional assets is met, and the system is really an asset, is universal in the whole network and convenient and free to exchange in the network, so that a user can conveniently and rapidly transact any kind of needed assets.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (6)

1. A system for asset data processing based on blockchain technology, comprising: the main chain and the side chains are block chains comprising a plurality of blocks;
the side chain is used for processing the asset data in the region corresponding to the side chain, reporting asset data processing information to the main chain by taking T as a period, and downloading new block information of the main chain to generate an innovation block of the next period of the side chain, wherein the new block of the main chain is generated after the main chain counts the asset data processing information of the current period reported by the side chain;
the main chain is used for processing the asset data among different regions; wherein the blockchain network in which the main chain and the plurality of side chains are located uses the same virtual asset, and the marking attributes of the assets used on each of the main chain and the plurality of side chains are different;
the asset data processing information reported by the side chain to the main chain by taking T as a period comprises the following information:
and the user in the area corresponding to the side chain initiates an asset exchange request to the main chain through the side chain, and the asset exchange request is used for updating the mark attribute of at least part of the assets which can be used on the main chain to the mark attribute of the assets used on the side chain.
2. The system of claim 1, wherein the backbone is further configured to,
asset redemption requests of the same user are processed.
3. The system of claim 1,
and the block of the main chain is generated according to the asset data processing information reported to the main chain by all the side chains in a period of T.
4. The system of claim 3,
the generation period of the main chain block is T;
or the generation period of the main chain block is larger than T, and the generated time difference is used as the time for the main chain to perform distributed block chain verification.
5. The system of any one of claims 1 to 4, wherein the sidechain has a pause time within which asset data processing is not possible;
and the pause time is set according to the time from the time when the asset data processing information in the current period is reported to the main chain by the side chain to the time when the next period creation block is generated.
6. The system of any one of claims 1 to 4, wherein the side chains employ the same DPOS mechanism.
CN201710272298.5A 2017-04-24 2017-04-24 Asset data processing system based on block chain technology Active CN107169865B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710272298.5A CN107169865B (en) 2017-04-24 2017-04-24 Asset data processing system based on block chain technology

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710272298.5A CN107169865B (en) 2017-04-24 2017-04-24 Asset data processing system based on block chain technology

Publications (2)

Publication Number Publication Date
CN107169865A CN107169865A (en) 2017-09-15
CN107169865B true CN107169865B (en) 2021-06-29

Family

ID=59812217

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710272298.5A Active CN107169865B (en) 2017-04-24 2017-04-24 Asset data processing system based on block chain technology

Country Status (1)

Country Link
CN (1) CN107169865B (en)

Families Citing this family (40)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3643002A4 (en) 2017-06-20 2020-07-08 707 Limited Method of evidencing existence of digital documents and system therefor, and tag chain blockchain system
CN107729471A (en) * 2017-10-13 2018-02-23 上海策赢网络科技有限公司 A kind of block chain and its generation method and equipment
CN107767267B (en) * 2017-10-20 2021-04-02 上海策赢网络科技有限公司 Virtual resource transfer method and device
US10713677B2 (en) * 2017-12-13 2020-07-14 Mastercard Asia/Pacific Pte. Ltd. Method and system for social savings platform via blockchain
CN108280646A (en) * 2018-01-19 2018-07-13 中国科学院软件研究所 Block chain group chain method based on alliance's chain and block catenary system
CN108389047B (en) * 2018-02-12 2021-07-09 南京思利华信息科技有限公司 Method for trading between parent chain and child chain in block chain and block chain network
CN108595535B (en) * 2018-03-30 2020-11-17 李欣宇 Knowledge question-answering system and method based on same-root double-chain block chain
CN108712257B (en) * 2018-04-03 2020-04-17 阿里巴巴集团控股有限公司 Cross-block-chain authentication method and device and electronic equipment
CN108765230B (en) * 2018-04-10 2020-02-14 平安科技(深圳)有限公司 Resident household registration information management method and server
CN108667632B (en) * 2018-04-19 2020-10-30 创新先进技术有限公司 Credit record sharing method and device based on block chain and electronic equipment
CN108874634A (en) * 2018-06-05 2018-11-23 迪肯区块链科技(重庆)有限公司 A kind of method for visualizing and browser of digital cash block chain operating status
CN108920564B (en) * 2018-06-21 2020-06-09 朱丛启 Talent management method based on block chain and terminal thereof
TWI714868B (en) * 2018-07-03 2021-01-01 萬福資訊股份有限公司 Counting method based on digital currency and blockchain counting system
CN109102400A (en) * 2018-07-17 2018-12-28 横琴密达科技有限责任公司 A kind of block catenary system comprising main chain and side chain
CN108959621B (en) * 2018-07-18 2020-06-05 百度在线网络技术(北京)有限公司 Method, device, equipment and storage medium for realizing block chain network
CN109086139B (en) * 2018-08-15 2020-10-09 昧来网络科技(上海)有限公司 Dynamic fragmentation method, device and computer storage medium
CN109493211A (en) * 2018-09-27 2019-03-19 深圳壹账通智能科技有限公司 Credit date storage method, device, equipment and storage medium based on block chain
CN109447805A (en) * 2018-10-18 2019-03-08 尚维斯 A method of dissolving new chain block group new block chain automatically
CN109447642A (en) * 2018-10-18 2019-03-08 尚维斯 A method of it is mixed and is known together based on block chain multichain
CN109493015A (en) * 2018-10-18 2019-03-19 杭州复杂美科技有限公司 A kind of assets transfer method, equipment and storage medium
CN109711986A (en) * 2018-11-12 2019-05-03 深圳市步云科技有限公司 A kind of token application and award method based on cloud storage plateform system
CN109669940A (en) * 2018-11-12 2019-04-23 深圳市步云科技有限公司 A kind of main side chain distributed storage mode based on block chain
CN109472600B (en) * 2018-11-20 2021-01-01 深圳市墨者安全科技有限公司 Block chain credibility verification method and device
CN109493051B (en) * 2018-11-21 2020-10-16 北京蓝石环球区块链科技有限公司 Main chain and parallel multi-subchain system architecture capable of dynamically allocating and migrating accounts
CN109584071B (en) * 2018-11-28 2023-01-10 青岛逸海蓝图信息科技有限公司 Block chain processing method and electronic equipment
CN109688199B (en) * 2018-11-28 2021-12-10 西安电子科技大学 Multi-domain layered Internet of things alliance chain platform, fragmentation method thereof and computer
US20200175503A1 (en) 2018-11-29 2020-06-04 Paypal, Inc. Resource-based distributed public ledger system
CN109598601A (en) * 2018-12-06 2019-04-09 北京瑞卓喜投科技发展有限公司 Account book monitoring method and account book monitoring system based on block chain
US11087591B2 (en) 2018-12-20 2021-08-10 Sony Interactive Entertainment LLC Anti-fraud cloud gaming blockchain
WO2020133333A1 (en) * 2018-12-29 2020-07-02 Telefonaktiebolaget Lm Ericsson (Publ) Method and apparatus for a hierarchical blockchain network
CN110753079A (en) * 2019-01-24 2020-02-04 深圳市步云科技有限公司 Button application and management method based on block chain and NFC (near field communication) security identification
CN110033059A (en) * 2019-01-24 2019-07-19 深圳市步云科技有限公司 A kind of paintings management method based on block chain and the safe identification technology of NFC
CN110232569B (en) * 2019-05-07 2021-04-16 北京奇艺世纪科技有限公司 Method and device for reading transaction record and storage medium
CN110245185A (en) * 2019-05-21 2019-09-17 平安普惠企业管理有限公司 Data processing method, terminal device and computer storage medium based on alliance's chain
CN110648233A (en) * 2019-09-10 2020-01-03 中国人民大学 Block chain-based supply chain platform side chain expansion method and device
CN110597926A (en) * 2019-10-10 2019-12-20 山东爱城市网信息技术有限公司 Method and system for establishing block chain side chain based on horizontal extension database
CN112102091A (en) * 2020-11-09 2020-12-18 南京可信区块链与算法经济研究院有限公司 Block chain excitation method based on double-layer chain architecture
CN112261159B (en) * 2020-12-21 2021-04-20 支付宝(杭州)信息技术有限公司 Method and system for executing cross-slice transaction, main chain node and target slicing node
CN112261156B (en) * 2020-12-21 2021-04-06 支付宝(杭州)信息技术有限公司 Method and system for submitting cross-fragment transaction, main chain node and source fragment node
CN112600945B (en) * 2021-03-04 2021-06-04 暗链科技(深圳)有限公司 Distributed block chain service system, construction method thereof and storage medium

Citations (5)

* 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
CN105488722A (en) * 2015-11-30 2016-04-13 布比(北京)网络技术有限公司 Asset data processing method and device based on derivation chain
US20160330034A1 (en) * 2015-05-07 2016-11-10 Blockstream Corporation Transferring ledger assets between blockchains via pegged sidechains
CN106452785A (en) * 2016-09-29 2017-02-22 财付通支付科技有限公司 Block chain network, branch node and block chain network application method
CN106534273A (en) * 2016-10-31 2017-03-22 中金云金融(北京)大数据科技股份有限公司 Block chain metadata storage system, and storage method and retrieval method thereof

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160330034A1 (en) * 2015-05-07 2016-11-10 Blockstream Corporation Transferring ledger assets between blockchains via pegged sidechains
CN105488675A (en) * 2015-11-25 2016-04-13 布比(北京)网络技术有限公司 Distributed shared general ledger construction method of block chain
CN105488722A (en) * 2015-11-30 2016-04-13 布比(北京)网络技术有限公司 Asset data processing method and device based on derivation chain
CN106452785A (en) * 2016-09-29 2017-02-22 财付通支付科技有限公司 Block chain network, branch node and block chain network application method
CN106534273A (en) * 2016-10-31 2017-03-22 中金云金融(北京)大数据科技股份有限公司 Block chain metadata storage system, and storage method and retrieval method thereof

Also Published As

Publication number Publication date
CN107169865A (en) 2017-09-15

Similar Documents

Publication Publication Date Title
CN107169865B (en) Asset data processing system based on block chain technology
CN110493148B (en) Block processing, block consensus and block synchronization method and device
CN110868440B (en) Block chain male chain
US20210295321A1 (en) Methods for decentralized digital asset transfer and smart contract state transition
CN109493223B (en) Accounting method and device
CN109508968A (en) Block catenary system and its control method
CN109391645B (en) Block chain lightweight processing method, block chain node and storage medium
US20230109969A1 (en) Data processing method and apparatus based on node internal memory, device and medium
JP2020523677A (en) Method and system for mining blockchain transactions provided by validator nodes
Xin et al. On scaling and accelerating decentralized private blockchains
EP4300323A1 (en) Data processing method and apparatus for blockchain network, computer device, computer readable storage medium, and computer program product
CN110011974A (en) Bookkeeping methods, device, terminal and the computer readable storage medium of block chain
CN112651724A (en) Cross-chain interaction method, device and system
CN113347164A (en) Block chain-based distributed consensus system, method, device and storage medium
CN110992026A (en) Block chain-based account withdrawal method and system
CN112015822B (en) Block chain data deleting method and device
CN111966538B (en) Block chain data recovery method and device
CN114726517A (en) Method, system and consensus node for generating random number seeds on block chain
CN113886135A (en) Block chain data recovery method and device
CN112187866A (en) Novel block chain consensus method based on shared storage
Wels Guaranteed-TX: The exploration of a guaranteed cross-shard transaction execution protocol for Ethereum 2.0.
WO2019024631A1 (en) Blockchain lightweight processing method, blockchain node and storage medium
Grybniak et al. Waterfall: a scalable distributed ledger technology
CN106656522A (en) Data calculation method and system of cross-data center
CN112995167A (en) Kafka mechanism-based power utilization information acquisition method, block chain network and user side

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