wareck / bfgminer

Modular ASIC/FPGA miner written in C, featuring overclocking, monitoring, fan speed control and remote interface capabilities.

Home Page:http://luke.dashjr.org/programs/bitcoin/files/bfgminer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BFGMINER 5.5.0-wrk

This is a bfgminer 5.5.0 with support for all last drivers and Futurebit Moonlander2.

This software is forked from bfgminer original .

(you can refer to original documentation to docs/README)

Moonlander2 scrtypt Usb miner

to build this specific code on linux:

sudo apt-get update -y
sudo apt-get install git 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 libhidapi-dev libgcrypt20-dev -y
git clone https://github.com/wareck/bfgminer.git
cd bfgminer
sudo usermod -a -G dialout,plugdev $USER
CFLAGS="-O2 -march=native" ./autogen.sh
./configure --enable-scrypt --enable-futurebit
make
make install
sudo cp 70-bfgminer.rules /etc/udev/rules.d/
sudo reboot

Option Summary

  --set MLD:clock=<clock>  Chip clock speed (MHz) default is 600 Mhz
  --suggest-diff <value> Limit diff for starting mine default is 32

Command line

 ./bfgminer -o pool_url -u username -p password -S all 

For windows users, you can donwload the release zip file

Inside you can find a bfgminer_run.bat file and you can adjust you settings.

Nicehash extranonce support

You can use your miner with last extranonce support for nicehash by adding /#xnsub at the address end, like this:

./bfgminer --scrypt -o stratum+tcp://litecoinpool.org:3333/#skipcbcheck#xnsub -u my_ltc_address -p x --set MLD:clock=600

About

Modular ASIC/FPGA miner written in C, featuring overclocking, monitoring, fan speed control and remote interface capabilities.

http://luke.dashjr.org/programs/bitcoin/files/bfgminer/

License:Other


Languages

Language:C 88.4%Language:M4 4.8%Language:PHP 2.5%Language:C++ 1.7%Language:Makefile 1.0%Language:Assembly 0.9%Language:Shell 0.5%Language:Python 0.2%Language:Ruby 0.0%