Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MDT] Midnight | Blue Midnight Wish 256, 1-Click Nodes, Ongoing POW, POS
by
midnightwish
on 10/07/2015, 15:05:59 UTC
OK here is the miner:

https://github.com/ocminer/cpuminer-bmw

I'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:

Code:
./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:

Code:
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...