Skip to content

Instantly share code, notes, and snippets.

@vallieres
Created May 23, 2014 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vallieres/3e017728ba69db559205 to your computer and use it in GitHub Desktop.
Save vallieres/3e017728ba69db559205 to your computer and use it in GitHub Desktop.
Get latest bfgminer and compile
git clone https://github.com/luke-jr/bfgminer.git
cd bfgminer
CFLAGS="-O2 -Wall -march=native"
./autogen.sh
./configure --enable-gridseed --enable-scrypt --disable-adl --disable-avalon --disable-bifury --disable-bfx --disable-hashbuster --disable-hashbusterusb --disable-hashfast --disable-bitfury --disable-bigpic --disable-littlefury --disable-nanofury --disable-hashbuster --disable-bitforce --disable-icarus --disable-klondike --disable-knc --disable-modminer --disable-x6500 --disable-ztex
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment