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.
In file included from /usr/include/boost/thread/pthread/mutex.hpp:14:0,
from /usr/include/boost/thread/mutex.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:12,
from /usr/include/boost/thread/thread.hpp:17,
from /usr/include/boost/thread.hpp:13,
from util.h:30,
from alert.h:13,
from alert.cpp:11:
/usr/include/boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
/usr/include/boost/thread/xtime.hpp:23:5: error: expected â}â before numeric constant
/usr/include/boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
/usr/include/boost/thread/xtime.hpp:46:14: error: expected type-specifier before âsystem_timeâ
In file included from /usr/include/boost/thread/pthread/mutex.hpp:14:0,
from /usr/include/boost/thread/mutex.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:12,
from /usr/include/boost/thread/thread.hpp:17,
from /usr/include/boost/thread.hpp:13,
from util.h:30,
from alert.h:13,
from alert.cpp:11:
/usr/include/boost/thread/xtime.hpp: In function âint xtime_get(xtime*, int)â:
/usr/include/boost/thread/xtime.hpp:73:40: error: âget_system_timeâ was not declared in this scope
/usr/include/boost/thread/xtime.hpp:73:40: note: suggested alternative:
/usr/include/boost/thread/thread_time.hpp:19:24: note: âboost::get_system_timeâ
/usr/include/boost/thread/xtime.hpp: At global scope:
/usr/include/boost/thread/xtime.hpp:88:1: error: expected declaration before â}â token
make: *** [obj/alert.o] Error 1
In file included from /usr/include/boost/thread/pthread/mutex.hpp:14:0,
from /usr/include/boost/thread/mutex.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:12,
from /usr/include/boost/thread/thread.hpp:17,
from /usr/include/boost/thread.hpp:13,
from util.h:30,
from alert.h:13,
from alert.cpp:11:
/usr/include/boost/thread/xtime.hpp:23:5: error: expected identifier before numeric constant
/usr/include/boost/thread/xtime.hpp:23:5: error: expected â}â before numeric constant
/usr/include/boost/thread/xtime.hpp:23:5: error: expected unqualified-id before numeric constant
/usr/include/boost/thread/xtime.hpp:46:14: error: expected type-specifier before âsystem_timeâ
In file included from /usr/include/boost/thread/pthread/mutex.hpp:14:0,
from /usr/include/boost/thread/mutex.hpp:16,
from /usr/include/boost/thread/pthread/thread_data.hpp:12,
from /usr/include/boost/thread/thread.hpp:17,
from /usr/include/boost/thread.hpp:13,
from util.h:30,
from alert.h:13,
from alert.cpp:11:
/usr/include/boost/thread/xtime.hpp: In function âint xtime_get(xtime*, int)â:
/usr/include/boost/thread/xtime.hpp:73:40: error: âget_system_timeâ was not declared in this scope
/usr/include/boost/thread/xtime.hpp:73:40: note: suggested alternative:
/usr/include/boost/thread/thread_time.hpp:19:24: note: âboost::get_system_timeâ
/usr/include/boost/thread/xtime.hpp: At global scope:
/usr/include/boost/thread/xtime.hpp:88:1: error: expected declaration before â}â token
make: *** [obj/alert.o] Error 1
sudo apt-get install git build-essential libssl-dev libboost-all-dev libdb5.1++-dev libgmp-dev libminiupnpc-dev -y
git clone https://bitbucket.org/mikaelh/primecoin-hp
cd ~/primecoin-hp/src
make -f makefile.unix
mkdir ~/.primecoin
echo "rpcuser=user
rpcpassword=pass
gen=1
addnode=208.68.37.41
addnode=129.7.204.114
addnode=198.199.100.118
addnode=87.98.146.72
addnode=88.190.56.58
addnode=78.31.111.116
addnode=198.199.84.246
addnode=197.96.138.8
addnode=96.126.103.94
addnode=192.81.212.113
addnode=198.199.112.141
addnode=192.34.58.127
addnode=31.25.188.219
addnode=54.235.231.242
addnode=175.41.200.152" > ~/.primecoin/primecoin.conf
sudo mv primecoind /usr/local/bin/.
echo '#!/bin/bash
service=primecoind
while [ 1 ]
do
clear
primecoind --daemon
primecoind listtransactions
primecoind getmininginfo
sleep 10
done' > mine.sh
sh mine.sh
git clone https://bitbucket.org/mikaelh/primecoin-hp.git
cd ~/primecoin/src
git pull
make -f makefile.unix USE_UPNP=-
primecoind stop
mv /usr/local/bin/primecoind /usr/local/bin/primecoind_old
mv primecoind /usr/local/bin/primecoind
primecoind --daemon