Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
LostInRandomness
on 02/02/2014, 13:39:11 UTC
"PATH=/usr/local/cuda-5.5/bin:$PATH make"

Just add
Code:
export PATH=$PATH:/usr/local/cuda/bin/

to the end of ~/.bashrc


"LD_LIBRARY_PATH=/usr/local/cuda-5.5/lib64 ./cudaminer --algo=scrypt-jane:UltraCoin -o [pool-info] -O username:password -q -l 70x4 -H 2 -C 1 -S &"

and on terminal
Code:
sudo ldconfig /usr/local/cuda/lib64


Thanks for posting that one! Saves me from looking that one up (I knew it was that simple). As stated in the post with the steps, it was rather late last night so I had to catch a few hours before the kids would wake up Wink Didn't have time to sort it out, just wanted to have it operational.