new source with M7 (at last,
) and also new deepcoin algo.
To be able to compile it you will need to instal and compile mpir-2.6.0
(placed in the same directory as the other dependencies (eg: openssl, curl etc...))
go to build.vc10, click on mpir.sln, then build dll_mpir.gc (or lib_mpir_cxx) for Win32 Release.
Then you will need to move "mpir.h" to build.vc10/Win32/Release
(I had to move it to avoid conflict between other files present in that package...)
Once it is done, it should compile fine. (I just tried it, it seems to work).
You will also need to be able to run ccminer mpir.dll that you will have compiled.
For linux: You just need to install mpir package and it should work.
Please report any problem so that fixes can be uploaded to github.
In terms of speed, it is also a new version and should be at least 300khash faster than my latest binaries.
With my 750ti and its current OC, I get 5.15MHash/s. (curious to know what you get with those +500MHz cards
)
It is however possible that the hashrate of compute_30 cards has decreased.
Forgot to mention, this version requires cuda6.5 (or cuda6.5 RC)
To run deepcoin algo "-a deep"
can't compile under Ubuntu 14.04:
ptxas fatal : Unresolved extern function 'vprintf'
make[2]: *** [x13/cuda_mul.o] Error 255