Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
bigjme
on 16/04/2014, 10:33:55 UTC
The NVML api only works with the 64 bit cudaminer version on windows. nVidia doesn't provide a 32 bit NVML DLL.

Now unfortunately the 64 bit cudaminer mines a bit slower in scrypt and scrypt-jane... I wonder if it is possible to combine 32 bit CUDA device code with a 64 bit host code?

most likely, most of us will be running 64 bit windows anyway so the 32bit code should run the same as normal, and the 64bit run as its meant to. you would have to try it as i am unable to compile 64 bit due to visual c++ express Sad

i think i may have to look into NVML api. right now i am trying to use nvapi and it seems buggy as sh*t