PEM Project
  • Index
  • Abstract
  • 1. Project Background
    • 1.1 Overview of Blockchain and Cryptocurrency
    • 1.2 Growing Demand for AI Computing Power
    • 1.3 The Necessity of Constructing a Cloud Computing + Blockchain Network
  • 2. PemChain Overview
    • 2.1 Project Introduction
    • 2.2 Core Architecture
    • 2.3 Technical Features
    • 2.4 Ecosystem
  • 3. Blockchain Technology Applications
    • 3.1 Edge Cloud Computing Network
    • 3.2 Multi-chain nodes + Cloud computing clusters
    • 3.3 Cloud Computing Reward Mechanism
    • 3.4 Proof of Work Consensus Algorithm
    • 3.5 Consensus Mechanism
    • 3.6 Algorithm Advantages
    • 3.7 Smart Contracts
  • 4. PEM Token Issuance
  • 4.1 Issuance programme
  • 4.2 Token Value and Incentive Structure
  • 4.3 Economic Model Design
  • 5. Ecological Construction and Governance
    • 5.1. Ecological Construction Plan
    • 5.2. Community Governance Mechanism
    • 5.3. Incentive Mechanism Design
  • 6. PEM Coin Information
    • 6.1 Basic Information about PEM
    • 6.2 PEM Allocation
  • 7. Development Roadmap
  • 8. Team Information
  • 9. Disclaimer
Powered by GitBook
On this page
  1. 3. Blockchain Technology Applications

3.3 Cloud Computing Reward Mechanism

Previous3.2 Multi-chain nodes + Cloud computing clustersNext3.4 Proof of Work Consensus Algorithm

Last updated 6 months ago

  • Basic Reward

➢ Initializing Worker

Execute initialization command >> Create Worker wallet >> Generate Worker proof file

➢ Regular Challenges

  1. Use on-chain random numbers to generate challenge data.

  2. Combine Worker local proof file data and random numbers to generate encrypted proof.

  3. Submit the computation result to PemChain for verification.

➢ Completing Challenge

Other nodes in the network verify the proof submitted by the Worker against the Worker's proof data and challenge data to confirm whether the Worker's submitted proof matches the challenge data.

➢ Issuing Rewards

PemChain issues rewards to Workers who successfully complete the challenge.

  • Cloud Computing Rewards

➢ Registering Worker

The Worker submits registration information such as service type and pricing to the chain.PemChain stores the Worker in the Worker Pool based on service type and other characteristics, according to certain weights.

➢ Accepting New Tasks

The client receives a new task, which must include pledged PemTokens.

➢ Selecting Worker

An appropriate Worker is matched from the PemPool based on the weights.

➢ Task Distribution

The task details are distributed to the corresponding Worker.

➢ Submitting Task Proof

After completing the task, the Worker submits the relevant work proof to the chain. The work proof varies depending on the application.

➢ Issuing Rewards

Upon detecting the work proof, the chain issues rewards to the Worker.