US20210357997A1 - Benefit allocation method, apparatus, and electronic device - Google Patents

Benefit allocation method, apparatus, and electronic device Download PDF

Info

Publication number
US20210357997A1
US20210357997A1 US17/391,452 US202117391452A US2021357997A1 US 20210357997 A1 US20210357997 A1 US 20210357997A1 US 202117391452 A US202117391452 A US 202117391452A US 2021357997 A1 US2021357997 A1 US 2021357997A1
Authority
US
United States
Prior art keywords
blockchain
participant
character sequence
smart contract
random character
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.)
Abandoned
Application number
US17/391,452
Inventor
Xuming Lu
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.)
Advanced New Technologies Co Ltd
Original Assignee
Advanced New Technologies 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 Advanced New Technologies Co Ltd filed Critical Advanced New Technologies Co Ltd
Priority to US17/391,452 priority Critical patent/US20210357997A1/en
Assigned to Advanced New Technologies Co., Ltd. reassignment Advanced New Technologies Co., Ltd. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: LU, Xuming
Publication of US20210357997A1 publication Critical patent/US20210357997A1/en
Abandoned legal-status Critical Current

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
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • 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
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/64Protecting data integrity, e.g. using checksums, certificates or signatures
    • 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
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/38Payment protocols; Details thereof
    • G06Q20/389Keeping log of transactions for guaranteeing non-repudiation of a transaction

Definitions

  • One or more implementations of the present specification relate to the field of blockchain technologies, and in particular, to benefit allocation methods, apparatuses, and electronic devices.
  • one or more implementations of the present specification provide benefit allocation methods, apparatuses, and electronic devices.
  • a benefit allocation method is provided, and is applied to a blockchain node, and the method includes: invoking a first smart contract for generating a character sequence, where the first smart contract is used to generate a random character sequence that satisfies a predetermined rule for a participant, and a first generation moment of the random character sequence is earlier than a second generation moment of a target character sequence that satisfies the predetermined rule; publishing the random character sequence and identity information of the corresponding participant on a blockchain in a way that identifies the correspondence; and invoking a second smart contract for allocating benefit certificates, where the second smart contract is used to read the random character sequence and the target character sequence and to allocate a first benefit certificate to the participant when the random character sequence matches the target character sequence.
  • a benefit allocation apparatus is provided, and is applied to a blockchain node, and the apparatus includes: a first invoking unit, configured to invoke a first smart contract for generating a character sequence, where the first smart contract is used to generate a random character sequence that satisfies a predetermined rule for a participant, and a first generation moment of the random character sequence is earlier than a second generation moment of a target character sequence that satisfies the predetermined rule; a first publication unit, configured to publish the random character sequence and identity information of the corresponding participant on a blockchain in the way that identifies the correspondence; and a second invoking unit, configured to invoke a second smart contract for allocating benefit certificates, where the second smart contract is used to read the random character sequence and the target character sequence and to allocate a first benefit certificate to the participant when the random character sequence matches the target character sequence.
  • an electronic device includes: a processor; and a memory, configured to store a processor executable instruction, where the processor implements the benefit allocation method in any one of the previous implementations by running the executable instruction.
  • FIG. 1 is a flowchart illustrating a benefit allocation method, according to an example implementation
  • FIG. 5 is a schematic diagram illustrating allocating a blockchain resource, according to an example implementation
  • FIG. 6 is a schematic structural diagram of a device, according to an example implementation.
  • Example implementations are described here in detail, and examples of the illustrative implementations are shown in the accompanying drawings.
  • the same numbers in different drawings represent the same or similar elements, unless otherwise indicated.
  • Implementations described in the following example implementations do not represent all implementations consistent with the one or more implementations of the present specification. On the contrary, the implementations are merely examples of apparatuses and methods that are consistent with some aspects of the one or more implementations of the present specification and are described in detail in the appended claims.
  • steps of a corresponding method are not necessarily performed in an order shown and described in the present specification.
  • the method can include more or fewer steps than those described in the present specification.
  • a single step described in the present specification can be divided into multiple steps for description in other implementations, and multiple steps described in the present specification can be combined into a single step for description in other implementations.
  • FIG. 1 is a flowchart illustrating a benefit allocation method, according to an implementation. As shown in FIG. 1 , the method is applied to a blockchain node, and can include the following steps.
  • Step 102 Invoke a first smart contract for generating a character sequence, where the first smart contract is used to generate a random character sequence that satisfies a predetermined rule for a participant, and a first generation moment of the random character sequence is earlier than a second generation moment of a target character sequence that satisfies the predetermined rule.
  • a transaction is created on a client device on a blockchain, and invoking of a smart contract such as the first smart contract described above or a second smart contract described below can be triggered by using the transaction.
  • processing logic for generating a random character sequence that satisfies the predetermined rule can be pre-written in the first smart contract, so that after the first smart contract is invoked, a random character sequence that satisfies the predetermined rule can be automatically generated based on the processing logic.
  • the processing logic in the first smart contract is public content, and the entire processing process is automatically completed by using the first smart contract without manual intervention. Therefore, randomness of the generated random character sequence can be ensured, and it can be ensured that the generated random character sequence satisfies the predetermined rule.
  • the predetermined rule is used to indicate combination conditions that need to be satisfied by the random character sequence, for example, the quantity of characters included in the sequence, a type of character, and a value range of the character. Implementations are not limited in the present specification.
  • the predetermined rule can specify that the random character sequence includes eight digits. In this case, the sequence “45614381” satisfies the predetermined rule, and the sequence “ax0642f0” does not satisfy the predetermined rule.
  • the predetermined rule can specify that the random character sequence includes five digits plus three letters. In this case, the sequence “45614381” does not satisfy the predetermined rule, and the sequence “ax0642f0” satisfies the predetermined rule.
  • random character sequences corresponding to different participants may be the same or different, and need to be determined based on actual situations.
  • Step 104 Publish the random character sequence and identity information of the corresponding participant on a blockchain in the way that identifies the correspondence.
  • a transaction is created on a client device on the blockchain, and a prediction result entered by the participant can be published on the blockchain as a piece of data in a distributed database of the blockchain by using the transaction.
  • transactions on the blockchain are classified into a transaction in a narrow sense and a transaction in a broad sense.
  • the transaction in a narrow sense refers to a value transfer published by a user on the blockchain.
  • a transaction can be a transfer initiated by a user on a blockchain.
  • the transaction in a broad sense refers to service data with a service intention published by a user on the blockchain.
  • an operator can build a consortium blockchain based on an actual service needs, and deploy some other types of online services (for example, event prediction, rental services, vehicle scheduling services, insurance claims services, credit services, and medical services) that are irrelevant to value transfer based on the consortium blockchain.
  • a transaction can be a service message or a service request with a service intention published by a user in the consortium blockchain.
  • a transaction in the present specification should be understood as a transaction in a broad sense.
  • the blockchain uses a distributed database
  • the random character sequence published on the blockchain cannot be tampered with. As such, authenticity and reliability of the random character sequence can be ensured.
  • Step 106 Invoke a second smart contract for allocating benefit certificates, where the second smart contract is used to read the random character sequence and the target character sequence and to allocate a first benefit certificate to the participant when the random character sequence matches the target character sequence.
  • processing logic for comparing the random character sequence with the target character sequence and processing logic for allocating the first benefit certificate based on a comparison result can be pre-written in the second smart contract, so that the second smart contract can be used to automatically determine, based on the read random character sequence and target character sequence, whether the first benefit certificate needs to be allocated to the corresponding participant.
  • the processing logic in the second smart contract is public content, and the entire processing process is automatically completed by using the smart contract without no manual intervention. Therefore, it can be ensured that the comparison between the random character sequence and the target character sequence or the allocation of the first benefit certificate is objective and fair.
  • the target character sequence can be generated by an off-chain object and broadcast on the blockchain.
  • the target character sequence can be published on the blockchain by an oracle node on the blockchain, and accuracy of the actual result can be ensured because data provided by the oracle node is considered reliable.
  • the target character sequence can be published on the blockchain by any blockchain node on the blockchain after a consensus is reached.
  • the any blockchain node can initiate consensus processing on the blockchain to confirm the target character sequence provided by the any blockchain node.
  • the target character sequence can be used to compare with the random number sequence.
  • the any blockchain node can invoke the previous first smart contract to randomly generate the target character sequence by using the processing logic included in the first smart contract.
  • the target character sequence can be generated by invoking the previous first smart contract. As such, randomness of the target character sequence can be ensured, and it can be ensured that the target character sequence satisfies the previous predetermined rule, and human intervention and counterfeiting can be alleviated in the generation process of the target character sequence.
  • the first benefit certificate can be a smart asset certificate on the blockchain
  • the second smart contract can be used to directly allocate the smart asset certificate to the participant.
  • the smart asset certificate is bound on a blockchain account corresponding to the participant on the blockchain.
  • the smart asset certificate represents a benefit that can be obtained by the participant on the blockchain, for example, a blockchain asset and operation permission on the blockchain. Implementations are not limited in the present specification.
  • the first benefit certificate can be an off-chain benefit certificate outside the blockchain
  • the second smart contract can be used to send an allocation instruction to an off-chain object to instruct the off-chain object to allocate the off-chain benefit certificate to the participant.
  • the off-chain benefit certificate is bound to an off-chain account of the participant.
  • the off-chain benefit certificate can include certificates used to represent any type of off-chain benefits such as membership scores in a membership system, coupons, redemption coupons, and exchange coupons on a trading platform, data read permission, permission to use network resources, and permission to use storage space. Implementations are not limited in the present specification.
  • a blockchain node can publish a matching result between the random character sequence and the target character sequence on the blockchain for viewing and verification by the participant, regulators, or any other objects.
  • a second benefit certificate held by the participant is frozen as a participation certificate of the participant, and the second smart contract is used to terminate the ownership of the participation certificate from the participant when the random character sequence does not match the target character sequence.
  • the second benefit certificate held by the participant is frozen as the participation certificate, to set a specific participation threshold for the participant.
  • the quantity of participants can be limited to some extent.
  • the participant can require the blockchain node to invoke the first smart contract for multiple times, so that the participant can have multiple corresponding random character sequences. For each random character sequence, the participant can be required to freeze a corresponding participation certificate. Otherwise, generation of the corresponding random character sequence can be rejected.
  • a benefit amount represented by the first benefit certificate is positively correlated with a benefit amount represented by the second benefit certificate.
  • a higher benefit amount represented by the second benefit certificate indicates that the participant invests more resources to compete for the first benefit certificate. Therefore, the benefit amount represented by the first benefit certificate can be correspondingly increased to encourage the participant.
  • the participant even if the participant does not freeze the second benefit certificate to form a participation certificate, the participant still can participate in allocation of the first benefit certificate, and can obtain the first benefit certificate when the random character sequence matches the target character sequence.
  • the participant when the participant does not freeze the second benefit certificate to form a participation certificate, generation of the corresponding random character sequence for the participant can be rejected, or it is determined that the random character sequence corresponding to the participant is invalid, so that the participant cannot participate in the allocation of the first benefit certificate.
  • the first benefit certificate can be allocated to the participant, but the first benefit certificate cannot represent any benefit, which is equivalent to that no benefit certificate is allocated, making participation of the participant meaningless.
  • FIG. 2 is a schematic diagram illustrating generating a random number, according to an example implementation.
  • user A wants to participate in obtaining a blockchain resource.
  • user A can initiate a participation request 1 to a device 23 by using a mobile phone 21 with a client device installed.
  • user B wants to participate in obtaining the blockchain resource, user B can initiate a participation request 2 to the device 23 by using a mobile phone 22 with a client device installed.
  • the device 23 is configured as a server for managing resource allocation.
  • the device 23 interacts with the mobile phones 21 and 22 , etc. used by users A and B, etc. to receive the participation requests 1 and 2 , etc., and interacts with a device 24 .
  • the device 24 is configured as a blockchain node on a blockchain to assist the device 23 in allocating the blockchain resource.
  • the allocation process of the blockchain resource can include two stages: In the first stage, a corresponding random number string is generated for each participant such as user A and user B, and in the second stage, the blockchain resource is allocated based on the random number string corresponding to each participant. The two stages are separately described below.
  • FIG. 3 is a schematic diagram illustrating generating a random number string, according to an example implementation.
  • step 302 is performed at the device 23 served as a server
  • steps 304 , 306 , and 310 are performed at the device 24 served as a blockchain node
  • step 308 is performed at a smart contract invoked by the device 24 .
  • the process of generating a random number string can include the following steps.
  • Step 302 The device 23 receives a participation request from a participant.
  • user A and user B can be participants, and the device 23 can receive the participation request 1 initiated by user A by using the mobile phone 21 , and receive the participation request 2 initiated by user B by using the mobile phone 22 .
  • Step 304 The device 24 receives a generation instruction sent by the device 23 .
  • user A is used as an example.
  • the device 23 can send a generation instruction 1 to the device 24 .
  • the generation instruction 1 is used to instruct the device 24 to trigger a generation step of a random number string to generate a random number string 1 corresponding to user A.
  • the device 23 can send a generation instruction 2 to the device 24 .
  • the generation instruction 2 is used to instruct the device 24 to trigger the generation step of a random number string to generate a random number string 2 corresponding to user B.
  • Step 306 The device 24 creates a transaction, and publishes the transaction on a blockchain.
  • Step 308 A smart contract 1 is triggered by the transaction created by the device 24 to generate a random number string.
  • the smart contract 1 can be used to scan a transaction on the blockchain, and the smart contract 1 is invoked after the transaction published by the device 24 in step 306 is scanned.
  • the device 24 can invoke the smart contract 1 in other methods. For example, the device 24 directly sends a created transaction to a contract address of the smart contract 1 . Implementations are not limited in the present specification.
  • function logic for generating a random number string is predefined in the smart contract 1 , so that the smart contract 1 can be used to automatically generate, based on the function logic, a random number string that satisfies a predetermined rule.
  • the predetermined rule can be used to indicate a length and a numerical range of the random number string.
  • Step 310 The device 24 obtains the random number string generated by using the smart contract 1 , and publishes the random number string on the blockchain.
  • user A is used as an example.
  • the device 24 can create a transaction.
  • the transaction includes the random number string 1 and identity information of user A.
  • Consensus processing is then performed on the transaction on the blockchain, so that the transaction can be published on the blockchain after a consensus is reached, to record the transaction in a distributed database of the blockchain, that is, “broadcast the transaction on the blockchain”.
  • a type of a used consensus algorithm is not limited in the present specification.
  • the device 24 can initiate consensus processing to other blockchain nodes based on an algorithm such as a practical byzantine fault tolerance (PBFT) algorithm, and publish the transaction on the blockchain after a consensus is reached, so that the transaction is recorded in the distributed database of the blockchain.
  • PBFT practical byzantine fault tolerance
  • the device 24 can compete for accounting rights with other blockchain nodes based on a proof of work (PoW) algorithm, a proof of stake (PoS) algorithm, or other algorithms, and a blockchain node that obtains the accounting rights records transaction data in a corresponding block.
  • PoW proof of work
  • PoS proof of stake
  • the random number string 1 and the identity information of user A can be recorded in the distributed database of the blockchain in the way that identifies the correspondence.
  • a random number string corresponding to user B or another user and identity information of the corresponding user can also be recorded on the blockchain in the way that identifies the correspondence. Details are omitted here for simplicity.
  • the device 24 can first return the random number string 1 to the device 23 , so that the device 23 can return the random number string 1 to the mobile phone 21 for viewing and confirmation by user A.
  • user A determines to use the random number string 1
  • user A can send an confirmation message to the device 23 by using the mobile phone 21 , and the device 23 can instruct the device 24 to broadcast the random number string 1 and the identity information of user A on the blockchain in the way that identifies the correspondence.
  • user A can send a reselection message to the device 23 by using the mobile phone 21 , the device 23 can instruct the device 24 to discard the random number string 1 or avoid instructing the device 24 to broadcast the random number string 1 and the identity information of user A on the blockchain in the way that identifies the correspondence, and the device 23 can trigger steps 304 to 310 again to generate an updated random number string 1 for confirmation by user A.
  • User A can require, for multiple times, the device 23 to update/replace the generated random number string until a satisfactory random number string is obtained.
  • user B or other users can confirm or require replacement of the random number string generated by using the smart contract 1 . Details are omitted here for simplicity.
  • each participant can request to generate multiple random number strings.
  • the probability that the participant obtains a blockchain resource can increase with addition of a random number string. Therefore, a specific participation threshold can be set for the participant to ensure fair competition.
  • User A is still used as an example.
  • certain benefit certificate held by user A can be frozen as a participation certificate of user A.
  • the participation certificate can be an off-chain benefit certificate such as a membership score or a participation ticket of user A for an off-chain object, or the participation certificate can be a smart asset certificate held by user A on the blockchain. Implementations are not limited in the present specification.
  • the multiple participation certificates can be used to obtain multiple random number strings, or can be applied to the same random number string. Implementations are not limited in the present specification.
  • the participation certificate is optional, and all participants can request to obtain corresponding random number strings without providing participation certificates.
  • the quantity of random number strings that can be obtained by each participant should be limited. For example, each participant can obtain only one random number string or no more than three random number strings, to ensure that all the participants have the same or approximately the same probability to obtain the blockchain resource.
  • FIG. 4 is a schematic diagram illustrating allocating a blockchain resource, according to an example implementation.
  • FIG. 5 is a schematic diagram illustrating allocating a blockchain resource, according to an example implementation. As shown in FIG. 5 , steps 502 , 504 , and 510 are performed at the device 24 served as a blockchain node, and steps 506 and 508 are performed at a smart contract invoked by the device 24 .
  • the process of generating a random number string can include the following steps.
  • Step 502 The device 24 determines whether a predetermined moment is reached.
  • a blockchain resource can be periodically allocated, and the predetermined moment in each period can be determined based on a predefined period length.
  • the blockchain resource is periodically allocated, and the predetermined moment can be defined based on an actual situation. Implementations are not limited in the present specification.
  • Step 504 The device 24 creates a transaction, and publishes the transaction on a blockchain.
  • Step 506 A smart contract 2 is triggered by the transaction created by the device 24 to obtain a random number string and a target number string, to determine whether the random number string matches the target number string.
  • the smart contract 2 can be used to scan a transaction on the blockchain, and the smart contract 2 is invoked after the transaction published by the device 24 in step 504 is scanned.
  • the device 24 can invoke the smart contract 2 in other methods. For example, the device 24 directly sends a created transaction to a contract address of the smart contract 2 . Implementations are not limited in the present specification.
  • function logic for obtaining and comparing the random number string and the target number string is predefined in the smart contract 2 , so that the smart contract 2 can be used to automatically obtain the random number string and the target number string based on the function logic and to compare the random number string and the target number string.
  • the random number strings are respectively recorded in the transactions on the blockchain. These transactions can be marked as being related to allocation of the blockchain resource, so that the smart contract 2 can be used to identify these transactions from the blockchain and obtain the random number strings.
  • the smart contract 2 can be used to obtain, by scanning a transaction with a specific address or a transaction with a specific serial number, a random number string included in the corresponding transaction.
  • the device 24 can invoke the smart contract 1 , for example, by using a method similar to that in steps 306 and 308 , to enable the smart contract 1 to randomly generate a number string based on predefined function logic, and the number string is used as the target number string.
  • the device 24 then can publish the target number string on the blockchain by using a transaction, and the transaction is obtained and compared with the random number string by using the smart contract 2 .
  • the function logic defined in the smart contract 1 is public data. Therefore, objectivity and fairness of the generation result of the target number string is ensured, and cases such as black box operation caused by human intervention are alleviated.
  • the generation moment of the random number string Before the random number string is compared with the target number string, it should be determined that the generation moment of the random number string is earlier than the generation moment of the target number string, to alleviate fraud caused because the participant determines the target number string before obtaining the random number string.
  • the generation moment of the random number string should be later than a generation moment of a previously used target number string (which has been used for comparison with a random number string to allocate a blockchain resource), to prevent one random number string from being repeatedly compared with different target number strings.
  • Step 508 The smart contract 2 is used to allocate a blockchain resource certificate to a corresponding participant when the random number string matches the target number string.
  • user A is used as an example. Assume that the random number string 1 corresponding to user A matches the target number string. In this case, the smart contract 2 can be used to allocate the blockchain resource certificate to user A.
  • the blockchain resource certificate represents a corresponding blockchain resource on the blockchain.
  • a benefit amount represented by the allocated blockchain resource certificate is a predetermined amount.
  • a benefit amount represented by the allocated blockchain resource certificate is positively correlated with a benefit amount represented by the participation certificate. For example, when user A freezes one participation certificate, the allocated blockchain resource certificate represents a benefit amount of a, and when user A freezes five participation certificates, the allocated blockchain resource certificate represents a benefit amount of 5a.
  • the benefit amount represented by the allocated blockchain resource certificate may not be greater than a predetermined maximum value.
  • the smart contract 2 can be used to directly deduct the participation certificate.
  • the smart contract 2 can be used to send a deduction instruction to a manager of the participation certificate to instruct the manager to deduct the participation certificate.
  • Step 510 The device 24 obtains a matching result returned by the smart contract 2 , and publishes the matching result on the blockchain.
  • the matching result is broadcast on the blockchain for subsequent viewing, verification, etc., to ensure that the matching result is authentic and reliable.
  • FIG. 6 is a schematic structural diagram of a device, according to an example implementation.
  • the device includes a processor 602 , an internal bus 604 , a network interface 606 , a memory 608 , and a nonvolatile memory 610 , and certainly, can further include hardware needed for other services.
  • the processor 602 reads a corresponding computer program from the nonvolatile memory 610 , and runs the computer program in the memory 608 to form a benefit allocation apparatus at a logical level.
  • implementations other than a software implementation are not excluded in the one or more implementations of the present specification, for example, a logic device or a combination of software and hardware. That is, an execution body of the following processing procedures is not limited to a logic unit, and can be hardware or a logic device.
  • the benefit allocation apparatus is applied to a blockchain node.
  • the apparatus can include: a first invoking unit 71 , configured to invoke a first smart contract for generating a character sequence, where the first smart contract is used to generate a random character sequence that satisfies a predetermined rule for a participant, and a first generation moment of the random character sequence is earlier than a second generation moment of a target character sequence that satisfies the predetermined rule; a first publication unit 72 , configured to publish the random character sequence and identity information of the participant on a blockchain in the way that identifies the correspondence; and a second invoking unit 73 , configured to invoke a second smart contract for allocating benefit certificates, where the second smart contract is used to read the random character sequence and the target character sequence and to allocate a first benefit certificate to the participant when the random character sequence matches the target character sequence.
  • the target character sequence is read from the blockchain by using the second smart contract, and the target character sequence is published on the blockchain by an oracle node on the blockchain; or the target character sequence is read from the blockchain by using the second smart contract, and the target character sequence is published on the blockchain by any blockchain node on the blockchain after a consensus is reached.
  • the first publication unit 72 is specifically configured to feed back the random character sequence to the participant; and publish the random character sequence and the identity information of the corresponding participant on the blockchain in the way that identifies the correspondence when a confirmation message returned by the participant is received.
  • the apparatus further includes: a third invoking unit 74 , configured to re-invoke the first smart contract when a reselection message returned by the participant is received, to update the random character sequence.
  • a third invoking unit 74 configured to re-invoke the first smart contract when a reselection message returned by the participant is received, to update the random character sequence.
  • the second smart contract is used to allocate the smart asset certificate to the participant; or when the first benefit certificate is an off-chain benefit certificate outside the blockchain, the second smart contract is used to send an allocation instruction to an off-chain object to instruct the off-chain object to allocate the off-chain benefit certificate to the participant.
  • the apparatus further includes: a second publication unit 75 , configured to publish a matching result between the random character sequence and the target character sequence on the blockchain.
  • a second publication unit 75 configured to publish a matching result between the random character sequence and the target character sequence on the blockchain.
  • the apparatus further includes: a determining unit 76 , configured to determine that a second benefit certificate held by the participant is frozen as a participation certificate of the participant, where the second smart contract is used to terminate the ownership of the participation certificate from the participant when the random character sequence does not match the target character sequence.
  • a determining unit 76 configured to determine that a second benefit certificate held by the participant is frozen as a participation certificate of the participant, where the second smart contract is used to terminate the ownership of the participation certificate from the participant when the random character sequence does not match the target character sequence.
  • the system, apparatus, module, or unit illustrated in the previously described implementations can be specifically implemented by a computer chip or an entity, or can be implemented by a product having a certain function.
  • a typical implementation device is a computer.
  • Specific forms of the computer can be a personal computer, a laptop computer, a cellular phone, a camera phone, a smartphone, a personal digital assistant, a media player, a navigation device, an e-mail transceiver, a game console, a tablet computer, a wearable device, or any combination of several of these devices.
  • the computer includes one or more processors (CPUs), input/output interfaces, network interfaces, and memories.
  • processors CPUs
  • input/output interfaces network interfaces
  • memories volatile and non-volatile memories
  • the memory can include a non-persistent memory, a random access memory (RAM), a nonvolatile memory, and/or another form that are in a computer-readable medium, for example, a read-only memory (ROM) or a flash memory (flash RAM).
  • RAM random access memory
  • flash RAM flash memory
  • the memory is an example of the computer readable medium.
  • the computer-readable medium includes persistent, non-persistent, removable, and irremovable media that can store information by using any method or technology.
  • the information can be a computer readable instruction, a data structure, a program module, or other data.
  • Examples of a computer storage medium include but are not limited to a parameter random access memory (PRAM), a static random access memory (SRAM), a dynamic random access memory (DRAM), another type of random access memory (RAM), a read-only memory (ROM), an electrically erasable programmable read-only memory (EEPROM), a flash memory or another memory technology, a compact disc read-only memory (CD-ROM), a digital versatile disc (DVD) or other optical storage, a cassette magnetic tape, magnetic disk storage, a quantum memory, a graphene-based storage medium, another magnetic storage device, or any other non-transmission medium.
  • the computer storage medium can be used to store information accessible by a computing device. Based on the definition in the present specification, the computer readable medium does not include transitory
  • the term “include”, “comprise”, or their any other variant is intended to cover a nonexclusive inclusion, so that a process, a method, a product, or a device that includes a series of elements not only includes these elements, but also includes other elements which are not expressly listed, or further includes elements inherent to such process, method, product, or device.
  • An element described by “includes a . . . ” further includes, without more constraints, another same or identical element in the process, method, product, or device that includes the element.
  • first, second, and third may be used in the one or more implementations of the present specification to describe various pieces of information, but the information should not be limited to those terms. These terms are used only to distinguish between the same type of information.
  • first information can also be referred to as second information, and similarly, the second information can also be referred to as the first information.
  • word “if” used here can be interpreted as “when” or “in response to determining”.

Abstract

A computer-implemented method includes receiving a participation request from a participant requesting a blockchain resource; invoking a first smart contract that generates a random character sequence for the participant, the generated random character sequence satisfying a predetermined rule; publishing the random character sequence and identity information of the corresponding participant on a blockchain in a manner that identifies the correspondence; and invoking a second smart contract for allocating a benefit certificate corresponding to the blockchain resource to the participant, wherein the second smart contract is used to: obtain a target character sequence satisfying the predetermined rule that is generated later than the generation of the random character sequence and published on the blockchain; and allocate a first benefit certificate to the participant when the random character sequence matches the target character sequence; and publishing a matching result between the random character sequence and the target character sequence on the blockchain.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of U.S. application Ser. No. 17/081,702, now allowed, filed on Oct. 27, 2020, which is a continuation of PCT Application No. PCT/CN2019/084653, filed on Apr. 26, 2019, which claims priority to Chinese Patent Application No. 201810845016.0, filed on Jul. 27, 2018, and each application is hereby incorporated by reference in its entirety.
  • TECHNICAL FIELD
  • One or more implementations of the present specification relate to the field of blockchain technologies, and in particular, to benefit allocation methods, apparatuses, and electronic devices.
  • BACKGROUND
  • In the process of allocating benefits such as permission to use network resources, permission to use storage resources, and permission to invoke data resources, there are usually limited benefits that can be allocated while there are many participants involved in allocation. If benefits are equally allocated, few benefits are allocated to each participant, affecting normal use of the benefits. In addition, benefits in some cases cannot be divided. Therefore, a selection needs to be made between participants, so that benefits are allocated to selected participants.
  • SUMMARY
  • In view of this, one or more implementations of the present specification provide benefit allocation methods, apparatuses, and electronic devices.
  • To achieve the previous objective, technical solutions provided in the one or more implementations of the present specification are as follows:
  • According to a first aspect of the one or more implementations of the present specification, a benefit allocation method is provided, and is applied to a blockchain node, and the method includes: invoking a first smart contract for generating a character sequence, where the first smart contract is used to generate a random character sequence that satisfies a predetermined rule for a participant, and a first generation moment of the random character sequence is earlier than a second generation moment of a target character sequence that satisfies the predetermined rule; publishing the random character sequence and identity information of the corresponding participant on a blockchain in a way that identifies the correspondence; and invoking a second smart contract for allocating benefit certificates, where the second smart contract is used to read the random character sequence and the target character sequence and to allocate a first benefit certificate to the participant when the random character sequence matches the target character sequence.
  • According to a second aspect of the one or more implementations of the present specification, a benefit allocation apparatus is provided, and is applied to a blockchain node, and the apparatus includes: a first invoking unit, configured to invoke a first smart contract for generating a character sequence, where the first smart contract is used to generate a random character sequence that satisfies a predetermined rule for a participant, and a first generation moment of the random character sequence is earlier than a second generation moment of a target character sequence that satisfies the predetermined rule; a first publication unit, configured to publish the random character sequence and identity information of the corresponding participant on a blockchain in the way that identifies the correspondence; and a second invoking unit, configured to invoke a second smart contract for allocating benefit certificates, where the second smart contract is used to read the random character sequence and the target character sequence and to allocate a first benefit certificate to the participant when the random character sequence matches the target character sequence.
  • According to a third aspect of the one or more implementations of the present specification, an electronic device is provided, and includes: a processor; and a memory, configured to store a processor executable instruction, where the processor implements the benefit allocation method in any one of the previous implementations by running the executable instruction.
  • BRIEF DESCRIPTION OF DRAWINGS
  • FIG. 1 is a flowchart illustrating a benefit allocation method, according to an example implementation;
  • FIG. 2 is a schematic diagram illustrating generating a random number string, according to an example implementation;
  • FIG. 3 is a schematic diagram illustrating generating a random number string, according to an example implementation;
  • FIG. 4 is a schematic diagram illustrating allocating a blockchain resource, according to an example implementation;
  • FIG. 5 is a schematic diagram illustrating allocating a blockchain resource, according to an example implementation;
  • FIG. 6 is a schematic structural diagram of a device, according to an example implementation; and
  • FIG. 7 is a block diagram illustrating a benefit allocation apparatus, according to an example implementation.
  • DESCRIPTION OF IMPLEMENTATIONS
  • Example implementations are described here in detail, and examples of the illustrative implementations are shown in the accompanying drawings. When the following description relates to the accompanying drawings, the same numbers in different drawings represent the same or similar elements, unless otherwise indicated. Implementations described in the following example implementations do not represent all implementations consistent with the one or more implementations of the present specification. On the contrary, the implementations are merely examples of apparatuses and methods that are consistent with some aspects of the one or more implementations of the present specification and are described in detail in the appended claims.
  • It is worthwhile to note that in other implementations, steps of a corresponding method are not necessarily performed in an order shown and described in the present specification. In some other implementations, the method can include more or fewer steps than those described in the present specification. In addition, a single step described in the present specification can be divided into multiple steps for description in other implementations, and multiple steps described in the present specification can be combined into a single step for description in other implementations.
  • FIG. 1 is a flowchart illustrating a benefit allocation method, according to an implementation. As shown in FIG. 1, the method is applied to a blockchain node, and can include the following steps.
  • Step 102: Invoke a first smart contract for generating a character sequence, where the first smart contract is used to generate a random character sequence that satisfies a predetermined rule for a participant, and a first generation moment of the random character sequence is earlier than a second generation moment of a target character sequence that satisfies the predetermined rule.
  • In some implementations, a transaction (transfer) is created on a client device on a blockchain, and invoking of a smart contract such as the first smart contract described above or a second smart contract described below can be triggered by using the transaction.
  • In some implementations, processing logic for generating a random character sequence that satisfies the predetermined rule can be pre-written in the first smart contract, so that after the first smart contract is invoked, a random character sequence that satisfies the predetermined rule can be automatically generated based on the processing logic. The processing logic in the first smart contract is public content, and the entire processing process is automatically completed by using the first smart contract without manual intervention. Therefore, randomness of the generated random character sequence can be ensured, and it can be ensured that the generated random character sequence satisfies the predetermined rule.
  • In some implementations, the predetermined rule is used to indicate combination conditions that need to be satisfied by the random character sequence, for example, the quantity of characters included in the sequence, a type of character, and a value range of the character. Implementations are not limited in the present specification. For example, the predetermined rule can specify that the random character sequence includes eight digits. In this case, the sequence “45614381” satisfies the predetermined rule, and the sequence “ax0642f0” does not satisfy the predetermined rule. For another example, the predetermined rule can specify that the random character sequence includes five digits plus three letters. In this case, the sequence “45614381” does not satisfy the predetermined rule, and the sequence “ax0642f0” satisfies the predetermined rule.
  • In some implementations, because the first smart contract is used to randomly generate a random character sequence corresponding to each participant, random character sequences corresponding to different participants may be the same or different, and need to be determined based on actual situations.
  • Step 104: Publish the random character sequence and identity information of the corresponding participant on a blockchain in the way that identifies the correspondence.
  • In some implementations, a transaction is created on a client device on the blockchain, and a prediction result entered by the participant can be published on the blockchain as a piece of data in a distributed database of the blockchain by using the transaction.
  • It is worthwhile to note that transactions on the blockchain are classified into a transaction in a narrow sense and a transaction in a broad sense. The transaction in a narrow sense refers to a value transfer published by a user on the blockchain. For example, in a conventional bitcoin blockchain network, a transaction can be a transfer initiated by a user on a blockchain. The transaction in a broad sense refers to service data with a service intention published by a user on the blockchain. For example, an operator can build a consortium blockchain based on an actual service needs, and deploy some other types of online services (for example, event prediction, rental services, vehicle scheduling services, insurance claims services, credit services, and medical services) that are irrelevant to value transfer based on the consortium blockchain. In this type of consortium blockchain, a transaction can be a service message or a service request with a service intention published by a user in the consortium blockchain. A transaction in the present specification should be understood as a transaction in a broad sense.
  • In some implementations, because the blockchain uses a distributed database, the random character sequence published on the blockchain cannot be tampered with. As such, authenticity and reliability of the random character sequence can be ensured.
  • In some implementations, the random character sequence can be fed back to the participant, and the participant determines whether the random character sequence needs to be used. In one case, when a confirmation message returned by the participant is received, the random character sequence and the identity information of the corresponding participant are published on the blockchain in the way that identifies the correspondence. In another case, when a reselection message returned by the participant is received, the first smart contract can be re-invoked, and the first smart contract is used to generate a new random character sequence, to update the random character sequence. The updated random character sequence can also be fed back to the participant for confirmation by the participant. The participant can repeat the previous process to confirm or continue to update the random character sequence.
  • Step 106: Invoke a second smart contract for allocating benefit certificates, where the second smart contract is used to read the random character sequence and the target character sequence and to allocate a first benefit certificate to the participant when the random character sequence matches the target character sequence.
  • In some implementations, processing logic for comparing the random character sequence with the target character sequence and processing logic for allocating the first benefit certificate based on a comparison result can be pre-written in the second smart contract, so that the second smart contract can be used to automatically determine, based on the read random character sequence and target character sequence, whether the first benefit certificate needs to be allocated to the corresponding participant. The processing logic in the second smart contract is public content, and the entire processing process is automatically completed by using the smart contract without no manual intervention. Therefore, it can be ensured that the comparison between the random character sequence and the target character sequence or the allocation of the first benefit certificate is objective and fair.
  • In some implementations, when the random character sequence is the same as the target character sequence, it can be determined that the random character sequence matches the target character sequence. Because of randomness of the random character sequence and the target character sequence, there can be one or more random character sequence matching the target character sequence, and there can be no random character sequence matching the target character sequence.
  • In some implementations, the target character sequence can be generated by an off-chain object and broadcast on the blockchain. In one case, the target character sequence can be published on the blockchain by an oracle node on the blockchain, and accuracy of the actual result can be ensured because data provided by the oracle node is considered reliable. In another case, the target character sequence can be published on the blockchain by any blockchain node on the blockchain after a consensus is reached. For example, the any blockchain node can initiate consensus processing on the blockchain to confirm the target character sequence provided by the any blockchain node. When a consensus on the target character sequence is reached by blockchain nodes, the target character sequence can be used to compare with the random number sequence. For example, the any blockchain node can invoke the previous first smart contract to randomly generate the target character sequence by using the processing logic included in the first smart contract.
  • In some implementations, the target character sequence can be generated by invoking the previous first smart contract. As such, randomness of the target character sequence can be ensured, and it can be ensured that the target character sequence satisfies the previous predetermined rule, and human intervention and counterfeiting can be alleviated in the generation process of the target character sequence.
  • In some implementations, the first benefit certificate can be a smart asset certificate on the blockchain, and the second smart contract can be used to directly allocate the smart asset certificate to the participant. For example, the smart asset certificate is bound on a blockchain account corresponding to the participant on the blockchain. The smart asset certificate represents a benefit that can be obtained by the participant on the blockchain, for example, a blockchain asset and operation permission on the blockchain. Implementations are not limited in the present specification.
  • In some implementations, the first benefit certificate can be an off-chain benefit certificate outside the blockchain, and the second smart contract can be used to send an allocation instruction to an off-chain object to instruct the off-chain object to allocate the off-chain benefit certificate to the participant. For example, the off-chain benefit certificate is bound to an off-chain account of the participant. The off-chain benefit certificate can include certificates used to represent any type of off-chain benefits such as membership scores in a membership system, coupons, redemption coupons, and exchange coupons on a trading platform, data read permission, permission to use network resources, and permission to use storage space. Implementations are not limited in the present specification.
  • In some implementations, a blockchain node can publish a matching result between the random character sequence and the target character sequence on the blockchain for viewing and verification by the participant, regulators, or any other objects.
  • In some implementations, it can be determined that a second benefit certificate held by the participant is frozen as a participation certificate of the participant, and the second smart contract is used to terminate the ownership of the participation certificate from the participant when the random character sequence does not match the target character sequence. The second benefit certificate held by the participant is frozen as the participation certificate, to set a specific participation threshold for the participant. As such, the quantity of participants can be limited to some extent. The participant can require the blockchain node to invoke the first smart contract for multiple times, so that the participant can have multiple corresponding random character sequences. For each random character sequence, the participant can be required to freeze a corresponding participation certificate. Otherwise, generation of the corresponding random character sequence can be rejected.
  • In some implementations, a benefit amount represented by the first benefit certificate is positively correlated with a benefit amount represented by the second benefit certificate. A higher benefit amount represented by the second benefit certificate indicates that the participant invests more resources to compete for the first benefit certificate. Therefore, the benefit amount represented by the first benefit certificate can be correspondingly increased to encourage the participant.
  • In some implementations, even if the participant does not freeze the second benefit certificate to form a participation certificate, the participant still can participate in allocation of the first benefit certificate, and can obtain the first benefit certificate when the random character sequence matches the target character sequence. In another implementation, when the participant does not freeze the second benefit certificate to form a participation certificate, generation of the corresponding random character sequence for the participant can be rejected, or it is determined that the random character sequence corresponding to the participant is invalid, so that the participant cannot participate in the allocation of the first benefit certificate. Alternatively, when the random character sequence matches the target character sequence, the first benefit certificate can be allocated to the participant, but the first benefit certificate cannot represent any benefit, which is equivalent to that no benefit certificate is allocated, making participation of the participant meaningless.
  • For ease of understanding, the following describes the benefit allocation solution in the present specification by using an example of allocating a blockchain resource on the blockchain. FIG. 2 is a schematic diagram illustrating generating a random number, according to an example implementation. As shown in FIG. 2, assume that user A wants to participate in obtaining a blockchain resource. In this case, user A can initiate a participation request 1 to a device 23 by using a mobile phone 21 with a client device installed. Similarly, when user B wants to participate in obtaining the blockchain resource, user B can initiate a participation request 2 to the device 23 by using a mobile phone 22 with a client device installed.
  • The device 23 is configured as a server for managing resource allocation. The device 23 interacts with the mobile phones 21 and 22, etc. used by users A and B, etc. to receive the participation requests 1 and 2, etc., and interacts with a device 24. The device 24 is configured as a blockchain node on a blockchain to assist the device 23 in allocating the blockchain resource. The allocation process of the blockchain resource can include two stages: In the first stage, a corresponding random number string is generated for each participant such as user A and user B, and in the second stage, the blockchain resource is allocated based on the random number string corresponding to each participant. The two stages are separately described below.
  • FIG. 3 is a schematic diagram illustrating generating a random number string, according to an example implementation. As shown in FIG. 3, step 302 is performed at the device 23 served as a server, steps 304, 306, and 310 are performed at the device 24 served as a blockchain node, and step 308 is performed at a smart contract invoked by the device 24. The process of generating a random number string can include the following steps.
  • Step 302: The device 23 receives a participation request from a participant.
  • In some implementations, user A and user B can be participants, and the device 23 can receive the participation request 1 initiated by user A by using the mobile phone 21, and receive the participation request 2 initiated by user B by using the mobile phone 22.
  • Step 304: The device 24 receives a generation instruction sent by the device 23.
  • In some implementations, user A is used as an example. After receiving the participation request 1 initiated by user A by using the mobile phone 21, the device 23 can send a generation instruction 1 to the device 24. The generation instruction 1 is used to instruct the device 24 to trigger a generation step of a random number string to generate a random number string 1 corresponding to user A. Similarly, in response to the participation request 2 initiated by user B by using the mobile phone 22, the device 23 can send a generation instruction 2 to the device 24. The generation instruction 2 is used to instruct the device 24 to trigger the generation step of a random number string to generate a random number string 2 corresponding to user B.
  • Step 306: The device 24 creates a transaction, and publishes the transaction on a blockchain.
  • Step 308: A smart contract 1 is triggered by the transaction created by the device 24 to generate a random number string.
  • In some implementations, the smart contract 1 can be used to scan a transaction on the blockchain, and the smart contract 1 is invoked after the transaction published by the device 24 in step 306 is scanned. In other implementations, the device 24 can invoke the smart contract 1 in other methods. For example, the device 24 directly sends a created transaction to a contract address of the smart contract 1. Implementations are not limited in the present specification.
  • In some implementations, function logic for generating a random number string is predefined in the smart contract 1, so that the smart contract 1 can be used to automatically generate, based on the function logic, a random number string that satisfies a predetermined rule. For example, the predetermined rule can be used to indicate a length and a numerical range of the random number string. Because the smart contract 1 is published on the blockchain, the function logic defined in the smart contract 1 is public data. Therefore, objectivity and fairness of the generation result of the random number string is ensured, and cases such as black box operation caused by human intervention are alleviated.
  • Step 310: The device 24 obtains the random number string generated by using the smart contract 1, and publishes the random number string on the blockchain.
  • In some implementations, user A is used as an example. When the smart contract 1 is used to generate the random number string 1 for user A, the device 24 can create a transaction. The transaction includes the random number string 1 and identity information of user A. Consensus processing is then performed on the transaction on the blockchain, so that the transaction can be published on the blockchain after a consensus is reached, to record the transaction in a distributed database of the blockchain, that is, “broadcast the transaction on the blockchain”. A type of a used consensus algorithm is not limited in the present specification. For example, when the blockchain in which the device 24 is located is a consortium blockchain or a public blockchain, the device 24 can initiate consensus processing to other blockchain nodes based on an algorithm such as a practical byzantine fault tolerance (PBFT) algorithm, and publish the transaction on the blockchain after a consensus is reached, so that the transaction is recorded in the distributed database of the blockchain. For another example, when the blockchain in which the device 24 is located is a public blockchain, the device 24 can compete for accounting rights with other blockchain nodes based on a proof of work (PoW) algorithm, a proof of stake (PoS) algorithm, or other algorithms, and a blockchain node that obtains the accounting rights records transaction data in a corresponding block. When the transaction that includes the random number string 1 and the identity information of user A is recorded, the random number string 1 and the identity information of user A can be recorded in the distributed database of the blockchain in the way that identifies the correspondence. Similarly, a random number string corresponding to user B or another user and identity information of the corresponding user can also be recorded on the blockchain in the way that identifies the correspondence. Details are omitted here for simplicity.
  • In some implementations, the device 24 can first return the random number string 1 to the device 23, so that the device 23 can return the random number string 1 to the mobile phone 21 for viewing and confirmation by user A. When user A determines to use the random number string 1, user A can send an confirmation message to the device 23 by using the mobile phone 21, and the device 23 can instruct the device 24 to broadcast the random number string 1 and the identity information of user A on the blockchain in the way that identifies the correspondence. When user A does not want to use the random number string 1, user A can send a reselection message to the device 23 by using the mobile phone 21, the device 23 can instruct the device 24 to discard the random number string 1 or avoid instructing the device 24 to broadcast the random number string 1 and the identity information of user A on the blockchain in the way that identifies the correspondence, and the device 23 can trigger steps 304 to 310 again to generate an updated random number string 1 for confirmation by user A. User A can require, for multiple times, the device 23 to update/replace the generated random number string until a satisfactory random number string is obtained. Similarly, user B or other users can confirm or require replacement of the random number string generated by using the smart contract 1. Details are omitted here for simplicity.
  • In some implementations, each participant can request to generate multiple random number strings. The probability that the participant obtains a blockchain resource can increase with addition of a random number string. Therefore, a specific participation threshold can be set for the participant to ensure fair competition. User A is still used as an example. When user A initiates the participation request 1 by using the mobile phone 21, certain benefit certificate held by user A can be frozen as a participation certificate of user A. For example, the participation certificate can be an off-chain benefit certificate such as a membership score or a participation ticket of user A for an off-chain object, or the participation certificate can be a smart asset certificate held by user A on the blockchain. Implementations are not limited in the present specification. When user A holds multiple participation certificates, the multiple participation certificates can be used to obtain multiple random number strings, or can be applied to the same random number string. Implementations are not limited in the present specification.
  • In some implementations, the participation certificate is optional, and all participants can request to obtain corresponding random number strings without providing participation certificates. However, the quantity of random number strings that can be obtained by each participant should be limited. For example, each participant can obtain only one random number string or no more than three random number strings, to ensure that all the participants have the same or approximately the same probability to obtain the blockchain resource.
  • FIG. 4 is a schematic diagram illustrating allocating a blockchain resource, according to an example implementation. Correspondingly, FIG. 5 is a schematic diagram illustrating allocating a blockchain resource, according to an example implementation. As shown in FIG. 5, steps 502, 504, and 510 are performed at the device 24 served as a blockchain node, and steps 506 and 508 are performed at a smart contract invoked by the device 24. The process of generating a random number string can include the following steps.
  • Step 502: The device 24 determines whether a predetermined moment is reached.
  • In some implementations, a blockchain resource can be periodically allocated, and the predetermined moment in each period can be determined based on a predefined period length. In another implementation, the blockchain resource is periodically allocated, and the predetermined moment can be defined based on an actual situation. Implementations are not limited in the present specification.
  • Step 504: The device 24 creates a transaction, and publishes the transaction on a blockchain.
  • Step 506: A smart contract 2 is triggered by the transaction created by the device 24 to obtain a random number string and a target number string, to determine whether the random number string matches the target number string.
  • In some implementations, the smart contract 2 can be used to scan a transaction on the blockchain, and the smart contract 2 is invoked after the transaction published by the device 24 in step 504 is scanned. In other implementations, the device 24 can invoke the smart contract 2 in other methods. For example, the device 24 directly sends a created transaction to a contract address of the smart contract 2. Implementations are not limited in the present specification.
  • In some implementations, function logic for obtaining and comparing the random number string and the target number string is predefined in the smart contract 2, so that the smart contract 2 can be used to automatically obtain the random number string and the target number string based on the function logic and to compare the random number string and the target number string.
  • In some implementations, by performing step 310 shown in FIG. 3, the random number strings are respectively recorded in the transactions on the blockchain. These transactions can be marked as being related to allocation of the blockchain resource, so that the smart contract 2 can be used to identify these transactions from the blockchain and obtain the random number strings. For example, the smart contract 2 can be used to obtain, by scanning a transaction with a specific address or a transaction with a specific serial number, a random number string included in the corresponding transaction.
  • In some implementations, a target number string imported by an oracle node 25 is recorded in a transaction on the blockchain, and the transaction is marked as being related to the allocation of the blockchain resource, so that the smart contract 2 can be used to identify the transaction from the blockchain and obtain the target number string. For example, the smart contract 2 can be used to obtain, by scanning a transaction with a specific address or a transaction with a specific serial number, a target number string included in the corresponding transaction. The oracle node 25 can obtain the target number string from a predetermined off-chain object, and the off-chain object can obtain the target number string through notarized lottery, computer random generation, etc.
  • In some implementations, the device 24 can invoke the smart contract 1, for example, by using a method similar to that in steps 306 and 308, to enable the smart contract 1 to randomly generate a number string based on predefined function logic, and the number string is used as the target number string. The device 24 then can publish the target number string on the blockchain by using a transaction, and the transaction is obtained and compared with the random number string by using the smart contract 2. As described above, the function logic defined in the smart contract 1 is public data. Therefore, objectivity and fairness of the generation result of the target number string is ensured, and cases such as black box operation caused by human intervention are alleviated.
  • In some implementations, there are corresponding generation moments for both the random number string and the target number string. Before the random number string is compared with the target number string, it should be determined that the generation moment of the random number string is earlier than the generation moment of the target number string, to alleviate fraud caused because the participant determines the target number string before obtaining the random number string. In addition, it can be defined that the generation moment of the random number string should be later than a generation moment of a previously used target number string (which has been used for comparison with a random number string to allocate a blockchain resource), to prevent one random number string from being repeatedly compared with different target number strings.
  • Step 508: The smart contract 2 is used to allocate a blockchain resource certificate to a corresponding participant when the random number string matches the target number string.
  • In some implementations, user A is used as an example. Assume that the random number string 1 corresponding to user A matches the target number string. In this case, the smart contract 2 can be used to allocate the blockchain resource certificate to user A. The blockchain resource certificate represents a corresponding blockchain resource on the blockchain.
  • In some implementations, when user A is not required to freeze a benefit certificate to form a participation certificate in advance, a benefit amount represented by the allocated blockchain resource certificate is a predetermined amount.
  • In some implementations, when user A freezes a participation certificate in advance, a benefit amount represented by the allocated blockchain resource certificate is positively correlated with a benefit amount represented by the participation certificate. For example, when user A freezes one participation certificate, the allocated blockchain resource certificate represents a benefit amount of a, and when user A freezes five participation certificates, the allocated blockchain resource certificate represents a benefit amount of 5a. The benefit amount represented by the allocated blockchain resource certificate may not be greater than a predetermined maximum value.
  • In some implementations, when the random number string 1 corresponding to user A does not match the target number string, if user A freezes a participation certificate in advance, the smart contract 2 can be used to control termination of the ownership of the participation certificate from user A, which serves as a cost of user A to participate in competition of the blockchain resource. As such, user A can be prevented from arbitrarily participating in competition, which helps to ensure fairness.
  • When the participation certificate is a frozen blockchain benefit certificate, the smart contract 2 can be used to directly deduct the participation certificate. When the participation certificate is a frozen off-chain benefit certificate, the smart contract 2 can be used to send a deduction instruction to a manager of the participation certificate to instruct the manager to deduct the participation certificate.
  • Step 510: The device 24 obtains a matching result returned by the smart contract 2, and publishes the matching result on the blockchain.
  • In some implementations, the matching result is broadcast on the blockchain for subsequent viewing, verification, etc., to ensure that the matching result is authentic and reliable.
  • FIG. 6 is a schematic structural diagram of a device, according to an example implementation. Referring to FIG. 6, at a hardware level, the device includes a processor 602, an internal bus 604, a network interface 606, a memory 608, and a nonvolatile memory 610, and certainly, can further include hardware needed for other services. The processor 602 reads a corresponding computer program from the nonvolatile memory 610, and runs the computer program in the memory 608 to form a benefit allocation apparatus at a logical level. Certainly, implementations other than a software implementation are not excluded in the one or more implementations of the present specification, for example, a logic device or a combination of software and hardware. That is, an execution body of the following processing procedures is not limited to a logic unit, and can be hardware or a logic device.
  • Referring to FIG. 7, in a software implementation, the benefit allocation apparatus is applied to a blockchain node. The apparatus can include: a first invoking unit 71, configured to invoke a first smart contract for generating a character sequence, where the first smart contract is used to generate a random character sequence that satisfies a predetermined rule for a participant, and a first generation moment of the random character sequence is earlier than a second generation moment of a target character sequence that satisfies the predetermined rule; a first publication unit 72, configured to publish the random character sequence and identity information of the participant on a blockchain in the way that identifies the correspondence; and a second invoking unit 73, configured to invoke a second smart contract for allocating benefit certificates, where the second smart contract is used to read the random character sequence and the target character sequence and to allocate a first benefit certificate to the participant when the random character sequence matches the target character sequence.
  • Optionally, the target character sequence is read from the blockchain by using the second smart contract, and the target character sequence is published on the blockchain by an oracle node on the blockchain; or the target character sequence is read from the blockchain by using the second smart contract, and the target character sequence is published on the blockchain by any blockchain node on the blockchain after a consensus is reached.
  • Optionally, the first publication unit 72 is specifically configured to feed back the random character sequence to the participant; and publish the random character sequence and the identity information of the corresponding participant on the blockchain in the way that identifies the correspondence when a confirmation message returned by the participant is received.
  • Optionally, the apparatus further includes: a third invoking unit 74, configured to re-invoke the first smart contract when a reselection message returned by the participant is received, to update the random character sequence.
  • Optionally, when the first benefit certificate is a smart asset certificate on the blockchain, the second smart contract is used to allocate the smart asset certificate to the participant; or when the first benefit certificate is an off-chain benefit certificate outside the blockchain, the second smart contract is used to send an allocation instruction to an off-chain object to instruct the off-chain object to allocate the off-chain benefit certificate to the participant.
  • Optionally, the apparatus further includes: a second publication unit 75, configured to publish a matching result between the random character sequence and the target character sequence on the blockchain.
  • Optionally, the apparatus further includes: a determining unit 76, configured to determine that a second benefit certificate held by the participant is frozen as a participation certificate of the participant, where the second smart contract is used to terminate the ownership of the participation certificate from the participant when the random character sequence does not match the target character sequence.
  • Optionally, a benefit amount represented by the first benefit certificate is positively correlated with a benefit amount represented by the second benefit certificate.
  • The system, apparatus, module, or unit illustrated in the previously described implementations can be specifically implemented by a computer chip or an entity, or can be implemented by a product having a certain function. A typical implementation device is a computer. Specific forms of the computer can be a personal computer, a laptop computer, a cellular phone, a camera phone, a smartphone, a personal digital assistant, a media player, a navigation device, an e-mail transceiver, a game console, a tablet computer, a wearable device, or any combination of several of these devices.
  • In a typical configuration, the computer includes one or more processors (CPUs), input/output interfaces, network interfaces, and memories.
  • The memory can include a non-persistent memory, a random access memory (RAM), a nonvolatile memory, and/or another form that are in a computer-readable medium, for example, a read-only memory (ROM) or a flash memory (flash RAM). The memory is an example of the computer readable medium.
  • The computer-readable medium includes persistent, non-persistent, removable, and irremovable media that can store information by using any method or technology. The information can be a computer readable instruction, a data structure, a program module, or other data. Examples of a computer storage medium include but are not limited to a parameter random access memory (PRAM), a static random access memory (SRAM), a dynamic random access memory (DRAM), another type of random access memory (RAM), a read-only memory (ROM), an electrically erasable programmable read-only memory (EEPROM), a flash memory or another memory technology, a compact disc read-only memory (CD-ROM), a digital versatile disc (DVD) or other optical storage, a cassette magnetic tape, magnetic disk storage, a quantum memory, a graphene-based storage medium, another magnetic storage device, or any other non-transmission medium. The computer storage medium can be used to store information accessible by a computing device. Based on the definition in the present specification, the computer readable medium does not include transitory computer readable media (transitory media) such as a modulated data signal and carrier.
  • It is worthwhile to further note that the term “include”, “comprise”, or their any other variant is intended to cover a nonexclusive inclusion, so that a process, a method, a product, or a device that includes a series of elements not only includes these elements, but also includes other elements which are not expressly listed, or further includes elements inherent to such process, method, product, or device. An element described by “includes a . . . ” further includes, without more constraints, another same or identical element in the process, method, product, or device that includes the element.
  • Specific implementations of the present specification are described above. Other implementations fall within the scope of the appended claims. In some cases, the actions or steps described in the claims can be performed in a sequence different from that in the implementations, and the desired results can still be achieved. In addition, the process described in the accompanying drawings does not necessarily require a particular sequence or sequential sequence shown to achieve the desired results. In some implementations, multi-tasking and parallel processing can be advantageous.
  • The terms used in the one or more implementations of the present specification are merely intended to describe the particular implementations, and are not intended to limit the one or more implementations of the present specification. The singular forms “a” and “the” used in the one or more implementations of the present specification and the appended claims are also intended to include plural forms unless other meanings are clearly represented in the context. It should be also understood that the term “and/or” used in the present specification refers to any or all possible combinations of one or more associated listed items.
  • It should be understood that terms such as first, second, and third may be used in the one or more implementations of the present specification to describe various pieces of information, but the information should not be limited to those terms. These terms are used only to distinguish between the same type of information. For example, without departing from the scope of the one or more implementations of the present specification, first information can also be referred to as second information, and similarly, the second information can also be referred to as the first information. Depending on the context, the word “if” used here can be interpreted as “when” or “in response to determining”.
  • The previous description is merely preferred implementations of the one or more implementations of the present specification, and is not intended to limit the one or more implementations of the present specification. Any modification, equivalent replacement, improvement, etc. made without departing from the spirit and principle of the one or more implementations of the present specification shall fall within the protection scope of the one or more implementations of the present specification.

Claims (21)

1.-20. (canceled)
21. A computer-implemented method comprising:
(a) in a first stage:
receiving, by one or more blockchain nodes, a participation request from a participant requesting a blockchain resource;
generating, by the one or more blockchain nodes, based on a first smart contract, one or more random character sequences for the participant, the one or more random character sequences satisfying a predetermined rule;
publishing, by the one or more blockchain nodes, the one or more random character sequences and identity information of the participant on a blockchain, wherein the one or more random character sequences and the identity information of the participant are associated;
(b) in a second stage at a second smart contract:
obtaining a target character sequence satisfying the predetermined rule, wherein the target character sequence is (i) generated by invoking the first smart contract, (ii) generated after the generation of the one or more random character sequences, and (iii) published on the blockchain;
in response to determining that the at least one of the one or more random character sequences matches the target character sequence, allocating a first benefit certificate corresponding to the blockchain resource to the participant; and
publishing, by the one or more blockchain nodes, a matching result between the at least one of the one or more random character sequences and the target character sequence on the blockchain.
22. The computer-implemented method of claim 21, wherein
the target character sequence is read from the blockchain by using the second smart contract, and the target character sequence is published on the blockchain by an oracle node on the blockchain; or
the target character sequence is read from the blockchain by using the second smart contract, and the target character sequence is published on the blockchain by any blockchain node on the blockchain after a consensus is reached.
23. The computer-implemented method of claim 21, wherein publishing the one or more random character sequences and the identity information of the participant on the blockchain comprises:
for each random character sequence included in the one or more random character sequences,
transmitting, by the one or more blockchain nodes, the random character sequence to the participant; and
when receiving a confirmation message from the participant, publishing, by the one or more blockchain nodes, the random character sequence and the identity information of the participant on the blockchain.
24. The computer-implemented method of claim 23, further comprising:
when receiving a reselection message from the participant, re-invoking, by the one or more blockchain nodes, the first smart contract to update the random character sequence.
25. The computer-implemented method of claim 21, wherein
when the first benefit certificate is a smart asset certificate on the blockchain, the second smart contract is used to allocate the smart asset certificate to the participant; or
when the first benefit certificate is an off-chain benefit certificate outside the blockchain, the second smart contract is used to send an allocation instruction to an off-chain object to instruct the off-chain object to allocate the off-chain benefit certificate to the participant.
26. The computer-implemented method of claim 21, further comprising:
freezing, by the one or more blockchain nodes, a second benefit certificate to create one or more participant certificates; and
in response to determining that none of the one or more random character sequences match the target character sequence, terminating an ownership of the one or more participation certificates from the participant.
27. The computer-implemented method of claim 26, wherein a benefit amount represented by the first benefit certificate is positively correlated with a benefit amount represented by the second benefit certificate.
28. A non-transitory, computer-readable medium storing one or more instructions executable by a computer system to perform operations comprising:
(a) in a first stage:
receiving a participation request from a participant requesting a blockchain resource;
generating based on a first smart contract, one or more random character sequences for the participant, the one or more random character sequences satisfying a predetermined rule;
publishing the one or more random character sequences and identity information of the participant on a blockchain, wherein the one or more random character sequences and the identity information of the participant are associated;
(b) in a second stage at a second smart contract:
obtaining a target character sequence satisfying the predetermined rule, wherein the target character sequence is (i) generated by invoking the first smart contract, (ii) generated after the generation of the one or more random character sequences, and (iii) published on the blockchain;
in response to determining that the at least one of the one or more random character sequences matches the target character sequence, allocating a first benefit certificate corresponding to the blockchain resource to the participant; and
publishing a matching result between the at least one of the one or more random character sequences and the target character sequence on the blockchain.
29. The non-transitory, computer-readable medium of claim 28, wherein
the target character sequence is read from the blockchain by using the second smart contract, and the target character sequence is published on the blockchain by an oracle node on the blockchain; or
the target character sequence is read from the blockchain by using the second smart contract, and the target character sequence is published on the blockchain by any blockchain node on the blockchain after a consensus is reached.
30. The non-transitory, computer-readable medium of claim 28, wherein publishing the one or more random character sequences and the identity information of the participant on the blockchain comprises:
for each random character sequence included in the one or more random character sequences,
transmitting the random character sequence to the participant; and
when receiving a confirmation message from the participant, publishing the random character sequence and the identity information of the participant on the blockchain.
31. The non-transitory, computer-readable medium of claim 30, wherein the operations further comprise:
when receiving a reselection message from the participant, re-invoking the first smart contract to update the random character sequence.
32. The non-transitory, computer-readable medium of claim 28, wherein
when the first benefit certificate is a smart asset certificate on the blockchain, the second smart contract is used to allocate the smart asset certificate to the participant; or
when the first benefit certificate is an off-chain benefit certificate outside the blockchain, the second smart contract is used to send an allocation instruction to an off-chain object to instruct the off-chain object to allocate the off-chain benefit certificate to the participant.
33. The non-transitory, computer-readable medium of claim 28, wherein the operations further comprise:
freezing a second benefit certificate to create one or more participant certificates; and
in response to determining that none of the one or more random character sequences match the target character sequence, terminating an ownership of the one or more participation certificates from the participant.
34. The non-transitory, computer-readable medium of claim 33, wherein a benefit amount represented by the first benefit certificate is positively correlated with a benefit amount represented by the second benefit certificate.
35. A computer-implemented system, comprising:
one or more computers; and
one or more computer memory devices interoperably coupled with the one or more computers and having tangible, non-transitory, machine-readable media storing one or more instructions that, when executed by the one or more computers, perform one or more operations comprising:
(a) in a first stage:
receiving a participation request from a participant requesting a blockchain resource;
generating based on a first smart contract, one or more random character sequences for the participant, the one or more random character sequences satisfying a predetermined rule;
publishing the one or more random character sequences and identity information of the participant on a blockchain, wherein the one or more random character sequences and the identity information of the participant are associated;
(b) in a second stage at a second smart contract:
obtaining a target character sequence satisfying the predetermined rule, wherein the target character sequence is (i) generated by invoking the first smart contract, (ii) generated after the generation of the one or more random character sequences, and (iii) published on the blockchain;
in response to determining that the at least one of the one or more random character sequences matches the target character sequence, allocating a first benefit certificate corresponding to the blockchain resource to the participant; and
publishing a matching result between the at least one of the one or more random character sequences and the target character sequence on the blockchain.
36. The computer-implemented system of claim 35, wherein
the target character sequence is read from the blockchain by using the second smart contract, and the target character sequence is published on the blockchain by an oracle node on the blockchain; or
the target character sequence is read from the blockchain by using the second smart contract, and the target character sequence is published on the blockchain by any blockchain node on the blockchain after a consensus is reached.
37. The computer-implemented system of claim 35, wherein publishing the one or more random character sequences and the identity information of the participant on the blockchain comprises:
for each random character sequence included in the one or more random character sequences,
transmitting the random character sequence to the participant; and
when receiving a confirmation message from the participant, publishing the random character sequence and the identity information of the participant on the blockchain.
38. The computer-implemented system of claim 37, wherein the one or more operations further comprise:
when receiving a reselection message from the participant, re-invoking the first smart contract to update the random character sequence.
39. The computer-implemented system of claim 35, wherein
when the first benefit certificate is a smart asset certificate on the blockchain, the second smart contract is used to allocate the smart asset certificate to the participant; or
when the first benefit certificate is an off-chain benefit certificate outside the blockchain, the second smart contract is used to send an allocation instruction to an off-chain object to instruct the off-chain object to allocate the off-chain benefit certificate to the participant.
40. The computer-implemented system of claim 35, wherein the one or more operations further comprise:
freezing a second benefit certificate to create one or more participant certificates; and
in response to determining that none of the one or more random character sequences match the target character sequence, terminating an ownership of the one or more participation certificates from the participant.
US17/391,452 2018-07-27 2021-08-02 Benefit allocation method, apparatus, and electronic device Abandoned US20210357997A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US17/391,452 US20210357997A1 (en) 2018-07-27 2021-08-02 Benefit allocation method, apparatus, and electronic device

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
CN201810845016.0A CN108985644B (en) 2018-07-27 2018-07-27 Rights and interests distribution method and device and electronic equipment
CN201810845016.0 2018-07-27
PCT/CN2019/084653 WO2020019798A1 (en) 2018-07-27 2019-04-26 Rights and interests distribution method and device and electronic device
US17/081,702 US11087372B2 (en) 2018-07-27 2020-10-27 Benefit allocation method, apparatus, and electronic device
US17/391,452 US20210357997A1 (en) 2018-07-27 2021-08-02 Benefit allocation method, apparatus, and electronic device

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US17/081,702 Continuation US11087372B2 (en) 2018-07-27 2020-10-27 Benefit allocation method, apparatus, and electronic device

Publications (1)

Publication Number Publication Date
US20210357997A1 true US20210357997A1 (en) 2021-11-18

Family

ID=64551832

Family Applications (2)

Application Number Title Priority Date Filing Date
US17/081,702 Active US11087372B2 (en) 2018-07-27 2020-10-27 Benefit allocation method, apparatus, and electronic device
US17/391,452 Abandoned US20210357997A1 (en) 2018-07-27 2021-08-02 Benefit allocation method, apparatus, and electronic device

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US17/081,702 Active US11087372B2 (en) 2018-07-27 2020-10-27 Benefit allocation method, apparatus, and electronic device

Country Status (6)

Country Link
US (2) US11087372B2 (en)
EP (1) EP3779815A4 (en)
CN (1) CN108985644B (en)
SG (1) SG11202010706WA (en)
TW (1) TWI709055B (en)
WO (1) WO2020019798A1 (en)

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108985644B (en) * 2018-07-27 2021-02-09 创新先进技术有限公司 Rights and interests distribution method and device and electronic equipment
CN110046300A (en) * 2018-12-14 2019-07-23 阿里巴巴集团控股有限公司 Content delivery method and device, electronic equipment
US11188521B2 (en) * 2019-06-05 2021-11-30 International Business Machines Corporation Flexible transaction validation
CN110602249B (en) * 2019-09-29 2021-10-22 腾讯科技(深圳)有限公司 Resource allocation method and related device
CN113449342B (en) * 2020-03-27 2023-04-11 山东浪潮质量链科技有限公司 Random number prediction machine implementation method, equipment and medium based on block chain
CN111461793B (en) * 2020-04-27 2023-10-10 吉林省桥王智能科技有限公司 Integration chain consensus method based on liveness probability selection
CN111562902B (en) * 2020-05-07 2023-08-11 成都库珀创新科技有限公司 Block chain-based random number generation method and device
CN113688356A (en) * 2020-05-18 2021-11-23 国家广播电视总局广播电视科学研究院 Rights control method, device, equipment and storage medium of digital media content
CN112417032B (en) * 2020-07-22 2023-11-14 贵州鼎西众讯科技有限公司 Dynamic equity distribution method, system and device based on block chain
EP4238275A1 (en) * 2020-10-29 2023-09-06 Ocelot Technologies, Inc. Blockchain-based secure, anonymizing message bus
CN112184194A (en) * 2020-11-02 2021-01-05 立旃(上海)科技有限公司 Resource authorization method and device based on block chain
US20230214822A1 (en) * 2022-01-05 2023-07-06 Mastercard International Incorporated Computer-implemented methods and systems for authentic user-merchant association and services
CN115169992B (en) * 2022-09-02 2023-01-17 天聚地合(苏州)科技股份有限公司 Block chain based data element rights and interests allocation method, device and system
CN117273712A (en) * 2023-11-20 2023-12-22 中国证券登记结算有限责任公司 Rights and interests certificate processing method, device and system

