🍸
Daikiri Finance
  • Daikiri Finance
  • 🚀Roadmap (Under Construction 🚧 )
  • Products
    • 🚜Farms (Daikiri Bar)
      • 🪙Deposit Fees
    • ⛏️ Proof-of-Work Mining
      • 🖥️ Mining Software
      • 📃Proof-of-work Mining Contracts
  • Tokenomics
    • 🍸$DAIKI Token
    • 🔒Harvest Lockup
    • 👥Referral Program
  • Security
    • 🛡️ Security
    • ⌛Timelock
    • 📃Contracts
  • Tutorials
    • 🌉How to: Move Assets onto Polygon
    • 🖥️ How to: CPU Mine $DAIKI
    • ⛏️ How to: GPU Mine $DAIKI
    • 💰How to: Buy $DAIKI Tokens on Polygon
    • 🍸General FAQ
Powered by GitBook
On this page
  • Linux / Windows
  • 1. Install NodeJS 8.9
  • 2. Install CUDA Toolkit
  • 2. Clone 0xbitcoin-gpuminer from Github
  • 3. Install dependencies
  • 4. Build the project
  • 5. Run the program
  • 6. Create a new mining account
  • 7. Add Mining Contract
  • 8. Add Web3 Provider
  • 9. Start Mining!
  • Need help?

Was this helpful?

Export as PDF
  1. Tutorials

⛏️ How to: GPU Mine $DAIKI

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

Previous🖥️ How to: CPU Mine $DAIKINextHow to: Buy $DAIKI Tokens on Polygon

Last updated 3 years ago

Was this helpful?

Linux / Windows

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

1. Install NodeJS 8.9

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

2. Install CUDA Toolkit

Linux: Follow this .

Windows: Download from .

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:

yarn

4. Build the project

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

npm run build

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

node index.js

6. Create a new mining account

account new

7. Add Mining Contract

contract select <MINING_CONTRACT_ADDRESS>

8. Add Web3 Provider

config web3provider <WEB3_PROVIDER>

9. Start Mining!

# CPU mine
mine

# GPU mine
mine cuda
mine opengl

Need help?

Follow the instructions or Contact us on .

here
tutorial
here
here
Telegram