Skip to content

Instantly share code, notes, and snippets.

@insanity54
Created February 27, 2015 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save insanity54/809a5c7b0ffbb250d63c to your computer and use it in GitHub Desktop.
Save insanity54/809a5c7b0ffbb250d63c to your computer and use it in GitHub Desktop.
mine bitcoin script
#!/bin/bash
bindir="$(dirname "$(readlink -fm "$0")")"
username=[USERNAME]
password=[PASSWORD]
cd $bindir
./cgminer -o stratum+tcp://mint.bitminter.com:3333 -u $username -p $password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment