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.
Basic *nix build instructions:
To build with GPU mining support:
Install AMD APP sdk, latest version - there is no official place to
install it so just keep track of where it is if you're not installing
the include files and library files into the system directory.
(Do NOT install the ati amd sdk if you are on nvidia)
The easiest way to install the ATI AMD SPP sdk on linux is to actually put it
into a system location. Then building will be simpler. Download the correct
version for either 32 bit or 64 bit from here:
http://developer.amd.com/sdks/AMDAPPSDK/downloads/Pages/default.aspx
This will give you a file with a name like AMD-APP-SDK-v2.4-lnx64.tgz
Then:
sudo su
cd /opt
tar xf /path/to/AMD-APP-SDK-v2.4-lnx64.tgz
cd /
tar xf /opt/AMD-APP-SDK-v2.4-lnx64/icd-registration.tgz
ln -s /opt/AMD-APP-SDK-v2.4-lnx64/include/CL /usr/include
ln -s /opt/AMD-APP-SDK-v2.4-lnx64/lib/x86_64/* /usr/lib/
ldconfig
sudo apt-get install libcurl4-gnutls-dev
main.c:(.text+0xae3f): undefined reference to `delwin'
main.c:(.text+0xae44): undefined reference to `endwin'
main.c:(.text+0xae49): undefined reference to `stdscr'
main.c:(.text+0xae51): undefined reference to `wrefresh'
main.c:(.text+0xb518): undefined reference to `initscr'
main.c:(.text+0xb556): undefined reference to `newwin'
main.c:(.text+0xb56b): undefined reference to `leaveok'
main.c:(.text+0xb58e): undefined reference to `newwin'
main.c:(.text+0xb5a3): undefined reference to `idlok'
main.c:(.text+0xb5b8): undefined reference to `scrollok'
main.c:(.text+0xb5cd): undefined reference to `leaveok'
main.c:(.text+0xb5d2): undefined reference to `cbreak'
main.c:(.text+0xb5d7): undefined reference to `noecho'
collect2: ld returned 1 exit status
make[2]: *** [cgminer] Fehler 1
make[2]: Verlasse Verzeichnis '/home/kilgore/ckolivas-cgminer-1725a1c'
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlasse Verzeichnis '/home/kilgore/ckolivas-cgminer-1725a1c'
make: *** [all] Fehler 2
main.c:14:20: fatal error: curses.h: Datei oder Verzeichnis nicht gefunden
compilation terminated.
make[2]: *** [cgminer-main.o] Fehler 1
make[2]: Verlasse Verzeichnis '/home/kilgore/ckolivas-cgminer-1725a1c'
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlasse Verzeichnis '/home/kilgore/ckolivas-cgminer-1725a1c'
make: *** [all] Fehler 2
kilgore@Trout:~/ckolivas-cgminer-1725a1c$
cgminer: Befehl nicht gefunden
(command not found)
OpenCL: FOUND. GPU mining support enabled.
cgminer: Befehl nicht gefunden
(command not found)
bash: ./configure: Datei oder Verzeichnis nicht gefunden
>
./autogen.sh: 8: aclocal: not found