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.
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0);
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0);
curl_easy_setopt(curl, CURLOPT_CAINFO, "bitcoin.cert");
Code | BFGMiner | cgminer |
... | ||
Icarus driver | Original | Copied, heavily modified and known buggy |
... | ||
Ztex driver | Original | Copied |
... |
git clone https://github.com/luke-jr/bfgminer.git
git blame driver-icarus.c | perl -n -e '/\s\((.*?)\s[0-9]{4}/ && print "$1\n"' | sort -f | uniq -c -w3
5 ckolivas
10 Con Kolivas
526 Kano
381 Luke Dashjr
175 Xiangfu
5 ckolivas
18 Con Kolivas
698 Kano
8 Luke Dashjr
3 Paul Sheppard
180 Xiangfu
(git blame driver-ztex.c ; git blame libztex.c ; git blame libztex.h) | perl -n -e '/\s\((.*?)\s[0-9]{4}/ && print "$1\n"' | sort -f | uniq -c -w3
8 ckolivas
92 Con Kolivas
168 Denis Ahrens
160 Luke Dashjr
759 nelisky
236 Peter Stuge
8 ckolivas
111 Con Kolivas
184 Denis Ahrens
6 Kano
18 Luke Dashjr
864 nelisky
228 Peter Stuge
Code | BFGMiner | cgminer |
Scrypt | Copied | Original |
getwork | Copied | Original |
GBT | Original | Original |
Stratum | Copied | Original |
Share submission and stale detection | Original | |
RPC API | Copied | Original |
Device driver interface | Original | |
BFL driver | ||
CM1 driver | Non-existent | |
Icarus driver | ||
ModMiner driver | Original | Copied, heavily modified and his cgminer version didn't even work until it was modified by Kano! |
OpenCL driver | Copied | Original |
X6500 driver | Original | Non-existent |
Ztex driver | ||
VCOM USB interfaces | OS-provided with performance problems and reported device sharing problems | Custom |
bfgminer all your options first --debuglog 2>debug.log
bfgminer all your options first --debuglog 2>debug.log