This file contains 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 |
NewerOlder