This should give me enough information to get it fixed in the next release.
For Windows testers... Win32 and Win64 binaries are built (drop them in a directory with 3.0.2 DLLs)
Note these builds do not have ZTEX FPGA support due to legal issues with a minor contributor, which I hope to have resolved for the 3.1 release.
They do, on the other hand, have experimental CPU mining code. No performance optimizations, but I've done some tweaking for making it more portable.
A simple way to test is to run:
bfgminer -o luke.dashjr.org/tmp/code/earlyshare2.json -O x -C
Ideal testing includes every algorithm, and that the default (fastauto) picks something that works.
x86_32 algorithms: c 4way cryptopp cryptopp_asm32 sse2_32
- VIA-specific algorithm: via
x86_64 algorithms: c sse2_64 sse4_64
PowerPC (very old Mac OS X only!): altivec_4way
I do not plan to release 3.1 with CPU mining support enabled in Windows binaries still, mainly due to the threat of malware abusing it.
If anyone has any alternative or better ways to prevent malware abuse, I'd love to hear it