@lucazane
How to install or configure bfgminer to make it working for Antminer U1? (debian weezy)
Thanks
I would imagine something like the following should do it;
git clone https://github.com/nwoolls/bfgminer.git
cd bfgminer
./autogen.sh
./configure --enable-bfsb
make
/edit
You'll also probably need to run the below if you haven't build bfgminer before;
apt-get update
apt-get install 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 -y
Thanks..
How to start bfgminer... Are there any flags needed?