Family Cites Families (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015085393A1 (en) * 2013-12-13 2015-06-18 Tang li jun System and method for rating a transaction history
US20150302400A1 (en) * 2014-04-18 2015-10-22 Ebay Inc. Distributed crypto currency reputation system
US20160098730A1 (en) * 2014-10-01 2016-04-07 The Filing Cabinet, LLC System and Method for Block-Chain Verification of Goods
US9436923B1 (en) * 2015-02-26 2016-09-06 Skuchain, Inc. Tracking unitization occurring in a supply chain
GB201511964D0 (en) * 2015-07-08 2015-08-19 Barclays Bank Plc Secure digital data operations
US20180191503A1 (en) * 2015-07-14 2018-07-05 Fmr Llc Asynchronous Crypto Asset Transfer and Social Aggregating, Fractionally Efficient Transfer Guidance, Conditional Triggered Transaction, Datastructures, Apparatuses, Methods and Systems
SG10202006900PA (en) * 2015-12-22 2020-08-28 Financial & Risk Organisation Ltd Methods and systems for identity creation, verification and management
US10496989B2 (en) * 2016-02-22 2019-12-03 Bank Of America Corporation System to enable contactless access to a transaction terminal using a process data network
US11526938B2 (en) * 2016-03-31 2022-12-13 Refinitiv Us Organization Llc Systems and methods for providing financial data to financial instruments in a distributed ledger system
US10521775B2 (en) * 2016-04-18 2019-12-31 R3 Ltd. Secure processing of electronic transactions by a decentralized, distributed ledger system
US10046228B2 (en) * 2016-05-02 2018-08-14 Bao Tran Smart device
CN107819582A (en) * 2016-09-14 2018-03-20 陈新 Intelligent block chain interacted system
US11663609B2 (en) * 2016-10-04 2023-05-30 International Business Machines Corporation Method and apparatus to enforce smart contract execution hierarchy on blockchain
US20180130034A1 (en) * 2016-11-07 2018-05-10 LedgerDomain, LLC Extended blockchains for event tracking and management
CN106600405B (en) * 2016-11-17 2021-06-22 复旦大学 Block chain-based data rights and interests protection method
CN110800004A (en) * 2016-12-30 2020-02-14 斯洛克It有限公司 Block chain enabled service provider system
TWI614712B (en) * 2017-01-20 2018-02-11 現代財富控股有限公司 Event linking system for smart contract and method thereof
CN107423945B (en) * 2017-04-13 2020-12-29 葛武 Intelligent energy transaction management system and method based on block chain technology
CN107993047B (en) * 2017-11-22 2021-02-19 焦文华 Policy sales commission rights and interests management method based on block chain
CN108234515B (en) * 2018-01-25 2020-07-24 中国科学院合肥物质科学研究院 Self-authentication digital identity management system and method based on intelligent contract
CN108985644B (en) * 2018-07-27 2021-02-09 创新先进技术有限公司 Rights and interests distribution method and device and electronic equipment

Also Published As

Publication number Publication date
US20210042741A1 (en) 2021-02-11
CN108985644B (en) 2021-02-09
SG11202010706WA (en) 2020-11-27
WO2020019798A1 (en) 2020-01-30
TW202008195A (en) 2020-02-16
TWI709055B (en) 2020-11-01
EP3779815A1 (en) 2021-02-17
US11087372B2 (en) 2021-08-10
EP3779815A4 (en) 2021-06-09
CN108985644A (en) 2018-12-11

Similar Documents

Publication Publication Date Title
US11087372B2 (en) Benefit allocation method, apparatus, and electronic device
US20230153453A1 (en) Proof-of-approval distributed ledger
US10657526B2 (en) System and method to dynamically setup a private sub-blockchain based on agility of transaction processing
TWI771618B (en) Method and device for distribution of copyright of works based on blockchain
US11057225B2 (en) Enforcing compute equity models in distributed blockchain
US20210248605A1 (en) Cross-chain right usage systems, methods, apparatuses, electronic devices, and storage media
JP2024042037A (en) Methods and systems for directing exchanges associated with tokens held anonymously on a blockchain
US20190378418A1 (en) Performing vehicle logistics in a blockchain
CN109117994B (en) Event prediction method and device and electronic equipment
KR102254809B1 (en) Distributed computing resources sharing system and computing apparatus thereof providing reward based on block chain
US20200213134A1 (en) Confidential blockchain transactions
TWI718472B (en) Event prediction method and device, electronic equipment
US11093650B2 (en) Blockchain-based copyright distribution
US20220083683A1 (en) Distributed self-governing computer network to correlate blockchain and private computer system transactions method, apparatus, and system
TW202025057A (en) Field updating method and device and electronic equipment
TWI699728B (en) Block publishing method and device, and electronic equipment
CN109242677A (en) Object select method and device, electronic equipment
CN109146146A (en) Event prediction method and device, electronic equipment
CN114239060A (en) Data acquisition method and device, electronic equipment and storage medium
TW202016807A (en) Event prediction method and device and electronic equipment
TWI706341B (en) Event prediction method and device, electronic equipment
JP7381137B1 (en) Program, method, and information processing device
WO2022267787A1 (en) Method, apparatus, and system for determining computation resource in privacy computation
US10726049B2 (en) Obtaining blockchain data in stages
CN112215602B (en) Data query method, device and system and electronic equipment

Legal Events

Date Code Title Description
STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

AS Assignment

Owner name: ADVANCED NEW TECHNOLOGIES CO., LTD., CAYMAN ISLANDS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LU, XUMING;REEL/FRAME:057723/0169

Effective date: 20210203

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION