IERC Document
  • 📜IERC Protocol
    • Overview
    • Why use IERC 20?
    • Use Cases and Features
    • Roadmap
  • 🌠User's Guide
    • Explore IERC-20
    • How To Mine
    • How To Deploy
    • How To Transfer
    • Market
      • How To Buy
      • How To List
      • How To Bulk Buy
  • 🔁IERC Swap
    • How to IERC Swap
    • How to add Liquidity
    • Liquidity providers (LPs)
    • FAQ
  • 🔥New Features
    • PoW&DPoS
    • 🔨How to PoW&DPoS Mining
    • IERC PoW
      • Phrase I: PoW - Base
      • ⛏️How to Mine
      • Phase II: PoW - Advanced
      • 🤝How to Participate
    • IERC DPoS
      • 📒Staking Rules
      • 💦How to Stake
      • 🎁Rewards Program
    • Tokenomics
    • FAQ
  • 💻Devs
    • IERC-20
      • Deploy
      • Mint
      • Transfer
      • Freeze Sell
      • Proxy Transfer
      • Stake
      • Unstake
      • More
    • DINX EVM (beta)
      • RPC
      • Add Token
      • Explorer
      • API
  • 🤵Ambassador Program
  • ❓FAQ
Powered by GitBook
On this page
  • Using CLI Code
  • Using the Website
  • Other Methods
  1. New Features
  2. IERC PoW

How to Mine

Using CLI Code

If you have programming basics, you can run our CLI for mining.

  1. Fork our CLI code repository.

git clone https://github.com/IErcOrg/ierc-miner-js
  1. Initialize the package.

yarn install
# or npm install
  1. Import or create a mining account.

# View help information
yarn run cli wallet --help

# Create a new account
yarn run cli wallet -create

# Import an existing account
yarn run cli wallet -set <Your PrivateKey>

# View account information
yarn run cli wallet -show <Your Address>
yarn run cli wallet -show --all
  1. Start mining.

yarn run cli mine <Tick> --account <Your Miner Account>
  1. View help information.

yarn run cli --help

Using the Website

If you have no programming background, you can use our web interface for mining.

Other Methods

If you are an excellent developer, you can rewrite the mining program in any language, as long as it can quickly compute mintHash and submit it to the chain.

We will only rely on the actual mintHash on the chain as the sole criterion for indexing.

If you develop an outstanding mining program and are willing to share it as open-source, please contact us.

PreviousPhrase I: PoW - BaseNextPhase II: PoW - Advanced

Last updated 1 year ago

Website:

This website is fully open-source, and you can check it out at

🔥
⛏️
https://miner.ierc20.com
https://github.com/IErcOrg/ierc-miner-js