Elitist Jerks = 3% Fee PPS http://www.ejpool.info
Ozcoin = 2% Fee DGM https://lc.ozcoin.net
Litecoinpool.org = 4% Fee PPS http://litecoinpool.org
Pool-X = 2% Fee PPLNS http://pool-x.eu
P2P Pool HowTo: https://bitcointalksearch.org/topic/a-complete-guide-to-p2pool-merged-mining-btcnmcdvcixci0c-plus-ltc-linux-62842
For more information about Litecoin Pools. Visit
https://github.com/coblee/litecoin/wiki/Comparison-of-mining-pools
Minerd using scrypt for litecoin [Windows/ or Linux]
Note : 64 Bit has been known to increase speeds
Replace pool.ejpool.info:9332 with any pool that you have chosen in the examples below
Windows:
extract https://github.com/pooler/cpuminer/downloads into a folder end edit "MINE 2 THREADS.bat"
ECHO "Example Litecoin miner startup file (1 thread, localhost, set your own user and password)"
ECHO.
minerd.exe --algo scrypt --s 6 --threads 4 --url http://pool.ejpool.info:9332 --userpass username.1:password
put in your worker details you command for starting minerd.exe shuld look sumthing like (depending on your machine):
Its working when you see the following.
[2011-10-16 20:27:39] thread 1: 84652 hashes, 3.34 khash/sec
[2011-10-16 20:27:44] thread 1: 6717 hashes, 3.43 khash/sec
[2011-10-16 20:27:44] PROOF OF WORK RESULT: true (yay!!!)
Linux (Ubuntu):
git clone git://github.com/pooler/cpuminer.git
cd cpuminer
./autogen.sh
./configure CFLAGS="-O3"
make
Linux (CentOS):
sudo yum -y install git libcurl-devel python-devel screen rsync
git clone git://github.com/pooler/cpuminer.git
cd cpuminer
./autogen.sh
./configure CFLAGS="-O3"
make
If you have issues with Ubuntu or CentOS please come into our IRC channel and we will be more than happy to help you.
MAC(OSX): Binaries can be downloaded here.
https://github.com/pooler/cpuminer/downloads
Thanks to Pooler for all the great work he has done with cpuminer!
IF you feel anything needs to be added or changed in this short little how to.. please let me know.
NOTE: If you get missing libcurl for 64 bit linux. Here is how to resolve it. Make sure to rerun ./autogen.sh after you install libcurl
wget http://curl.haxx.se/download/curl-7.24.0.tar.gz
gzip -d curl-7.24.0.tar.gz
tar -xvf curl-7.24.0.tar
cd curl-7.24.0
./configure
make
make install
cp /root/curl-7.24.0/docs/libcurl/libcurl.m4 /usr/share/aclocal/libcurl.m4
ln -s /usr/local/lib/libcurl.so.4 /lib64/libcurl.so.4
TNX man with this i finaly got minerd working in a cloude