cbuchner1 / CudaMiner

a CUDA accelerated litecoin mining application based on pooler's CPU miner
Other
688 stars 303 forks source link

sha3, maxcoin not compiled nor linked in c173 #93

Closed zjunyi closed 10 years ago

zjunyi commented 10 years ago

sha3, maxcoin not compiled nor linked into cudaminer when pulled from git. can be done manually though.

cbuchner1 commented 10 years ago

follow the instructions in the INSTALL file, then the compilation should work without manual intervention

The reason for the problems is that I am updating the github repo from a Windows PC, and from there I cannot update ./configure, Makefile.in etc..

2014-02-10 3:31 GMT+01:00 zjunyi notifications@github.com:

sha3, maxcoin not compiled nor linked into cudaminer when pulled from git. can be done manually though.

Reply to this email directly or view it on GitHubhttps://github.com/cbuchner1/CudaMiner/issues/93 .

zjunyi commented 10 years ago

ah i see! i thought i read in the forum where you mentioned you obviated the need for autogen.sh. no issues then :D

cbuchner1 commented 10 years ago

for major stable releases I tend to update ./configure etc from my Linux box. But this maxcoin code is rather unstable

2014-02-10 9:48 GMT+01:00 zjunyi notifications@github.com:

ah i see! i thought i read in the forum where you mentioned you obviated the need for autogen.sh. no issues then :D

Reply to this email directly or view it on GitHubhttps://github.com/cbuchner1/CudaMiner/issues/93#issuecomment-34610090 .