bfgminer icon indicating copy to clipboard operation
bfgminer copied to clipboard

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

Results 110 bfgminer issues
Sort by recently updated
recently updated
newest added

BFGMiner driver configuration options and disable-other-drivers Build without drivers by default unless explicitly enabled --enable-broad-udevrules Include udev rules for ambiguous devices which may not be miners

Best miner ever lets try

First off- I am not a developer- so alot of this is a bit taxing :O) I am simply trying to get a start in Mining- and this package seemed...

git:// does no longer work, therefore this file needs to be updated to https:// otherwise ./autogen.sh failes.

Hi, I have the Problem that I can't use the ./autogen.sh When I do this there is a Problem with Clone from github. File could not be found Can anyone...

Hey all, Any tips/suggestions appreciated! after running ./configure make ends very quickly with config.status: executing depfiles commands make[3]: Leaving directory '/home/jetson/bfgminer' make[2]: *** No rule to make target '../ccan-upstream/ccan/opt/helpers.c', needed...

Hello, my attempt to compile the project in MSYS64 was unsuccessful I installed all the dependencies but I obtain this: `/c/Users/edobar/OneDrive/work-dawork/pooler-cpuminer-2.4.5-win32/bfgminer/libblkmaker/blkmaker_jansson.c:559: undefined reference to `json_array' /usr/lib/gcc/x86_64-pc-msys/11.3.0/../../../../x86_64-pc-msys/bin/ld: /c/Users/edobar/OneDrive/work-dawork/pooler-cpuminer-2.4.5-win32/bfgminer/libblkmaker/blkmaker_jansson.c:561: undefined reference to...

``` In file included from driver-gekko.c:1: driver-gekko.c: In function \u2018compac_mine\u2019: driver-gekko.h:8:24: warning: implicit declaration of function \u2018pthread_yield\u2019; did you mean \u2018thread_yield\u2019? [-Wimplicit-function-declaration] #define thread_yield() pthread_yield(NULL) ^~~~~~~~~~~~~ driver-gekko.c:579:4: note: in expansion...

Before _./configure_ command, everything ok. But, before _make_ command, i have this error: > /usr/bin/ld: bfgminer-lowl-spi.o:/media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/bfgminer/bfgminer-5.5.0/util.h:220: multiple definition of `cgsleep_us_r'; bfgminer-miner.o:/media/lera/b1a4b0ee-bd95-4c39-a19c-5cb0e0ee5f4b/bfgminer/bfgminer-5.5.0/./util.h:220: first defined here > collect2: error: ld returned 1...

It seems `mutexp` is not released before returning 422 and 427. Should it be a bug? https://github.com/luke-jr/bfgminer/blob/8e0278adbe5912436250a16a177d71e38d5792e9/driver-modminer.c#L404-L427