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.
cd ~
sudo add-apt-repository ppa:stretch/bitcoin
sudo apt-get update
sudo apt-get install python-pyopencl subversion git-core bitcoin
svn checkout http://svn.json-rpc.org/trunk/python-jsonrpc
cd ~/python-jsonrpc/
sudo python setup.py install
cd ~
mkdir ~/.bitcoin
echo "rpcuser=user" > .bitcoin/bitcoin.conf
echo "rpcpassword=password" >> .bitcoin/bitcoin.conf
bitcoin -server &
git clone https://github.com/m0mchil/poclbm.git
cd ~/poclbm
python poclbm.py -d 0 --user user --pass password
bitcoin -server &
bitcoind -daemon
sudo apt-get update
sudo apt-get upgrade
cd ~/poclbm
git pull
cd ~/python-jsonrpc/
svn up
# If there is a new version:
sudo python setup.py install
cd ~
Traceback (most recent call last):
File "poclbm.py", line 3, in
import pyopencl as cl
File "/usr/lib/pymodules/python2.6/pyopencl/__init__.py", line 3, in
import pyopencl._cl as _cl
ImportError: libOpenCL.so.1: cannot open shared object file: No such file or directory
export LD_LIBRARY_PATH=/opt/ati-stream-sdk-v2.1-lnx64/lib/x86_64/:$LD_LIBRARY_PATH
sudo ln -s libOpenCL.so libOpenCL.so.1
Traceback (most recent call last):
File "poclbm.py", line 3, in
import pyopencl as cl
File "/usr/lib/pymodules/python2.6/pyopencl/__init__.py", line 3, in
import pyopencl._cl as _cl
ImportError: libOpenCL.so.1: cannot open shared object file: No such file or directory
wget --no-check-certificate https://github.com/m0mchil/poclbm/raw/master/sha256.py
Traceback (most recent call last):
File "poclbm.py", line 3, in
import pyopencl as cl
File "/usr/lib/pymodules/python2.6/pyopencl/__init__.py", line 3, in
import pyopencl._cl as _cl
ImportError: libOpenCL.so.1: cannot open shared object file: No such file or directory
wget --no-check-certificate https://github.com/m0mchil/poclbm/raw/master/sha256.py