Skip to content

Instantly share code, notes, and snippets.

@greymechanic
Forked from yyolk/bfgminer.rb
Last active December 17, 2015 18:09
Show Gist options
  • Save greymechanic/5651351 to your computer and use it in GitHub Desktop.
Save greymechanic/5651351 to your computer and use it in GitHub Desktop.
#!/bin/bash
if [[ -z "$1" ]] ; then
INTENSITY=3
echo "No intensity (-I) given, defaulting to '3'"
else
INTENSITY=$1
fi
cgminer -k diablo -o http://stratum.bitcoin.cz:3333 -u notandrewkaye.hex -p theWorker -I 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment