close
http://atomton.roon.io/compiling-cudaminer-on-os-x-10-9
Requirement :
CudaMiner Source Code : https://github.com/cbuchner1/CudaMiner
Compile CudaMiner
> ./configure
> ./make
執行
> ./cudaminer --benchmark
可以搭配 stratum-mining-proxy 使用
> ./cudaminer -o http://127.0.0.1:8332/ -O user:pass
====
Issue:
(1) socklet_t is undefined
nvcc -g -O2 -arch=compute_10 --maxrregcount=64 --ptxas-options=-v -o salsa_kernel.o -c salsa_kernel.cu
/usr/local/include/curl/curlbuild.h(151): error: identifier "socklen_t" is undefined
Solution:
-arch=compute_35
文章標籤
全站熱搜