Skip to content

EhssanD/nimiq-opencl-miner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart (Ubuntu/Debian)

  1. Install Node.js.
  2. Install git and build-essential: sudo apt-get install -y git build-essential.
  3. Install opencl-headers: sudo apt-get install opencl-headers.
  4. Install OpenCL-capable drivers for your GPU (Nvidia or AMD)
  5. Clone this repository: git clone https://github.com/Sushipool/nimiq-opencl-miner.
  6. Build the project: cd nimiq-opencl-miner && npm install.
  7. Copy sushipool.sample.conf to sushipool.conf: cp sushipool.sample.conf sushipool.conf.
  8. Edit sushipool.conf, specify your wallet address.
  9. Run the miner UV_THREADPOOL_SIZE=8 nodejs index.js. Ensure UV_THREADPOOL_SIZE is higher than a number of GPU in your system.

About

Nimiq OpenCL GPU Mining Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.3%
  • JavaScript 16.6%
  • C++ 16.2%
  • Python 0.9%