Post
Topic
Board Hardware
Re: [Guide] Dogie's Comprehensive ASICMiner Cube Setup
by
hagenuk
on 15/12/2013, 09:36:59 UTC
looks intriguing! Did you compile it yourself? Cold you share the switches you used on the ./configure command?

babaji.ca, yes I compiled myself for all the RasPi that I have and all of them worked Smiley

I didn't used any special switches; just "./configure" that's all.

Did you have all the required dependencies installed mentioned in the README ?

Btw, I used the source for compiling myself. http://luke.dashjr.org/programs/bitcoin/files/bfgminer/latest/bfgminer-3.8.1.zip

Quote
BUILDING BFGMINER

Everything you probably want, condensed:
        build-essential autoconf automake libtool pkg-config libcurl4-gnutls-dev
        libjansson-dev uthash-dev libncursesw5-dev libudev-dev libusb-1.0-0-dev
        libevent-dev libmicrohttpd-dev hidapi

Dependencies:
        autoconf             http://www.gnu.org/software/autoconf/
        automake             http://www.gnu.org/software/automake/
        libtool              http://www.gnu.org/software/libtool/
        pkg-config           http://www.freedesktop.org/wiki/Software/pkg-config
        ...or pkgconf        https://github.com/pkgconf/pkgconf

        libcurl4-gnutls-dev  http://curl.haxx.se/libcurl/

        libjansson-dev 2.0+  http://www.digip.org/jansson/

        uthash-dev 1.9.4+    http://troydhanson.github.io/uthash/

Optional Dependencies:
        Text-User-Interface (TUI): curses dev library; any one of:
          libncurses5-dev    http://www.gnu.org/software/ncurses/ (Linux and Mac)
          libncursesw5-dev       ^ same
          libpdcurses        http://pdcurses.sourceforge.net/ (Linux/Mac/Windows)

        Multiple ASIC/FPGA autodetection: any one of:
          sysfs              (built-in to most Linux kernels, just mount on /sys)
          libudev-dev        http://www.freedesktop.org/software/systemd/libudev/

        HashBuster Nano & NanoFury USB devices:
          hidapi             https://github.com/signal11/hidapi

        getwork server for Block Erupter Blades:
          libmicrohttpd-dev 0.9.5+  http://www.gnu.org/software/libmicrohttpd/

        Stratum proxy:
          libevent 2.0.3+    http://libevent.org/


        HashBuster Micro, Klondike, X6500 and ZTEX FPGA boards:
          libusb-1.0-0-dev   http://www.libusb.org/

        Video card GPU mining (free):
          llvm 3.3+          http://llvm.org/