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.
Traceback (most recent call last):
File "./darkpoold.py", line 10, in
import dateutil.parser
ImportError: No module named 'dateutil'
$ sudo apt-get install python-pip
$ sudo pip install python-dateutil
Traceback (most recent call last):
File "./darkpoold.py", line 10, in
import dateutil.parser
ImportError: No module named 'dateutil'
sudo apt-get update && upgrade
sudo apt-get install git python python3 python3-pip
sudo apt-get update && upgrade
git clone --recursive https://github.com/industrialcoinmagic/darkpoold
sudo pip3 install bottle appdirs==1.2.0 prettytable==0.7.2 python-dateutil==2.2 requests==2.1.0 cherrypy==3.2.4 json-rpc==1.1 pycoin==0.25 pytest==2.5.1
sudo pip3 install https://github.com/rogerbinns/apsw/archive/master.zip
sudo apt-get install sqlite3
sudo apt-get update && upgrade
[Default]
rpc-user = crave-username
rpc-password = crave-password
backend-rpc-password = crave-password
backend-rpc-user = crave-user
backend-rpc-port = 9999
craved-rpc-user = crave-user
craved-rpc-password = crave-password
craved-rpc-port = 9999
craved-rpc-connect = localhost (or the IP of the node you have configured)
maxconnections=100
rpcuser=crave-username
rpcpassword=crave-password
rpcport=9999
gen=0
server=1
daemon=1
txindex=1
rpcallowip=127.0.0.1
cd /darkpoold/
sudo ./darkpoold.py server
Traceback (most recent call last):
File "./darkpoold.py", line 10, in
import dateutil.parser
ImportError: No module named 'dateutil'