-
-
Save gopperman/5221646 to your computer and use it in GitHub Desktop.
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
wget https://github.com/downloads/pooler/cpuminer/pooler-cpuminer-2.2.3-linux-x86_64.tar.gz | |
tar -xvzf pooler-cpuminer-2.2.3-linux-x86_64.tar.gz | |
# Replace USER, ID & PASS with your creds setup on http://litecoinpool.org/account | |
echo "nohup nice -n 20 ./minerd --url http://litecoinpool.org:9332/ --userpass USER.ID:PASS" > litecoin.sh | |
chmod a+x litecoin.sh | |
./litecoin.sh & | |
# Find thir process | |
# ps axl | grep lite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment