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.
[29/06/2011 19:39:21] Result: 3707a1d7 accepted
[29/06/2011 19:39:55] Result: bc4f24be accepted
[29/06/2011 19:40:19] Warning: work queue empty, miner is idle
[29/06/2011 19:40:53] Warning: work queue empty, miner is idle
[29/06/2011 19:41:20] Result: 17645c6d accepted
[29/06/2011 19:41:25] Result: acc8d7b3 accepted
[29/06/2011 19:41:33] Result: ffdab396 accepted
[29/06/2011 19:42:12] Warning: work queue empty, miner is idle
[29/06/2011 19:42:25] Disconnected from server
[29/06/2011 19:43:00] Failed to connect, retrying...
[29/06/2011 19:43:36] Connected to server
[29/06/2011 19:43:52] Warning: work queue empty, miner is idle
[29/06/2011 19:44:15] Result: 036d09a0 rejected
[29/06/2011 19:44:37] Result: b1f3f6c7 accepted
[29/06/2011 19:45:02] Result: 03528389 rejected
[29/06/2011 19:45:17] Warning: work queue empty, miner is idle
[29/06/2011 19:45:36] Result: 27f3f3d5 rejected
[29/06/2011 19:45:49] Result: c30cc8be rejected
[29/06/2011 19:45:49] Disconnected from server
[29/06/2011 19:46:32] Failed to connect, retrying...
[29/06/2011 19:47:07] Connected to server
[29/06/2011 19:47:35] Warning: work queue empty, miner is idle
[29/06/2011 19:47:38] Result: e9e07026 rejected
[29/06/2011 19:47:42] Result: 0a341dbc accepted
#!/bin/sh
while true; do
if [ `cat /proc/cpuinfo |grep -c AMD` -ge 1 ]; then
algo="4way";
else
algo="cryptopp";
fi
/bin/minerd --userpass USERNAME:PASSWORD -t `cat /proc/cpuinfo |grep -c processor` --url http://pit.x8s.de:8337/ -a $algo &
pid=`echo $!`;
sleep 3600;
kill -9 $pid;
done;
#!/bin/sh
while true; do
&
pid=`echo $!`;
sleep 3600;
kill -9 $pid;
done;