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
  • Note
  • Pledge operation
  • Check the current pledge amount
  • Extracts MEMO from the pledge pool to the FS pool
  • Move memo from Fs file system to wallet

Was this helpful?

Export as PDF
  1. Introduction
  2. Concepts

How to Pledge MEMO

PreviousHow to check the balanceNextMEMO TOKEN ECONOMICS

Last updated 1 year ago

Was this helpful?

Documentation on the use of the pledge function (example for the user, same for other nodes)

The following commands are executed only if the MEFS_PATH environment variable has been set to the root directory of the node, using the user as an example:

In the linux environment, the default root directory of the node is ~/.memo-user, set the root directory with the command below

MEFS_PATH=~/.memo-user

In the windows environment, the default root directory of the node is c:\memouser, set the root directory with the command below

set MEFS_PATH=c:\memouser

MEMO unit conversions:

1 Memo= 10^9 NanoMemo = 10^18 AttoMemo

First check the node info panel to confirm that the current ERC20 balance is sufficient for pledging.

When you have confirmed that the ERC20 balance is sufficient, you can proceed with the pledge operation.

Pledge 1000 NanoMemo to the pledge pool:

mefs-user settle pledgeAdd "1000 NanoMemo"

After run the command, you can see that the pledge amount has increased by 1000 NanoMemo.

mefs-user settle pledgeGet
mefs-user settle pledgeWithdraw "1000 NanoMemo"

Caution: The pleged MEMOs can not be extracts from the pledge pool before 180 days.

mefs-user settle withdraw "1000 NanoMemo"

Check the current pledge amount
Extracts MEMO from the pledge pool to the FS pool
Move memo from Fs file system to wallet
Note
Pledge operation