Bitcoin Forum

Economy => Services => Topic started by: dj on March 13, 2014, 03:45:56 AM



Title: Need help building cupminer / minerd on windows paying 0.5 btc
Post by: dj on March 13, 2014, 03:45:56 AM
I'm having some trouble building cpuminer from source on windows using MinGW. Anyone who can help please PM me and I will pay 0.5 btc if you can walk me through the steps to build the 32 and 64 bit versions.


Title: Re: Need help building cupminer / minerd on windows paying 0.5 btc
Post by: Dare on March 18, 2014, 05:48:37 PM
Did you follow the instructions from the readme?

From https://github.com/pooler/cpuminer/blob/master/README (https://github.com/pooler/cpuminer/blob/master/README):

Quote
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

If you already did and you're still having trouble, PM me or post the error message and I'll see if I can help.