Phala Network Docs
  • Home
    • 👾Phala Network Docs
  • Overview
    • ⚖️Phala Network
      • 💎Phala Cloud
      • 🥷Dstack
      • 🔐GPU TEE
    • 💎PHA Token
      • 🪙Introduction
      • 👐Delegation
        • Delegate to StakePool
        • What is Vault
        • What is Share
        • WrappedBalances & W-PHA
        • Examples of Delegation
        • Use Phala App to Delegate
        • Estimate Your Reward
      • 🗳️Governance
        • Governance Mechanism
        • Join the Council
        • Voting for Councillors
        • Apply for Project Funding
        • Phala Treasury
        • Phala Governance
        • Setting Up an Account Identity
  • Phala Cloud
    • 🚀Getting Started
      • Sign-up for Cloud Account
      • Start from Cloud UI
      • Start from Cloud CLI
      • Start from Template
    • 🟧Launch an Eliza Agent
    • 📦Create CVM
      • Create CVM with Docker Compose
      • Create CVM with Private Docker Image
      • Set Secure Environment Variables
      • Access Your Applications
      • Setting Up Custom Domain
      • Debug Your Application
      • Deployment Cheat Sheet
    • ⚙️CVM Management
      • Upgrade Application
      • Resize Resources
      • Check Logs
      • Private Log Viewer
    • 🔄Deploy Docker App in TEE
      • Expose Service Port
      • Generate RA Report
      • Access Database
      • Create Crypto Wallet
    • 🛳️Setup a CI/CD Pipeline
    • 🛠️Phala Cloud CLI Reference
      • phala
        • auth
        • cvms
        • docker
        • simulator
    • Production Checklist
    • ❓FAQs
    • 🔍Troubleshooting
    • 📖Glossary
    • 📋References
    • 🔒Use Cases
      • TEE with AI
      • TEE with FHE and MPC
      • TEE with ZK and ZKrollup
  • Dstack
    • Overview
    • Getting Started
    • Hardware Requirements
    • Design Documents
      • Decentralized Root-of-Trust
      • Key Management Protocol
      • Zero Trust HTTPs (TLS)
    • Acknowledgement
  • LLM in GPU TEE
    • 👩‍💻Host LLM in GPU TEE
    • 🔐GPU TEE Inference API
    • 🏎️GPU TEE Benchmark
  • Tech Specs
    • ⛓️Blockchain
      • Blockchain Entities
      • Cluster of Workers
      • Secret Key Hierarchy
  • References
    • 🔐Setting Up a Wallet on Phala
      • Acquiring PHA
    • 🌉SubBridge
      • Cross-chain Transfer
      • Supported Assets
      • Asset Integration Guide
      • Technical Details
    • 👷Community Builders
    • 🤹Hackathon Guides
      • ETHGlobal Singapore
      • ETHGlobal San Francisco
      • ETHGlobal Bangkok
    • 🤯Advanced Topics
      • Cross Chain Solutions
      • System Contract and Drivers
      • Run Local Testnet
      • SideVM
    • 🆘Support
      • Available Phala Chains
      • Resource Limits
      • Transaction Costs
      • Compatibility Matrix
      • Block Explorers
      • Faucet
    • ⁉️FAQ
  • Compute Providers
    • 🙃Basic Info
      • Introduction
      • Gemini Tokenomics (Worker Rewards)
      • Budget balancer
      • Staking Mechanism
      • Requirements in Phala
      • Confidence Level & SGX Function
      • Rent Hardware
      • Error Summary
    • 🦿Run Workers on Phala
      • Solo Worker Deployment
      • PRBv3 Deployment
      • Using PRBv3 UI
      • PRB Worker Deployment
      • Switch Workers from Solo to PRB Mode
      • Headers-cache deployment
      • Archive node deployment
    • 🛡️Gatekeeper
      • Collator
      • Gatekeeper
  • Web Directory
    • Discord
    • GitHub
    • Twitter
    • YouTube
    • Forum
    • Medium
    • Telegram
  • Legacy
    • Information
    • ⚒️Phala SDK
    • 👨‍🚀Builders Program
    • 🥷AI Agent Contract
      • WapoJS Functions
      • Phala Agent Gateway
  • AI Agent Contract (Legacy)
    • 👩‍💻Getting Started
      • Build Your First AI Agent Contract
      • Build An Agent to Transact Onchain
      • Build Your AI Agent Contract with OpenAI
      • Build Your AI Agent Contract with LangChain
      • Integrate with 3rd Party API with HTTP Request
      • Run a Local Testnet With Docker
      • AI Agent Contract Templates
    • 🧙‍♂️Examples
      • Create a Weather Agent w/ Function Calling
    • ⛓️Supported Chains
    • FAQ
  • Agent Wars (Legacy)
    • 📜Introduction
    • 💸Tokenomics
    • ▶️Getting Started
      • Wallet Setup & Get PHA
      • Buy and Sell Keys
    • 🧑‍🏫Tutorial
Powered by GitBook
LogoLogo

Participate

  • Compute Providers
  • Node
  • Community
  • About Us

Resources

  • Technical Whitepaper
  • Token Economics
  • Docs
  • GitHub

More

  • Testnet
  • Explorer
  • Careers
  • Responsible Disclosure

COPYRIGHT © 2024 PHALA.LTD ALL RIGHTS RESERVED. May Phala be with you!

On this page
  • Mining
  • Worker
  • Pool
  • Delegate

Was this helpful?

Edit on GitHub
  1. Compute Providers
  2. Basic Info

Error Summary

Mining

Worker

Error name
Meaning
Solution

WorkerNotRegistered

The worker is not registered in the registry when adding to the pool

Check the synchronization process and mining status of the worker

BenchmarkMissing

The worker doesn’t have a valid benchmark when adding to the pool

Make sure the worker is mining and wait for the benchmark uploaded

WorkerDoesNotExist

The worker is already added to the pool

-

WorkerInAnotherPool

The worker is already added to another pool

Remove it from the pool to which the worker is added before if it’s not the pool you want to add the worker to

UnauthorizedOperator

The access to a worker is granted by its operator parameter set by register_worker

Check the config on the mining scripts

InsufficientFreeStake

Cannot start mining because there’s no enough free stake

The stake amount you set to the work is more than the free stake amount in the pool. Set a number that is less than the free stake or delegates more PHA in the pool

WorkersExceedLimit

Failed to add a worker because the number of the workers exceeds the upper limit.

Create another pool or remove the useless worker in this pool (Make sure the worker is stopped and reclaimed before you remove it)

CannotRestartWithLessStake

Restarted with a less stake is not allowed in the tokenomic.

-

MinerNotReady

Miner is not in Ready state to proceed.

Wait for a 7 days period of Cool-down and reclaim it when the period is finished

MinerNotMining

Miner is not in Mining state to stop mining.

-

CoolDownNotReady

Cannot reclaim the worker because it’s still in cooldown period.

Wait for the 7 days period of Cool-down and reclaim it when the period is finished

TooMuchStake

Cannot start mining because there’s too much stake (exceeds Vmax).

The stake amount you set for the worker is more than the maximum stake amount of the worker. Set a lower number and try again. How to calculate the maximum stake: Phala Tokenomics

BenchmarkTooLow

Indicating the initial benchmark score is too low to start mining.

Make sure your worker has a high-quality computing power. Restart your mining scripts and check the mining score on the mining status. If the mining score is still under 100, the worker will not be allowed to participate the Phala Mining.

MinerNotFound

Miner not found.

-

MinerNotBound

Not permitted because the miner is not bound with a worker.

-

WorkerNotBound

Not permitted because the worker is not bound with a miner account.

-

InternalErrorBadTokenomicParameters

Internal error. The tokenomic parameter is not set.

Please contact the Phala Team the bug you meet, thank you

Pool

Error name
Meaning
Solution

InadequateCapacity

The stake capacity is set too low to cover the existing stake

Set a higher cap that is not less than the amount of existing delegation

NoRewardToClaim

There’s no pending reward to claim

Keep patient and learn about the Principles of payment events

AlreadyInContributeWhitelist

Can not add the staker to whitelist because the staker is already in whitelist.

-

ExceedWhitelistMaxLen

Too many stakers in contribution whitelist that exceed the limit

remove the useless whitelist in this pool

Delegate

Error name
Meaning
Solution

StakeExceedsCapacity

The stake added to a pool exceeds its capacity

You can’t add the delegation amount more than the delegatable amount of the pool

InsufficientContribution

The contributed stake is smaller than the minimum threshold

Set a delegation amount that is more than 0.01 PHA

InsufficientBalance

Trying to contribute more than the available balance

You don’t have enough transferrable balance. Check your transferrable balance

InvalidWithdrawalAmount

The withdrawal amount is too small (considered as dust)

The withdrawal amount should be more than 0.01 PHA

NoRewardToClaim

There’s no pending reward to claim

Keep patient and learn about the Principles of payment events

NotInContributeWhitelist

Invalid staker to contribute because origin isn’t in Pool’s contribution whitelist.

Ask the pool owner to add you to the whitelist

PreviousRent HardwareNextRun Workers on Phala

Last updated 24 days ago

Was this helpful?

🙃