Mining scrypt coins on Mac OS X, iMac, with both CPU and GPU.
CUDA is a parallel computing platform and programming model created by NVIDIA and implemented by the graphics processing units that they produce. http://en.wikipedia.org/wiki/CUDA
The tutorial:
http://www.johnchapman.net/cudaminer/
NVIDIA CUDA:
https://developer.nvidia.com/cuda-dow...
https://developer.nvidia.com/about-cuda
Errors discussed in the video:
./cudaminer.10.9
dyld: Library not loaded: @executable_path/deps/lib/libcurl.4.dylib
Referenced from: /Users/user/Downloads/CudaMinerOSX-2014-02-28/CUDA-6.0/./cudaminer.10.9
Reason: Incompatible library version: cudaminer.10.9 requires version 8.0.0 or later, but libcurl.4.dylib provides version 7.0.0
Trace/BPT trap: 5
Troubleshooting:
1. Remember to restart the computer after installing or uninstalling CUDA
2. Command to remove CUDA:
sudo su -
sh /Developer/NVIDIA/CUDA-6.0/bin/uninstall
by Szymon Machajewski