So, thanks to the great zogminer dev team (thanks omar!) we've finally got an open source ZEC Miner at launch:
https://github.com/nginnever/zogminerYou can point it to the pool after compliing with:
./src/zcash-miner -stratum=stratum+tcp://zec.suprnova.cc:2142 -user=suprnova.1 -password=x -printtoconsole -G
It (should) work with every stratum enabled pool.
It's currently alpha and pretty unoptimized, it gives about 10 H/s on a RX480, however, it's open-source and this is the first Release, so expect much more.
There is no Windows release yet, but it shouldn't be too hard to compile, I hope someone will eventually come up with windows binaries, for now you linux guys are lucky and compile with:
sudo apt-get install \
build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python \
zlib1g-dev wget bsdmainutils automake opencl-headers \
mesa-common-dev
git clone https://github.com/nginnever/zogminer.git
cd zogminer/
./zcutil/fetch-params.sh
./zcutil/build.sh -j$(nproc)
There is a little confusion currently going on with hashrate display based on H/s or Sol/s ... It'll be fine soon.