- Install Node.js.
- Install
git
andbuild-essential
:sudo apt-get install -y git build-essential
. - Install
opencl-headers
:sudo apt-get install opencl-headers
. - Install OpenCL-capable drivers for your GPU (Nvidia or AMD)
- Clone this repository:
git clone https://github.com/Sushipool/nimiq-opencl-miner
. - Build the project:
cd nimiq-opencl-miner && npm install
. - Copy sushipool.sample.conf to sushipool.conf:
cp sushipool.sample.conf sushipool.conf
. - Edit sushipool.conf, specify your wallet address.
- Run the miner
UV_THREADPOOL_SIZE=8 nodejs index.js
. Ensure UV_THREADPOOL_SIZE is higher than a number of GPU in your system.
forked from Sushipool/sushi-miner-opencl
-
Notifications
You must be signed in to change notification settings - Fork 0
Nimiq OpenCL GPU Mining Client
License
EhssanD/nimiq-opencl-miner
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Nimiq OpenCL GPU Mining Client
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 66.3%
- JavaScript 16.6%
- C++ 16.2%
- Python 0.9%