Post
Topic
Board Mining software (miners)
Re: Need help with Block Erupter cubes..
by
BRADLEYPLOOF
on 07/03/2014, 19:56:26 UTC
Thanks. Now I seem to be getting disabled proxy:stratum "To enable proxy:stratum, install libevent 2.0.3+", when I do ./configure. After I received that error, I installed libevent-2.0-5, and re-ran ./autogen.sh, then ./configure again, but it still gives me the message that the proxy is disabled.

When you install libmicrohttpd and libevent there are generally instructions printed out on the screen for other steps you need to take afterward. You may need to run ldconfig and / or logout & back in.

So, trying to compile bfgminer in windows per those instructions in the readme file, I use MinGW and tried to install Git.  I did manage  to install git, but when trying to run the git clone from MinGW it says Git doesn't exist...Also the instructions in the windows-build.txt file says:
********************
** Install libusb **
********************

1.  Visit http://git.libusb.org/?p=libusb.git;a=snapshot;h=master;sf=zip
2.  Download and open the resulting zip file
3.  Extract the libusb-master folder to C:\MinGW\msys\1.0\home\USER
4.  Return to the MinGW Shell
5.  Type the following (replace XYZ with actual identifier):

   cd ~/libusb-master-XYZ
   ./autogen.sh --disable-debug-log --prefix=/MinGW
   make
   make install

but the website doesn't exist so I can't install libusb like that.  is there another libusb to install?