Skip to content

Commit

Permalink
Update CGMiner to 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoolls committed Nov 4, 2014
1 parent d2db2fe commit 96dd332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EDITME_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LIBEVENT_VERSION=2.0.21
LIBUTHASH_VERSION=1.9.9

BFGMINER_VERSION=4.10.0
CGMINER_VERSION=4.6.1
CGMINER_VERSION=4.7.1
SGMINER_VERSION=4.2.1
SPHSGMINER_VERSION=4.1.0
VERTMINER_VERSION=0.5.4
Expand Down
2 changes: 1 addition & 1 deletion subs/build_miner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cd working

autoreconf -i

./configure --prefix=$BUILD_DIR/output CFLAGS="-I$BUILD_DIR/output/include" LDFLAGS="-L$BUILD_DIR/output/lib" CPPFLAGS="-I$BUILD_DIR/output/include" LIBCURL_CFLAGS="-I$BUILD_DIR/output/include/curl" LIBCURL_LIBS="-L$BUILD_DIR/output/lib -lcurl" LIBUSB_CFLAGS="-I$BUILD_DIR/output/include/libusb-1.0" LIBUSB_LIBS="-L$BUILD_DIR/output/lib -lusb-1.0" --enable-scrypt --enable-bflsc --enable-bitforce --enable-icarus --enable-modminer --enable-ztex --enable-avalon --disable-adl --enable-opencl --enable-bitfury --enable-hashfast --enable-klondike
./configure --prefix=$BUILD_DIR/output CFLAGS="-I$BUILD_DIR/output/include" LDFLAGS="-L$BUILD_DIR/output/lib" CPPFLAGS="-I$BUILD_DIR/output/include" LIBCURL_CFLAGS="-I$BUILD_DIR/output/include/curl" LIBCURL_LIBS="-L$BUILD_DIR/output/lib -lcurl" LIBUSB_CFLAGS="-I$BUILD_DIR/output/include/libusb-1.0" LIBUSB_LIBS="-L$BUILD_DIR/output/lib -lusb-1.0" --enable-scrypt --enable-bflsc --enable-bitforce --enable-icarus --enable-modminer --enable-ztex --enable-avalon --disable-adl --enable-opencl --enable-bitfury --enable-hashfast --enable-klondike --enable-cointerra --enable-blockerupter --enable-hashratio --enable-avalon2 --enable-drillbit
make
make install

Expand Down

0 comments on commit 96dd332

Please sign in to comment.