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.
sudo apt-get install nvidia-opencl-dev nvidia-current-dev nvidia-cuda-dev nvidia-cuda-toolkit
sudo nvidia-xconfig
sudo reboot
sudo apt-get install autoconf autogen automake libcurl4-gnutls-dev libncurses5-dev build-essential libtool opencl-headers
git clone https://github.com/ckolivas/cgminer.git cgminer-gpu
cd cgminer-gpu
git checkout 829f0687bfd0ddb0cf12a9a8588ae2478dfe8d99
./autogen.sh --enable-opencl --enable-scrypt
make
cd ~/cgminer-gpu
./cgminer-gpu --scrypt -o stratum+tcp://lot.hackshardgaming.net:3333 -u Weblogin.Worker -p Worker password
sudo apt-get install autoconf autogen automake libcurl4-gnutls-dev libncurses5-dev build-essential libtool opencl-headers
cd ~
git clone https://github.com/ckolivas/cgminer.git cgminer-cpu
cd cgminer-cpu
git checkout a4e95cfa424084b26a900d3e31f5ec6e5152b70c
./autogen.sh --enable-scrypt --enable-opencl --enable-cpumining
make clean
make
cd ~/cgminer-cpu
cgminer-cpu -C -G --scrypt -o stratum+tcp://lot.hackshardgaming.net:3333 -u Weblogin.Worker -p Worker password
sudo apt-get install git-core qtcreator libdb-dev libzip-dev zlib1g-dev libboost1.48-all-dev libminiupnpc8-dev
# There maybe more libraries I forget, I wrote this how to from memory
cd ~
git clone https://github.com/lottocoin/lottocoin.git
cd lottocoin
nano ./lottocoin-qt.pro
# -lgdi32 has to happen after -lcrypto (see #681)
windows:LIBS += -lole32 -luuid -lgdi32
LIBS += E:\MinGW\lib\libws2_32.a
LIBS += E:\MinGW\lib\liboleaut32.a
LIBS += -lboost_system$$BOOST_LIB_SUFFIX -lboost_filesystem$$BOOST_LIB_SUFFIX -lboost_program_options$$BOOST_LIB_SUFFIX -lboost_thread$$BOOST_THREAD_LIB_SUFFIX
# -lgdi32 has to happen after -lcrypto (see #681)
#windows:LIBS += -lole32 -luuid -lgdi32
#LIBS += E:\MinGW\lib\libws2_32.a
#LIBS += E:\MinGW\lib\liboleaut32.a
LIBS += -lboost_system$$BOOST_LIB_SUFFIX -lboost_filesystem$$BOOST_LIB_SUFFIX -lboost_program_options$$BOOST_LIB_SUFFIX -lboost_thread$$BOOST_THREAD_LIB_SUFFIX
qtcreator ./lottocoin-qt.pro
cd ~/lottocoin-qt-build-desktop-Qt_4_8_1_in_PATH__System__Release
sudo cp ./lottocoin-qt /usr/bin/
lottocoin-qt
cd ~
git clone https://github.com/lottocoin/lottocoin.git
cd lottocoin/src
make -f makefile.unix lottocoind
sudo cp ./lottocoind /usr/bin/