OK here is the miner:
https://github.com/ocminer/cpuminer-bmwI've just hacked the qubit Algo for BMW mining atm, that means you'll need to use "-a qubit" for mining.
Use it like this:
./cpuminer -a qubit -o stratum+tcp://mdt.suprnova.cc:5146 -u yourusername.yourworkername -p x
If someone could please compile this for Windows would be awesome !
Bumping this
I'm trying but right now I'm getting this:
cpu-miner.c:225:10: error: expected ',' or ';' before 'PACKAGE_NAME'
Usage: " PACKAGE_NAME " [OPTIONS]\n\
^
In file included from cpu-miner.c:48:0:
cpu-miner.c: In function 'rpc2_login':
miner.h:6:20: error: 'PACKAGE_NAME' undeclared (first use in this function)
#define USER_AGENT PACKAGE_NAME "/" PACKAGE_VERSION
I passed --with-curl=/path/to/curl...