MEMO Storage
  • Introduction
    • MEMO and MEFS
      • MEMO Website
    • Concepts
      • Characteristics and Advantages
      • How to check the balance
      • How to Pledge MEMO
      • MEMO TOKEN ECONOMICS
      • Payment of Memo
      • Requirements
      • Role Introduction
    • Version Introduction
      • Version1-Phecda
      • Version2-Megrez
        • Difference from Phecda
      • Latest Version-Megrez 2.5
  • Start Usage
    • Start user in windows
    • Start user in docker
      • How to start
      • How to use
        • Bucket Operation
        • Upload and Download
    • Start provider in docker
      • How to start
      • Hardware Recommendation
    • How to use user
    • Gateway Mode
    • HTTP Operation
    • Docker Installation
      • For Windows
      • For Linux
  • Commandline Usage
    • Keeper Commandline Mannual
    • Provider Commandline Mannual
    • User Commandline Mannual
  • FAQ
    • Check Log File
    • Common
    • Connection
    • Startup problems
    • Disconnection problems
    • Others
    • Q&A for V1
      • Common
      • User
      • Provider
      • Check Log File
      • Others
  • RAFI
  • Version Update
    • Upgrade to Megrez2.5
    • Volunteer Recruitment Plan
  • Resources
Powered by GitBook
On this page
  • What is the pos of the provider?
  • How does the provider modify its price?
  • How does the provider set up its own master keeper?

Was this helpful?

Export as PDF
  1. FAQ
  2. Q&A for V1

Provider

What is the pos of the provider?

The pos function is used for cold start. When the provider just joins the network, the amount of stored data is small. Pos generates local data according to the size of the mortgage space, and responds to the keeper challenge; When the provider receives the actual user data, it will gradually delete the pos data; The difference between pos data and actual user data is that the price of pos data is 1/10 of the default price, and the pos data will not be repaired.

How does the provider modify its price?

When the provider is started, it resets its price parameters and sets rdo to true to update its storage price.

How does the provider set up its own master keeper?

When the provider is running, it can set its own master keeper through mefs contract addMasterKeeper 0x...; The main keeper will give priority to providing its own provider and trigger the time and space payment in the upkeeping contract.

PreviousUserNextCheck Log File

Last updated 4 years ago

Was this helpful?