Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by cgminer configure 3.8.1, which was
- generated by GNU Autoconf 2.68. Invocation command line was
- $ ./configure --enable-bflsc
- more info at http://stlcoinblog.blogspot.com.co/2014/01/how-to-setup-cgminer-to-solo-mine-using.html
- ------------------------------------------------------------------------
- cgminer 3.8.1
- ------------------------------------------------------------------------
- Configuration Options Summary:
- libcurl(GBT+getwork).: Enabled: -lcurl
- curses.TUI...........: FOUND: -lncurses
- Avalon.ASICs.........: Disabled
- BlackArrow.ASICs.....: Disabled
- BFL.ASICs............: Enabled
- BitForce.FPGAs.......: Disabled
- BitFury.ASICs........: Disabled
- Hashfast.ASICs.......: Disabled
- Icarus.ASICs/FPGAs...: Disabled
- Klondike.ASICs.......: Disabled
- KnC.ASICs............: Disabled
- ModMiner.FPGAs.......: Disabled
- Compilation............: make (or gmake)
- CPPFLAGS.............:
- CFLAGS...............: -g -O2
- LDFLAGS..............: -lpthread
- LDADD................: -ldl -lcurl compat/jansson-2.5/src/.libs/libjansson.a -lpthread -lm compat/libusb-1.0/libusb/.libs/libusb-1.0.a -ludev -lrt
- Installation...........: make install (as root if needed, with 'su' or 'sudo')
- prefix...............: /usr/local
- ==============================================================================
- LINUX:
- On linux, the direct USB support requires no drivers at all. However due to
- permissions issues, you may not be able to mine directly on the devices as a
- regular user without giving the user access to the device or by mining as
- root (administrator). In order to give your regular user access, you can make
- him a member of the plugdev group with the following commands:
- sudo usermod -G plugdev -a `whoami`
- If your distribution does not have the plugdev group you can create it with:
- sudo groupadd plugdev
- In order for the BFL devices to instantly be owned by the plugdev group and
- accessible by anyone from the plugdev group you can copy the file
- "01-cgminer.rules" from the cgminer archive into the /etc/udev/rules.d
- directory with the following command:
- sudo cp 01-cgminer.rules /etc/udev/rules.d/
- After this you can either manually restart udev and re-login, or more easily
- just reboot.
Advertisement
Add Comment
Please, Sign In to add comment