CN111478959A - Distributed storage method for game transaction platform - Google Patents

Distributed storage method for game transaction platform Download PDF

Info

Publication number
CN111478959A
CN111478959A CN202010254795.4A CN202010254795A CN111478959A CN 111478959 A CN111478959 A CN 111478959A CN 202010254795 A CN202010254795 A CN 202010254795A CN 111478959 A CN111478959 A CN 111478959A
Authority
CN
China
Prior art keywords
data
distributed
platform
transaction
transaction data
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.)
Pending
Application number
CN202010254795.4A
Other languages
Chinese (zh)
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.)
Shenzhen 9988 Network Technology Co ltd
Original Assignee
Shenzhen 9988 Network 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 Shenzhen 9988 Network Technology Co ltd filed Critical Shenzhen 9988 Network Technology Co ltd
Priority to CN202010254795.4A priority Critical patent/CN111478959A/en
Publication of CN111478959A publication Critical patent/CN111478959A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/50Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using hash chains, e.g. blockchains or hash trees

Abstract

The invention provides a distributed storage method for a game transaction platform, which comprises the following steps: step 1, a user logs in a platform through a mobile phone or a pc, and a platform system helps each user to generate a unique contract address; step 2, the platform system integrates transaction data through an encryption algorithm, P2P file transmission and the like; step 3, the platform system divides the integrated transaction data into different blocks, and generates a new block one by one according to the time sequence; and 4, linking the new block into the existing block chain through a specific information chain, and connecting the new block back and forth to form a set of complete transaction data, wherein the transaction data is permanently stored in an electronic record form. The invention solves the defect of centralized storage by utilizing the decentralized characteristic of the block chain, can effectively reduce the data storage cost and has higher safety performance.

Description

Distributed storage method for game transaction platform
Technical Field
The invention relates to the technical field of network platform transaction systems, in particular to a distributed storage method for a game transaction platform.
Background
The blockchain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism and an encryption algorithm.
The Blockchain (Blockchain) is an important concept of the bitcoin, which is essentially a decentralized database, and is used as the underlying technology of the bitcoin, and is a series of data blocks which are generated by using a cryptographic method to be related, wherein each data block contains information of a batch of bitcoin network transactions, and the information is used for verifying the validity (anti-counterfeiting) of the information and generating the next block.
With these technical features, the blockchain provides an open, transparent and decentralized mode of operation and is expected to be applicable in a variety of applications. However, compared to the current business model using blockchains, the transaction security still needs to be improved, and a rights assurance mechanism needs to be established to more appropriately introduce the depth and breadth of applications in various fields.
It is necessary to develop an innovative and more advantageous method for storing transaction records by using a blockchain, and a novel operation mode is provided.
Disclosure of Invention
The invention provides a distributed storage method for a game transaction platform, which is an innovative and more advantageous storage method for the game transaction platform by utilizing a block chain to store transaction records by carrying out technical transformation on the existing transaction system.
In order to solve the technical problems, the invention specifically adopts the following technical scheme:
a distributed storage method for a game transaction platform comprises the following steps:
step 1, a user logs in a platform through a mobile phone or a pc, and a platform system helps each user to generate a unique contract address;
step 2, the platform system integrates transaction data through an encryption algorithm, P2P file transmission and the like;
step 3, the platform system divides the integrated transaction data into different blocks, and generates a new block one by one according to the time sequence;
and 4, linking the new block into the existing block chain through a specific information chain, and connecting the new block back and forth to form a set of complete transaction data, wherein the transaction data is permanently stored in an electronic record form.
Compared with the prior art, the invention has the following beneficial effects:
the order data is stored in a distributed structure, a network system with the distributed structure is constructed by utilizing a decentralized protocol mechanism, and the transaction block data recorded by the platform is distributed and transmitted to each network node participating in recording, so that distributed storage is realized;
the invention utilizes the decentralized characteristic of the block chain to solve the defect of centralized storage, each user is a node in the block chain network, a data transaction channel between a data generator and a data purchaser is established, a distributed storage network with lower storage cost and higher safety performance is selected in the aspect of data storage, the tradable data is divided into different blocks, and the different blocks are merged into different old block chain networks, so that the data storage cost can be effectively reduced.
Drawings
FIG. 1 is a schematic diagram of the operation of the trading platform of the present invention;
FIG. 2 is a schematic diagram of a distributed storage step according to the present invention;
FIG. 3 is a block diagram of a distributed storage procedure according to the present invention.
Detailed Description
The details of the present invention will be described below with reference to the accompanying drawings and examples.
As shown in fig. 1-3, the embodiment provides a distributed storage method for a game transaction platform, which includes the following steps:
step 1, a user logs in a platform through a mobile phone or a pc, and a platform system helps each user to generate a unique contract address;
step 2, the platform system integrates transaction data through an encryption algorithm, P2P file transmission and the like;
step 3, the platform system divides the integrated transaction data into different blocks, and generates a new block one by one according to the time sequence;
and 4, linking the new block into the existing block chain through a specific information chain, and connecting the new block back and forth to form a set of complete transaction data, wherein the transaction data is permanently stored in an electronic record form.
Furthermore, the transaction data is stored in a distributed structure, a network system with the distributed structure is constructed by utilizing a decentralized protocol mechanism, and each node of the whole network participates in the recording process.
Further, the network system storage method of the distributed structure comprises the following steps:
s1, constructing a network system with a distributed structure, wherein each node of the whole network participates in the recording process;
s2, the network system checks the correctness of the records of other nodes through hash while each network node participates in the records;
s3, when the comparison results of all the nodes participating in recording are consistent and passed, the data can determine the content of the information data through distributed accounting, and block data is generated after the data are stamped;
and S4, the block data is distributed and propagated to each network node participating in recording, so that distributed storage is realized.
The order data is stored in a distributed structure, a network system with the distributed structure is constructed by utilizing a decentralized protocol mechanism, and the transaction block data recorded by the platform is distributed and transmitted to each network node participating in recording, so that distributed storage is realized;
the invention utilizes the decentralized characteristic of the block chain to solve the defect of centralized storage, each user is a node in the block chain network, a data transaction channel between a data generator and a data purchaser is established, a distributed storage network with lower storage cost and higher safety performance is selected in the aspect of data storage, the tradable data is divided into different blocks, and the different blocks are merged into different old block chain networks, so that the data storage cost can be effectively reduced.
Finally, the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, although the present invention has been described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made to the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention, and all of them should be covered in the claims of the present invention.
The standard parts used by the invention can be purchased from the market, the special-shaped parts can be customized according to the description of the specification and the description of the attached drawings, and the concrete connection mode of each part adopts bolts and rivets mature in the prior art. The conventional means such as welding, machines, parts and equipment are of the conventional type in the prior art, and the circuit connection adopts the conventional connection mode in the prior art, so that the details are not described.
In the description of the present invention, unless otherwise expressly specified or limited, the terms "mounted," "connected," and "fixed" are to be construed broadly, e.g., as meaning either a fixed connection, a removable connection, or an integral part; can be mechanically or electrically connected; either directly or through an intermediary, either internally or in any other relationship. The specific meaning of the above terms in the present invention can be understood in specific cases for those skilled in the art.

