djm34 / ccminer-msvc2015

ccminer updated to the latest version of visual studio (2015)
GNU General Public License v3.0
33 stars 25 forks source link

Latest release v0.3.0 is over 200mb in size #36

Open n-i-x opened 6 years ago

n-i-x commented 6 years ago

Seems like something is terribly wrong with the build. Can you verify that the size is supposed to be this big?

Also, it would be nice if md5/sha sums were included in releases.

djm34 commented 6 years ago

nope nothing wrong... include nvidia support from 3.0 to 6.1 have no idea how to include checksum

tamlin-mike commented 6 years ago

have no idea how to include checksum

https://www.microsoft.com/en-us/download/details.aspx?id=11533

As for the size (problem), could the (rather thin, I'd hope) different CUDA wrappers be linked into different DLL's? Unless CUDA API changed massively, that could even allow for runtime selection of DLL/version to use, automatically and/or with command-line (override) option.

Additionally, if the binaries are linked to the static CRT (libc), it is possible to create binaries using directory-local msvcrt*.dll & co. to prevent messing with the system (SxS and so on).

djm34 commented 6 years ago

The idea was (and still is) a static build which can run almost anywhere and doesn't present any difficulty for new comers (and lazy people lol) to the altcoin/mining scene.

I'll have a look for the checksum. thanks

tamlin-mike commented 6 years ago

The idea was (and still is) a static build which can run almost anywhere

Gotcha. That settles that (and I agree 100%).

n-i-x commented 6 years ago

I also agree. I just kinda freaked out when the size exploded without explanation. Maybe an update to the release notes are in order?

The whole checksum request was so that when things like this happen we can at least validate that it was intended.