⛏️How to Mine
Using CLI Code
If you have programming basics, you can run our CLI for mining.
Fork our CLI code repository.
Initialize the package.
Import or create a mining account.
Start mining.
View help information.
Using the Website
If you have no programming background, you can use our web interface for mining.
Website: https://miner.ierc20.com
This website is fully open-source, and you can check it out at https://github.com/IErcOrg/ierc-miner-js
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.
Last updated