What binaries is everyone else using for the raspberry and Gridseed products?
I have dropped cgminer, tried all possible forks on 2 raspi's with 10 and 20 gridseeds connected.
Lots of HW error's and they all seem to crash after a while.
On my setup, bfgminer runs most stable (
https://github.com/luke-jr/bfgminer/tree/gridseed)
It also has a higher hashrate reported on the pool compared to cgminer, especially on p2pools.
Don't know if it supports blades yet.
The new cpuminer fork from sandor111 also looks very promising. It runs stable on raspi and has this auto tune function.
Some pools don't work yet, but there should be a fix for this very soon.
https://github.com/siklon/usb-miner/tree/master/software/cpuminerFixed issue with 100% reject on some pools.

I don't understand anything about these windows instructions :
Basic Windows build instructions, using MinGW:
Install MinGW and the MSYS Developer Tool Kit (
http://www.mingw.org/)
* Make sure you have mstcpip.h in MinGW\include
If using MinGW-w64, install pthreads-w64
Install libcurl devel (
http://curl.haxx.se/download.html)
* Make sure you have libcurl.m4 in MinGW\share\aclocal
* Make sure you have curl-config in MinGW\bin
In the MSYS shell, run:
./autogen.sh # only needed if building from git repo
LIBCURL="-lcurldll" ./configure CFLAGS="-O3"
make
Isn't there an ready to go windows version like the normal Gridseed Cpuminer?