Skip to content

Instantly share code, notes, and snippets.

View greymechanic's full-sized avatar
🛠️
building

Andrew Dash greymechanic

🛠️
building
View GitHub Profile
@greymechanic
greymechanic / startmining.sh
Last active December 17, 2015 18:09 — forked from yyolk/bfgminer.rb
#!/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