Skip to content

Commit

Permalink
add build notes for nvidia in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Popebl committed Oct 16, 2018
1 parent 75b7f6a commit 9e4aa17
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -56,6 +56,15 @@ Check dependencies: libboost-dev, libboost-system-dev, openssl.

Download this source code, then cd to source folder. In GpuMiner folder run command $make all, it will generate xdag-gpu.

note: for nvidia graphic card. may need more 2 steps:
1) copy opencl header file to project. For example
### Copy header file to project
sudo cp -r /usr/local/cuda-10.0/targets/x86_64-linux/include/CL ~/GpuMiner/CL

2) install cuda-toolkit
### Install cuda toolkit
sudo apt-get install nvidia-cuda-toolkit

### Launch parameters:

1) GPU benchmark: ./xdag-gpu -G -M
Expand Down

1 comment on commit 9e4aa17

@Popebl
Copy link
Author

@Popebl Popebl commented on 9e4aa17 Oct 16, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add build notes for nvidia in linux

Please sign in to comment.