βοΈHow to Mine
Using CLI Code
git clone https://github.com/IErcOrg/ierc-miner-jsyarn install
# or npm install# 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 --allUsing the Website
Other Methods
Last updated