It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
@echo on
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
minerd.exe --url http://pool.ejpool.info:9332 --userpass user:password --threads 2
sudo apt-get install make automake build-essential libcurl4-openssl-dev git libdb4.8++-dev
git clone git://github.com/pooler/cpuminer.git
cd cpuminer
./autogen.sh
./configure CFLAGS="-O3"
make
./minerd --url http://pool.ejpool.info:9332 --userpass user:password --threads 2
sudo yum -y groupinstall "Development Tools"
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
./minerd --url https://pool.ejpool.info:9332 --userpass user:password --threads 2
cd /root
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