⛏️ How to: GPU Mine $DAIKI

This guide explains the required steps to GPU mine $DAIKI with your PC.

Linux / Windows

circle-info

For Windows you might need to download and install 'Desktop development with C++'. Follow the instructions herearrow-up-right.

1. Install NodeJS 8.9

sudo npm install -g n
sudo n 8.9
nvm use 8

2. Install CUDA Toolkit

Linux: Follow this tutorialarrow-up-right.

Windows: Download from herearrow-up-right.

2. Clone 0xbitcoin-gpuminer from Github

Clone the 0xbitcoin-miner repository to your local system.

git clone https://github.com/daikirifinance/0xbitcoin-gpuminer.git

3. Install dependencies

Open a terminal, cd into the project folder, and run the following command to install the dependencies:

4. Build the project

Run the following command to build C files with node-gyp:

circle-info

If you get an error "unsupported Microsoft Visual Studio version" then you will need to run npm config set msvs_version 2015 first. If you get an error "Could not load the Visual C++ Component", run npm install -g windows-build-tools in an administrative command prompt first.

5. Run the program

6. Create a new mining account

7. Add Mining Contract

8. Add Web3 Provider

9. Start Mining!

Need help?

Follow the instructions herearrow-up-right or Contact us on Telegramarrow-up-right.

Last updated

Was this helpful?