Claims (3)

1. A distributed storage method for a game transaction platform is characterized by comprising the following steps:
step 1, a user logs in a platform through a mobile phone or a pc, and a platform system helps each user to generate a unique contract address;
step 2, the platform system integrates transaction data through an encryption algorithm, P2P file transmission and the like;
step 3, the platform system divides the integrated transaction data into different blocks, and generates a new block one by one according to the time sequence;
and 4, linking the new block into the existing block chain through a specific information chain, and connecting the new block back and forth to form a set of complete transaction data, wherein the transaction data is permanently stored in an electronic record form.
2. The distributed storage method for game transaction platforms of claim 1, wherein the transaction data is stored in a distributed structure, and a decentralized protocol mechanism is used to construct a network system with a distributed structure, and each node of the whole network participates in the recording process.
3. The distributed storage method for game transaction platforms according to claim 2, wherein the network system storage method for the distributed architecture comprises the following steps:
s1, constructing a network system with a distributed structure, wherein each node of the whole network participates in the recording process;
s2, the network system checks the correctness of the records of other nodes through hash while each network node participates in the records;
s3, when the comparison results of all the nodes participating in recording are consistent and passed, the data can determine the content of the information data through distributed accounting, and block data is generated after the data are stamped;
and S4, the block data is distributed and propagated to each network node participating in recording, so that distributed storage is realized.
CN202010254795.4A 2020-04-02 2020-04-02 Distributed storage method for game transaction platform Pending CN111478959A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010254795.4A CN111478959A (en) 2020-04-02 2020-04-02 Distributed storage method for game transaction platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010254795.4A CN111478959A (en) 2020-04-02 2020-04-02 Distributed storage method for game transaction platform

Publications (1)

Publication Number Publication Date
CN111478959A true CN111478959A (en) 2020-07-31

Family

ID=71750617

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010254795.4A Pending CN111478959A (en) 2020-04-02 2020-04-02 Distributed storage method for game transaction platform

Country Status (1)

Country Link
CN (1) CN111478959A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014107786A1 (en) * 2013-01-10 2014-07-17 Spielo International Canada Ulc Systems and methods for recommending games using distributed storage
CN106157054A (en) * 2015-04-21 2016-11-23 广州爱九游信息技术有限公司 A kind of transaction data processing method and device
RU181439U1 (en) * 2018-04-06 2018-07-13 Оксана Валерьевна Кириченко Decentralized technology platform for storing and exchanging transaction data in a distributed computing network
CN109327512A (en) * 2018-09-19 2019-02-12 广东微链科技有限公司 Game data subregion storage method based on block chain hash addressing and re-encryption
CN109731328A (en) * 2018-12-29 2019-05-10 杭州趣链科技有限公司 A kind of block chain game data storage method based on BaaS
CN110201400A (en) * 2019-05-21 2019-09-06 深圳创维-Rgb电子有限公司 Game item method of commerce, transaction terminal and storage medium based on block chain
CN110351285A (en) * 2017-02-08 2019-10-18 腾讯科技(深圳)有限公司 A kind of data processing method, applications client and system
US20200090140A1 (en) * 2018-09-17 2020-03-19 Nhn Corporation Crowdfunding method based on block chain for creating game and crowdfunding system for implementing crowdfunding service environment

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014107786A1 (en) * 2013-01-10 2014-07-17 Spielo International Canada Ulc Systems and methods for recommending games using distributed storage
CN106157054A (en) * 2015-04-21 2016-11-23 广州爱九游信息技术有限公司 A kind of transaction data processing method and device
CN110351285A (en) * 2017-02-08 2019-10-18 腾讯科技(深圳)有限公司 A kind of data processing method, applications client and system
RU181439U1 (en) * 2018-04-06 2018-07-13 Оксана Валерьевна Кириченко Decentralized technology platform for storing and exchanging transaction data in a distributed computing network
US20200090140A1 (en) * 2018-09-17 2020-03-19 Nhn Corporation Crowdfunding method based on block chain for creating game and crowdfunding system for implementing crowdfunding service environment
CN109327512A (en) * 2018-09-19 2019-02-12 广东微链科技有限公司 Game data subregion storage method based on block chain hash addressing and re-encryption
CN109731328A (en) * 2018-12-29 2019-05-10 杭州趣链科技有限公司 A kind of block chain game data storage method based on BaaS
CN110201400A (en) * 2019-05-21 2019-09-06 深圳创维-Rgb电子有限公司 Game item method of commerce, transaction terminal and storage medium based on block chain

Similar Documents

Publication Publication Date Title
Sunyaev et al. Distributed ledger technology
CN108846659B (en) Block chain-based transfer method and device and storage medium
CN110175913B (en) Data processing system, method, computing device and storage medium based on block chain
TWI716140B (en) Data processing method and device based on blockchain
CN108809932A (en) A kind of deposit system, method and readable medium based on block chain
CN107317672A (en) A kind of light weight terminating machine block catenary system
CN109327528A (en) A kind of node administration method and device based on block chain
Forte et al. Beyond Bitcoin-Part I: A critical look at blockchain-based systems
CN112101938B (en) Digital seal using method and device based on block chain and electronic equipment
CN109377363B (en) Block chain-based Internet of things data transaction architecture and transaction security method thereof
US20210073796A1 (en) Method of selective authentication of a blockchain user with a smart contract
CN109670333B (en) A kind of decentralization chip research and development transaction data storage method and system
CN114900290A (en) Data transaction model and privacy protection method based on block chain
CN111738725A (en) Cross-border resource transfer authenticity auditing method and device and electronic equipment
US20210304191A1 (en) System and method for integration and validation
CN113988857A (en) NFT transaction method, transaction system, computer-readable storage medium and terminal device
CN111640018B (en) Block chain transaction existence verification method and device
Chen et al. Blockchain based non-repudiable iot data trading: Simpler, faster, and cheaper
WO2018210097A1 (en) Method and device for execution transaction mode by classification
CN113448694B (en) Block chain consensus method for improving transaction processing capability
CN110490602B (en) Three-layer block chain architecture construction method and system
CN111478959A (en) Distributed storage method for game transaction platform
CN115375329A (en) Digital collection transaction traceability anti-counterfeiting management method and system
CN114119231A (en) Data transaction method and system based on block chain
CN112418867A (en) Distributed token payment method based on block chain

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200731

RJ01 Rejection of invention patent application after publication