Bitcoin Forum

Bitcoin => Mining support => Topic started by: camdalf on December 12, 2015, 02:40:58 AM



Title: Bfgminer on Ubuntu NO DEVICES FOUND
Post by: camdalf on December 12, 2015, 02:40:58 AM
Hello fellow miners!

I have an Antminer S5 ASIC machine. I set up bfgminer on my Ubuntu OS using the following commands:

  • apt-get install autoconf gcc make git libcurl4-openssl-dev libncurses5-dev libtool libjansson-dev libudev-dev libusb-1.0-0-dev
  • git clone https://github.com/luke-jr/bfgminer.git
  • ./autogen.sh
  • ./configure --enable-antminer
  • make

I then run "startMining.sh" which has the following:
  • bfgminer -o stratum+tcp://us1.ghash.io:3333 -u WORKERID -p PASSWORD -S bitmain

I cannot get bfgminer to find my Antminer S5. I launch bfgminer and use 'm' and '+' then 'auto'. It just says "NO DEVICES FOUND"

Just a side note. I have bfgminer running on my Windows 10 system, and it works flawlessly. Detects it and starts to happily mine.




Title: Re: Bfgminer on Ubuntu NO DEVICES FOUND
Post by: Beraturker on December 14, 2015, 12:24:13 AM
Is it the same thing with antpool?