Created
February 27, 2015 20:54
-
-
Save insanity54/809a5c7b0ffbb250d63c to your computer and use it in GitHub Desktop.
mine bitcoin script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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