CN110223438B - Lottery random number issuing method and device applying block chain - Google Patents

Lottery random number issuing method and device applying block chain Download PDF

Info

Publication number
CN110223438B
CN110223438B CN201910509124.5A CN201910509124A CN110223438B CN 110223438 B CN110223438 B CN 110223438B CN 201910509124 A CN201910509124 A CN 201910509124A CN 110223438 B CN110223438 B CN 110223438B
Authority
CN
China
Prior art keywords
lottery
hash value
block
remainder
transfer request
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
CN201910509124.5A
Other languages
Chinese (zh)
Other versions
CN110223438A (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 Ruice Technology Co Ltd
Original Assignee
Beijing Ruice 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 Ruice Technology Co Ltd filed Critical Beijing Ruice Technology Co Ltd
Priority to CN201910509124.5A priority Critical patent/CN110223438B/en
Publication of CN110223438A publication Critical patent/CN110223438A/en
Application granted granted Critical
Publication of CN110223438B publication Critical patent/CN110223438B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07CTIME OR ATTENDANCE REGISTERS; REGISTERING OR INDICATING THE WORKING OF MACHINES; GENERATING RANDOM NUMBERS; VOTING OR LOTTERY APPARATUS; ARRANGEMENTS, SYSTEMS OR APPARATUS FOR CHECKING NOT PROVIDED FOR ELSEWHERE
    • G07C15/00Generating random numbers; Lottery apparatus
    • G07C15/006Generating random numbers; Lottery apparatus electronically
    • 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/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • H04L9/3236Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using cryptographic hash functions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2209/00Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
    • H04L2209/56Financial cryptography, e.g. electronic payment or e-cash
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a lottery random number-giving method and equipment applying a block chain, comprising the following steps: the lottery client initiates a transfer request on the block chain, wherein the transfer request comprises: an initiator address, a receiver address, and a transfer amount; the transfer request is used as a lottery number; the lottery client performs Hash operation on the transfer request to obtain a first Hash value and obtain the total block output number n of the current round of block output nodes; the lottery client divides the first hash value by the total block number n to obtain a corresponding first remainder m, obtains the mth block in the total blocks in the current round, and performs block hash operation on the mth block to obtain a second hash value; the lottery client divides the second hash value by a preset integer to obtain a corresponding second remainder; the second remainder is the number of the lottery; the preset integer determines the numerical value change interval of the lottery number. The invention ensures the randomness, the openness, the credibility and the verifiability of the lottery number issuing process.

Description

Lottery random number issuing method and device applying block chain
Technical Field
The invention relates to the technical field of combination of a block chain and lottery ticket number issuing, in particular to a lottery ticket random number issuing method and equipment applying the block chain.
Background
Lottery numbers may be provided in lottery markets around the world with mechanical shake or random number generators to draw the lottery. The mechanical shaking needs manpower and a mechanical device, and the working condition and the manpower of the mechanical device can influence the randomness of lottery number issuing. The random number generator is opaque in the process of recording the prize, so that the situation that a specific ticket number is generated according to a statistical result may exist, the possibility that data is tampered by insiders or hackers cannot be avoided, and the problems of no disclosure and no credibility exist.
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 consensus mechanism is a mathematical algorithm for establishing trust and obtaining rights and interests among different nodes in a blockchain system. The blockchain is the underlying technology of bitcoin, like a database ledger, which records all transaction records. The system is characterized in that a plurality of nodes are arranged at different parts of the world, and each node maintains a set of same databases. The data is maliciously tampered and difficult to tamper, and the data loss is extremely rare, so that a platform which is fair and transparent and solves the trust crisis is realized.
Disclosure of Invention
Aiming at the defects of the prior art, the invention aims to solve the technical problems that the number output result of the prior lottery ticket is possibly not random, and the number output process is not transparent, so that the lottery ticket is not public and is not credible.
In order to achieve the above object, in a first aspect, the present invention provides a lottery random number issuing method using a block chain, including the following steps:
the lottery client initiates a transfer request on the block chain, wherein the transfer request comprises: an initiator address, a receiver address, and a transfer amount; the transfer request is used as a lottery number;
the lottery client performs Hash operation on the transfer request to obtain a first Hash value and obtain the total block output number n of the current round of block output nodes; n is a positive integer;
the lottery client divides the first hash value by the total block number n to obtain a corresponding first remainder m, obtains an mth block in the total blocks in the current round, and performs block hash operation on the mth block to obtain a second hash value; m is a positive integer less than n;
the lottery client divides the second hash value by a preset integer to obtain a corresponding second remainder; the second remainder is the number of the lottery; the preset integer determines the numerical value change interval of the lottery number.
Optionally, the first hash value is hexadecimal data; the lottery client divides the first hash value by the total number of blocks n to obtain a corresponding first remainder m, and specifically comprises the following steps:
the lottery client converts the first hash value into corresponding decimal data;
and the lottery client divides the first hash value converted into decimal data by the total block number n to obtain a corresponding first remainder m.
Specifically, the transfer request is sent to the lottery client, and the receiver may be other nodes in the blockchain or the lottery client itself.
Optionally, the second hash value is hexadecimal data; the lottery client divides the second hash value by a preset integer to obtain a corresponding second remainder, and the method specifically comprises the following steps:
the lottery client converts the second hash value into corresponding decimal data;
and the lottery client divides the second hash value converted into decimal data by a preset integer to obtain a corresponding second remainder.
Optionally, when the preset integer is 10, the lottery number is changed within a range of 0-9.
Optionally, when the preset integer is 100, the lottery drawing number varies from 00 to 99, and if the second remainder is less than 10, the ten digits of the second remainder are output after being zero-padded.
In a second aspect, the present invention provides a lottery random number issuing apparatus using a block chain, comprising:
the lottery number issuing initiating unit is used for initiating a transfer request on the block chain, and the transfer request comprises: an initiator address, a receiver address, and a transfer amount; the transfer request is used as a lottery number;
the number output calculation unit is used for carrying out Hash operation on the transfer request to obtain a first Hash value, obtaining the total block output number n of the current round of block output nodes, dividing the first Hash value by the total block output number n to obtain a corresponding first remainder m, obtaining the mth block in the current round of total blocks, and carrying out block Hash operation on the mth block to obtain a second Hash value; n is a positive integer, m is a positive integer less than n;
the lottery number output unit is used for dividing the second hash value by a preset integer to obtain a corresponding second remainder; the second remainder is the number of the lottery; the preset integer determines the numerical value change interval of the lottery number.
It is understood that the lottery random number issuing device to which the blockchain is applied may be a lottery client or other lottery devices.
Optionally, the first hash value is hexadecimal data; the number-out calculation unit converts the first hash value into corresponding decimal data; and dividing the first hash value converted into the decimal data by the total block number n to obtain a corresponding first remainder m.
Optionally, the second hash value is hexadecimal data; the lottery number issuing unit converts the second hash value into corresponding decimal data; and dividing the second hash value converted into the decimal data by a preset integer to obtain a corresponding second remainder.
Optionally, when the preset integer is 10, the lottery number is changed within a range of 0-9.
Optionally, when the preset integer is 100, the lottery number is changed within a range of 00-99, and if the second remainder is less than 10, the tens of the lottery number is output after being zero-padded.
Generally, compared with the prior art, the above technical solution conceived by the present invention has the following beneficial effects:
the invention provides a lottery random number issuing method and equipment applying a block chain, which are used for issuing lottery numbers based on block chain transfer service, wherein the lottery number issuing process depends on the hash value of block chain data, the hash operation has randomness, and the result of two random hash operations is finally utilized to divide the block number in the current round of blocks and the hash value of a block in a random block to obtain the final lottery number issuing, so that the randomness of the lottery number issuing process is ensured.
The invention provides a lottery random number issuing method and equipment applying a block chain. In addition, data in the block chain can be found, so that the lottery number issuing process can be supervised by the public, the lottery number issuing process based on the block chain is guaranteed to be open, reliable and searchable, and the block chain lottery number issuing method has a good application prospect.
Drawings
Fig. 1 is a flow chart of a lottery random number issuing method using a block chain according to the present invention;
fig. 2 is a lottery random number issuing equipment architecture diagram of the application block chain provided by the invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention. In addition, the technical features involved in the embodiments of the present invention described below may be combined with each other as long as they do not conflict with each other.
Fig. 1 is a flow chart of a lottery random number issuing method using a block chain according to the present invention; as shown in fig. 1, the method comprises the following steps:
s11, the lottery client initiates a transfer request on the block chain, wherein the transfer request comprises: an initiator address, a receiver address, and a transfer amount; the transfer request is used as a lottery number;
s12, the lottery client performs hash operation on the transfer request to obtain a first hash value and obtain the total block output number n of the current round of block output nodes; n is a positive integer;
specifically, the block-out process of the block-out node is a process of packaging transactions into blocks. If the total number of the blocks in the current round is n, the total number of the blocks in the current round is n.
In one example, under a consensus mode of a granted permission proof mechanism (DPOS), for example, there are 21 out-block nodes in a current round, each out-block node continues out of 6 blocks, and the total out-block number of each out-block node in each round is 126; each block output corresponds to one block, and each round of block output nodes corresponds to 126 blocks. In the process of each round of block output of the block output node, each block output node is output according to a preset sequence, namely each block is generated according to a preset sequence. In other words, each block is sequential.
S13, the lottery client divides the first hash value by the total number of blocks n to obtain a corresponding first remainder m, and obtains an mth block in the total blocks of the current round, and performs a block hash operation on the mth block to obtain a second hash value; m is a positive integer less than n;
s14, dividing the second hash value by a preset integer by the lottery client to obtain a corresponding second remainder; the second remainder is the number of the lottery; the preset integer determines the numerical value change interval of the lottery number.
Optionally, the first hash value is hexadecimal data; the lottery client divides the first hash value by the total block number n to obtain a corresponding first remainder m, and specifically includes the following steps:
the lottery client converts the first hash value into corresponding decimal data;
and the lottery client divides the first hash value converted into decimal data by the total block number n to obtain a corresponding first remainder m.
Optionally, the second hash value is hexadecimal data; the lottery client divides the second hash value by a preset integer to obtain a corresponding second remainder, and the method specifically comprises the following steps:
the lottery client converts the second hash value into corresponding decimal data;
and the lottery client divides the second hash value converted into decimal data by a preset integer to obtain a corresponding second remainder.
Optionally, when the preset integer is 10, the lottery number is changed within a range of 0-9.
Optionally, when the preset integer is 100, the lottery drawing number varies from 00 to 99, and if the second remainder is less than 10, the ten digits of the second remainder are output after being zero-padded.
Specifically, when the preset integer is 10, a lottery number issuing operation is performed once, and a number which changes within the range of 0-9 is output. When the preset integer is 100, carrying out lottery number output operation once, and outputting numbers with two digits changing in the range of 00-99. It should be noted that, in the lottery number issuing scheme provided by the present invention, the preset integer may be set according to actual needs. Not limited to only 10 or 100. For example, if the predetermined integer is 8, the output random lottery number will vary from 0 to 7. The preset integer can be 50, and the output random lottery number can be changed within the range of 00-49, and the like. The preset integer can be selected by those skilled in the art according to actual needs to meet the requirement of the variation range interval of the corresponding lottery number. The invention is not limited in any way.
It is understood that if a 12-digit lottery number is required, the preset integer may be set to 10, and one-digit lottery numbers are issued one time, and 12 lottery numbers are issued, and finally a 12-digit lottery number is obtained. Or the preset integer is set as 100, each time a two-digit lottery number is issued, 6 times of lottery number issuing are carried out, and finally a 12-digit lottery number is obtained.
If a 7-digit lottery number needs to be issued, the preset integer is set to 10, a one-digit lottery number is issued each time, 7 times of lottery issuing are carried out, and finally a 7-digit lottery number is obtained. Or the preset integer is set as 100, a two-digit lottery number is played each time, 3 times of lottery number playing is carried out, then the preset integer is set as 10, one time of lottery number playing is carried out, and finally a 7-digit lottery number is obtained through accumulation.
Fig. 2 is an architecture diagram of a lottery random number issuing device applying a block chain according to the present invention, as shown in fig. 2, including the following units:
the lottery number issuing initiating unit 21 is configured to initiate a transfer request on the blockchain, where the transfer request includes: an initiator address, a receiver address, and a transfer amount; the transfer request is used as a lottery number;
the number output calculation unit 22 is configured to perform hash operation on the transfer request to obtain a first hash value, obtain a total output block number n of a current round of block output nodes, divide the first hash value by the total output block number n to obtain a corresponding first remainder m, obtain an mth block in the current round of total blocks, and perform block hash operation on the mth block to obtain a second hash value; n is a positive integer, m is a positive integer less than n;
the lottery number issuing unit 23 is configured to divide the second hash value by a preset integer to obtain a corresponding second remainder; the second remainder is the number of the lottery; the preset integer determines the numerical value change interval of the lottery number.
Optionally, the first hash value is hexadecimal data; the out-number calculation unit 22 converts the first hash value into corresponding decimal data; and dividing the first hash value converted into the decimal data by the total block number n to obtain a corresponding first remainder m.
Optionally, the second hash value is hexadecimal data; the lottery ticket number issuing unit 23 converts the second hash value into corresponding decimal data; and dividing the second hash value converted into the decimal data by a preset integer to obtain a corresponding second remainder.
Optionally, when the preset integer is 10, the lottery number is changed within a range of 0-9.
Optionally, when the preset integer is 100, the lottery number is changed within a range of 00-99, and if the second remainder is less than 10, the tens of the lottery number is output after being zero-padded.
It will be understood by those skilled in the art that the foregoing is only a preferred embodiment of the present invention, and is not intended to limit the invention, and that any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (8)

1. A lottery random number-giving method applying a block chain is characterized by comprising the following steps:
the lottery client initiates a transfer request on the block chain, wherein the transfer request comprises: an initiator address, a receiver address, and a transfer amount; the transfer request is used as a lottery number;
the lottery client performs Hash operation on the transfer request to obtain a first Hash value and obtain the total block output number n of the current round of block output nodes; n is a positive integer;
the lottery client divides the first hash value by the total block number n to obtain a corresponding first remainder m, obtains an mth block in the total blocks in the current round, and performs block hash operation on the mth block to obtain a second hash value; m is a positive integer less than n;
the lottery client divides the second hash value by a preset integer to obtain a corresponding second remainder; the second remainder is the number of the lottery; the preset integer determines the numerical value change interval of the lottery number;
the second hash value is hexadecimal data;
the lottery client divides the second hash value by a preset integer to obtain a corresponding second remainder, and the method specifically comprises the following steps:
the lottery client converts the second hash value into corresponding decimal data;
and the lottery client divides the second hash value converted into decimal data by a preset integer to obtain a corresponding second remainder.
2. The method for randomly numbering lottery tickets using blockchains according to claim 1, wherein the first hash value is hexadecimal data;
the lottery client divides the first hash value by the total block number n to obtain a corresponding first remainder m, and specifically includes the following steps:
the lottery client converts the first hash value into corresponding decimal data;
and the lottery client divides the first hash value converted into decimal data by the total block number n to obtain a corresponding first remainder m.
3. The method for randomly numbering lottery tickets by using a block chain according to any of claims 1 to 2, wherein the lottery ticket number varies from 0 to 9 when the predetermined integer is 10.
4. The method for randomly numbering lottery tickets using a block chain according to any of claims 1 to 2, wherein the lottery numbers vary from 00 to 99 when the predetermined integer is 100, and wherein the lottery numbers are output after zero padding of ten bits if the second remainder is less than 10.
5. A lottery random number issuing apparatus using a block chain, comprising:
the lottery number issuing initiating unit is used for initiating a transfer request on the block chain, and the transfer request comprises: an initiator address, a receiver address, and a transfer amount; the transfer request is used as a lottery number;
the number output calculation unit is used for carrying out Hash operation on the transfer request to obtain a first Hash value, obtaining the total block output number n of the current round of block output nodes, dividing the first Hash value by the total block output number n to obtain a corresponding first remainder m, obtaining the mth block in the current round of total blocks, and carrying out block Hash operation on the mth block to obtain a second Hash value; n is a positive integer, m is a positive integer less than n;
the lottery number output unit is used for dividing the second hash value by a preset integer to obtain a corresponding second remainder; the second remainder is the number of the lottery; the preset integer determines the numerical value change interval of the lottery number;
the second hash value is hexadecimal data; the lottery number issuing unit converts the second hash value into corresponding decimal data; and dividing the second hash value converted into the decimal data by a preset integer to obtain a corresponding second remainder.
6. The lottery random number issuing device using the block chain according to claim 5, wherein the first hash value is hexadecimal data; the number-out calculation unit converts the first hash value into corresponding decimal data; and dividing the first hash value converted into the decimal data by the total block number n to obtain a corresponding first remainder m.
7. The apparatus for randomly issuing lottery tickets by using a block chain according to any one of claims 5 to 6, wherein the lottery ticket issuing number varies from 0 to 9 when the predetermined integer is 10.
8. The apparatus for randomly issuing lottery tickets according to any one of claims 5 to 6, wherein the lottery ticket issuing number varies from 00 to 99 when the predetermined integer is 100, and wherein the lottery ticket issuing number is output after zero padding of ten bits if the second remainder is less than 10.
CN201910509124.5A 2019-06-13 2019-06-13 Lottery random number issuing method and device applying block chain Active CN110223438B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910509124.5A CN110223438B (en) 2019-06-13 2019-06-13 Lottery random number issuing method and device applying block chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910509124.5A CN110223438B (en) 2019-06-13 2019-06-13 Lottery random number issuing method and device applying block chain

Publications (2)

Publication Number Publication Date
CN110223438A CN110223438A (en) 2019-09-10
CN110223438B true CN110223438B (en) 2020-10-02

Family

ID=67816917

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910509124.5A Active CN110223438B (en) 2019-06-13 2019-06-13 Lottery random number issuing method and device applying block chain

Country Status (1)

Country Link
CN (1) CN110223438B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107103097A (en) * 2017-05-22 2017-08-29 中链科技有限公司 Drawing method and terminal device based on block chain technology
CN108733351A (en) * 2018-05-21 2018-11-02 北京泛融科技有限公司 A kind of random digit generation method based on block chain
KR20180130623A (en) * 2017-05-29 2018-12-10 주식회사 익스트러스 Blockchain formation method for application integrity verification and application integrity verification method
CN109583892A (en) * 2018-11-21 2019-04-05 安徽高山科技有限公司 A kind of random number selecting method in block chain
WO2019071026A1 (en) * 2017-10-04 2019-04-11 Jintai Ding Quantumproof blockchain

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105913174A (en) * 2016-04-07 2016-08-31 彭军红 Lottery issuing method based on block chains
CN106980488A (en) * 2017-03-14 2017-07-25 腾讯科技(深圳)有限公司 Random digit generation method and device
CN107566124B (en) * 2017-08-24 2020-06-19 深圳市易成自动驾驶技术有限公司 Hash operation-based consensus establishing method, block chain system and storage medium
WO2019075234A1 (en) * 2017-10-12 2019-04-18 Rivetz Corp. Attestation with embedded encryption keys
CN109377225A (en) * 2018-10-30 2019-02-22 杭州复杂美科技有限公司 Transaction allocation method, common recognition method, equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107103097A (en) * 2017-05-22 2017-08-29 中链科技有限公司 Drawing method and terminal device based on block chain technology
KR20180130623A (en) * 2017-05-29 2018-12-10 주식회사 익스트러스 Blockchain formation method for application integrity verification and application integrity verification method
WO2019071026A1 (en) * 2017-10-04 2019-04-11 Jintai Ding Quantumproof blockchain
CN108733351A (en) * 2018-05-21 2018-11-02 北京泛融科技有限公司 A kind of random digit generation method based on block chain
CN109583892A (en) * 2018-11-21 2019-04-05 安徽高山科技有限公司 A kind of random number selecting method in block chain

Also Published As

Publication number Publication date
CN110223438A (en) 2019-09-10

Similar Documents

Publication Publication Date Title
CN110868440B (en) Block chain male chain
CN110223440B (en) Random number shaking method and equipment for application block chain
CN110164022B (en) Random number shaking method on block chain and equipment thereof
CN108959386B (en) Distributed global unique ID generation method, device, equipment and storage medium
CN111901327A (en) Cloud network vulnerability mining method and device, electronic equipment and medium
CN110223436B (en) Lottery random number issuing method and device applying block chain
CN111478795B (en) Alliance block chain network consensus method based on mixed Byzantine fault tolerance
CN112487253B (en) User invitation code generation method, verification method, device, equipment and storage medium
CN111612458A (en) Method and device for processing block chain data and readable storage medium
CN113822675A (en) Block chain based message processing method, device, equipment and storage medium
WO2020082213A1 (en) Network expandability blockchain implementation method
CN112464619A (en) Big data processing method, device and equipment and computer readable storage medium
CN110223438B (en) Lottery random number issuing method and device applying block chain
CN110189465B (en) Random lottery method and equipment by means of block chain
CN110222520A (en) The keyword query method of figure encryption data is supported in cloud environment
CN110223437B (en) Lottery number issuing method and device based on block chain
WO2024029768A1 (en) Method for drawing winning number from among plurality of application numbers and lottery server for performing said drawing method
CN112217639A (en) Data encryption sharing method and device, electronic equipment and computer storage medium
CN115860768B (en) Source tracing method and device based on blockchain and electronic equipment thereof
CN110784315A (en) Block chain-based shaking method and device, computer equipment and storage medium
WO2021197721A1 (en) Method and device for generating random numbers
CN110189464B (en) Random lottery method and device applying block chain
WO2022010004A1 (en) Random sampling bft consensus method and system, and computer program
CN114697132A (en) Method, device, equipment and storage medium for intercepting repeated access request attack
CN110223439B (en) Random number shaking method and device for application 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
CB02 Change of applicant information

Address after: 100085 No. 108, 1st Floor, No. 9, Shangdi Jiujie, Haidian District, Beijing

Applicant after: Beijing ruice Technology Co., Ltd

Address before: 100085 No. 108, 1st Floor, No. 9, Shangdi Jiujie, Haidian District, Beijing

Applicant before: BEIJING AIMO RUICE TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant