Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
_Wolverine_
on 05/03/2014, 05:05:44 UTC
Can't screen run a shell script that sets LD_LIBRARY_PATH so libcudart before starting cudaminer? Somehow I don't see how this incompatibility is a a real issue with cudaminer itself...

Don't have to

this is how I do

Code:
cat miner.sh
LD_LIBRARY_PATH=/usr/local/cuda/lib64 ./CudaMiner/cudaminer.......

cat screen_miner.sh
screen -dmS cudaminer miner.sh