Skip to content

Instantly share code, notes, and snippets.

@humbertoroa
Last active December 28, 2015 23:09
Show Gist options
  • Save humbertoroa/7576675 to your computer and use it in GitHub Desktop.
Save humbertoroa/7576675 to your computer and use it in GitHub Desktop.
My command line history from configuring cgminer to work with my butterfly labs jalapeno. reference: https://forums.butterflylabs.com/showwiki.php?title=Tutorials:ASIC+Mining+on+Ubuntu+and+other+Linux+distros&redirect=no
sudo apt-get update
sudo apt-get upgrade
cd ~
git clone git://github.com/ckolivas/cgminer.git cgminer
cd cgminer/
./autogen.sh
CFLAGS="-g -O2 -Wall -march=native" ./configure --enable-bflsc
make
sudo usermod -G plugdev -a your_linux_user_name
sudo cp 01-cgminer.rules /etc/udev/rules.d/
sudo reboot
cd cgminer
./cgminer -o http://us3.eclipsemc.com:8337 -u miner_user_name -p miner_password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment