close

http://atomton.roon.io/compiling-cudaminer-on-os-x-10-9

 

Requirement : 

    CudaMiner Source Code : https://github.com/cbuchner1/CudaMiner

    CUDA toolkit

    GCC 4.9 Installation

 

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

 

 

arrow
arrow
    創作者介紹
    創作者 neojou 的頭像
    neojou

    Odyssey

    neojou 發表在 痞客邦 留言(0) 人氣()