π₯οΈ How to: CPU Mine $DAIKI
This guide explains the required steps to CPU mine $DAIKI with your PC.
Linux / Windows
1. Install NodeJS 10
sudo npm install -g n
sudo n 10.24.1
nvm use 10.24.1
# Or
nvm install 102. Clone 0xbitcoin-miner from Github
Clone the 0xbitcoin-miner repository to your local system.
git clone https://github.com/daikirifinance/0xbitcoin-miner.git3. Change branch to the desired network
Enter the following command to change the repository to the desired network.
git checkout matic_mainnet4. Install dependencies
Open a terminal, cd into the project folder, and run the following command to install the dependencies:
5. Build the project
Run the following command to build C files with node-gyp:
6. Create a 'miner-config.json' file
Duplicate the example file miner-config-sample.json as a reference. You can view the available mining contracts here.
7. Start mining!
Run the following command to start mining:
Need help?
Last updated
Was this helpful?