Search content
Sort by

Showing 2 of 2 results by Philley
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
Philley
on 23/09/2014, 23:11:27 UTC
Hi first of all thanks for your great work here !
I'm having a little problem while configuring your tool.

I used this guide: https://litecointalk.org/index.php?topic=3231.0
Everything worked for me until i try to ./configure .

It says my libcurl is outdated :
 
checking for curl-config... no
checking whether libcurl is usable... no
configure: error: Missing required libcurl >= 7.15.2


I searched myself but only find an OSX solution but im on linux(debian) which even with changed paths didn't work.

http://stackoverflow.com/questions/16246352/how-do-i-specify-ldflags-and-cppflags-for-configure

So do you have any idea how to fix that problem ?

Regards Phil

Running,
Code:
sudo apt-get install libcurl4-openssl-dev
should fix it.

BTW, I've found that getting CUDA and display drivers working on debian is a pain.  That's why I switched to ubuntu server.  I even wrote a guide.
https://gist.github.com/zcshiner/4b32980792d367222304



Yay Yay Yay hehe thank you guys. I'm mining my first pipettes  Cheesy

You we're right but i also needed to apt-get automake

I only wanted to understand the process of mining a little bit.

./cudaminer -l K -o stratum ...
[2014-09-24 00:51:59] accepted: 2114/2114 (100.00%), 59.41 khash/s (yay!!!)
[2014-09-24 00:52:08] GPU #0: GeForce GTX 650, 59.45 khash/s
Any better performance ideas


Anyone with a Debian distro remember  whereis nvidia-cuda-toolkit -> nvidia-cuda-toolkit: /usr/lib/nvidia-cuda-toolkit not just cuda.




Yes driver and cuda was bit difficult but i fixed that in some time. I had switched from windows a year ago to Kali linux for obvious reasons.

I also wanted to state that i'm using litecoinpool,org which made it very easy for me  Kiss
What do you guys think of the future of script based currencies ?

Greetings

Is this beast worth it ? Or will it be junk in 2015 ?

https://zeusminer.com/product/zeusminer-volcano-300mhs1000wscrypt-asic-miner/?raf=972

Beacuse it only mines a specific scrypt no sha etc !?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
Philley
on 22/09/2014, 22:32:10 UTC
Hi first of all thanks for your great work here !
I'm having a little problem while configuring your tool.

I used this guide: https://litecointalk.org/index.php?topic=3231.0
Everything worked for me until i try to ./configure .

It says my libcurl is outdated :
 
checking for curl-config... no
checking whether libcurl is usable... no
configure: error: Missing required libcurl >= 7.15.2


I searched myself but only find an OSX solution but im on linux(debian) which even with changed paths didn't work.

http://stackoverflow.com/questions/16246352/how-do-i-specify-ldflags-and-cppflags-for-configure

So do you have any idea how to fix that problem ?

Regards Phil