This repository has been archived by the owner on Nov 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added bfgminer for futurebit, updated cgminer
- Loading branch information
Minera
committed
Oct 9, 2018
1 parent
f8d1fa2
commit a76d81b
Showing
6 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Submodule bfgminer
updated
26 files
+3 −3 | AUTHORS | |
+37 −0 | NEWS | |
+9 −3 | README | |
+27 −2 | README.ASIC | |
+0 −17 | README.Debian | |
+8 −6 | README.OpenWrt | |
+1 −1 | api.c | |
+1 −1 | ccan-upstream | |
+4 −3 | configure.ac | |
+0 −1 | debian/bfgminer.install | |
+6 −0 | debian/changelog | |
+31 −7 | debian/control | |
+0 −4 | debian/patches/bfgminer-bitforce.diff | |
+0 −1 | debian/patches/series | |
+4 −4 | debian/rules | |
+87 −42 | driver-alchemist.c | |
+2 −1 | driver-stratum.c | |
+1 −1 | libblkmaker | |
+1 −0 | make-release | |
+22 −8 | miner.c | |
+7 −1 | miner.h | |
+3 −3 | openwrt/bfgminer/Makefile | |
+10 −4 | openwrt/multibuild.sh | |
+3 −3 | util.c | |
+5 −2 | x86_64/sha256_sse4_amd64.asm | |
+4 −9 | x86_64/sha256_xmm_amd64.asm |
Submodule cgminer
updated
28 files
+13 −27 | .gitignore | |
+10 −0 | ASIC-README | |
+14 −1 | Makefile.am | |
+59 −0 | NEWS | |
+79 −2 | README | |
+84 −19 | api.c | |
+2,310 −0 | bitmain-board-test.c | |
+244 −0 | bitmain-board-test.h | |
+6 −0 | ccan/opt/helpers.c | |
+2 −0 | ccan/opt/opt.h | |
+562 −125 | cgminer.c | |
+104 −22 | configure.ac | |
+5,885 −0 | dm_compat.c | |
+1,762 −0 | dm_compat.h | |
+270 −0 | dm_fan_ctrl.c | |
+52 −0 | dm_fan_ctrl.h | |
+203 −0 | dm_temp_ctrl.c | |
+46 −0 | dm_temp_ctrl.h | |
+1,374 −0 | dragonmint_t1.c | |
+243 −0 | dragonmint_t1.h | |
+1,539 −0 | driver-SPI-dragonmint-t1.c | |
+0 −1 | driver-bflsc.c | |
+12,083 −0 | driver-btm-soc.c | |
+925 −0 | driver-btm-soc.h | |
+79 −6 | miner.h | |
+759 −490 | uthash.h | |
+368 −19 | util.c | |
+6 −0 | util.h |