Return to the Liebi College
Liebi PoolCommand MiningCall Contract
在猎币矿池如何使用命令挖矿?

中文版

猎币矿池是由猎币团队开发的全新一代的 PoS 矿池,具备去中心化、透明安全、高流动性、无需锁仓、自动复利、秒级挖矿等特性,首创「矿权」概念,使得 PoS 理财门槛降到最低。

只需持有猎币矿权,则可立即开始挖矿,享受自动收益、自动复利、随意转让等去中心化矿池的特性。

用户可以通过网页直接使用猎币矿池 https://pool.liebi.com

当网页出现无法访问等故障的情况下,您依然可以通过直接请求猎币矿池的智能合约来完成挖矿、赎回、闪电赎回等操作。

命令使用教程

注意:

  • iostaccount 替换成你的 IOST 账号
  • 100 替换成你要兑换/赎回的 IOST 数量

确认合约地址为猎币矿池合约地址: ContractDoxaCK13QrprfJ3HvBWcGbZ1nr6WNKmPp68Rc8D1CTo1

  1. 兑换 VOST:

    # iostaccount 账号兑换 100 枚 VOST
    iwallet call ContractDoxaCK13QrprfJ3HvBWcGbZ1nr6WNKmPp68Rc8D1CTo1 'toVOST' '["iostaccount", "100"]' --account iostaccount
    
  2. 赎回 IOST:

    # iostaccount 账号普通赎回(7 天) 100 枚 VOST
    iwallet call ContractDoxaCK13QrprfJ3HvBWcGbZ1nr6WNKmPp68Rc8D1CTo1 'toIOSTDelay' '["iostaccount", "100"]' --account iostaccount
    
  3. 闪电赎回 IOST:

    # iostaccount 账号闪电赎回(手续费) 100 枚 VOST
    iwallet call ContractDoxaCK13QrprfJ3HvBWcGbZ1nr6WNKmPp68Rc8D1CTo1 'toIOST' '["iostaccount", "100"]' --account iostaccount
    

English Version:

The Liebi Pool is a new generation of PoS mining pool developed by the Liebi team. It has the characteristics of decentralization, transparent safety, high liquidity, no lock-up, automatic compounding, and second-level mining. It is the first concept of “Stake Token”. so that the PoS financial management threshold is minimized.

Just hold the Stake Token (VOST), you can immediately start mining, enjoy the characteristics of de-centralized mining pools such as automatic income, automatic compounding, and feel free to transfer.

Users can directly use website of the Liebi Pool. https://pool.liebi.com

In the event of a website such as an inaccessible failure, you can still complete the mining, redemption, lightning redemption, etc. by directly requesting the smart contract of the Liebi Pool.

Command tutorial

Notice:

  • Replace iostaccount with your IOST account
  • Replace 100 with the number of IOSTs you want to exchange/redeem

Confirm the contract address is the Liebi Pool contract address: ContractDoxaCK13QrprfJ3HvBWcGbZ1nr6WNKmPp68Rc8D1CTo1

  1. Exchange VOST:

    # iostaccount exchange 100 VOST
    iwallet call ContractDoxaCK13QrprfJ3HvBWcGbZ1nr6WNKmPp68Rc8D1CTo1 'toVOST' '["iostaccount", "100"]' --account iostaccount
    
  2. Redeem IOST:

    # iostaccount redeem (7 days) 100 VOST
    iwallet call ContractDoxaCK13QrprfJ3HvBWcGbZ1nr6WNKmPp68Rc8D1CTo1 'toIOSTDelay' '["iostaccount", "100"]' --account iostaccount
    
  3. Lightning Redeem IOST:

    # iostaccount lightning redeem (fee) 100 VOST
    iwallet call ContractDoxaCK13QrprfJ3HvBWcGbZ1nr6WNKmPp68Rc8D1CTo1 'toIOST' '["iostaccount", "100"]' --account iostaccount
    
Copyright © 2024 Liebi. All rights reserved.