Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: GUI mining - now with BFI_INT optimization
by
kebumaha
on 27/05/2011, 16:58:38 UTC
My day today was from the "Finding out how things work" -category. Some of the time was wasted trying to compile guiminer from source. I didn't succeed and as a last resort have to rely on asking some help. Sad

So I use py2exe and try to offer the default setup.py for it. The last line it gives is "*** finding dlls needed ***" and then throws an error "ImportError: DLL load failed: The specified module could not be found." Something with dlls, huh? Should I copy them to source directory or path them somehow? What dlls? Tried pyinstaller, too. I managed to compile (I couldn't find how to specify directory so I had to copy all files to pyinstallers base dir. Oh wow.) but it wouldn't run.

Other problem I came up with was running guiminer from source. Everytime it found a share it gave "2011-05-27 xx:xx:x: Listener for "username": 27/05/2011 xx:xx:xx, warning: job finished, miner is idle" and hashes came down for a small time. Working as intended or probably something wrong with my python27 & site-packages?

You probably can tell that I'm windows user and know nothing about compiling in general :p