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.
c:\usr\dev\Qt\4.8.5\bin\rcc.exe -name QtResource ..\src\QtResource.qrc -o release\qrc_QtResource.cpp
g++ -c -pipe -O2 -w -frtti -fexceptions -mthreads -DUNICODE -DQT_DLL -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\usr\dev\Qt\4.8.5\include\QtCore" -I"..\..\..\usr\dev\Qt\4.8.5\include\QtNetwork" -I"..\..\..\usr\dev\Qt\4.8.5\include\QtGui" -I"..\..\..\usr\dev\Qt\4.8.5\include\QtMultimedia" -I"..\..\..\usr\dev\Qt\4.8.5\include" -I"..\src" -I"..\..\..\usr\dev\Qt\4.8.5\src\3rdparty\zlib" -I"..\..\..\usr\dev\OpenSSL-Win32\include" -I"..\..\..\usr\dev\Qt\4.8.5\include\ActiveQt" -I"release" -I"." -I"." -I"..\..\..\usr\dev\Qt\4.8.5\mkspecs\win32-g++" -o release\qrc_QtResource.o release\qrc_QtResource.cpp
windres -i ..\src\WinResource.rc -o release\WinResource_res.o --include-dir=./../src -DUNICODE -DQT_DLL -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN
windres: ..\\src\\WinResource.rc:32: syntax error
mingw32-make[1]: *** [release/WinResource_res.o] Error 1
mingw32-make[1]: Leaving directory `C:/{{GIT REPO]}/Squeaker-QtBitcoinTrader/build-QtBitcoinTrader-Qt_4_8_5_4_8_5-Release'
mingw32-make: *** [release] Error 2
01:11:25: The process "C:\usr\dev\MinGW-gcc-4.4.0-2\mingw\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project QtBitcoinTrader (kit: Qt 4.8.5 (4.8.5))
When executing step 'Make'
01:11:25: Elapsed time: 01:41.
#ifdef Q_OS_WIN
if(!isActiveWindow())
{
FLASHWINFO flashInfo;
flashInfo.cbSize=sizeof(FLASHWINFO);
flashInfo.hwnd=this->winId();
flashInfo.dwFlags=FLASHW_ALL;
flashInfo.uCount=20;
flashInfo.dwTimeout=400;
::FlashWindowEx(&flashInfo);
}
#endif//ToDo: make this feature works on Mac OS X
#ifdef Q_OS_WIN
if(!isActiveWindow())
{
FLASHWINFO flashInfo;
flashInfo.cbSize=sizeof(FLASHWINFO);
flashInfo.hwnd=this->winId();
flashInfo.dwFlags=FLASHW_ALL;
flashInfo.uCount=20;
flashInfo.dwTimeout=400;
::FlashWindowEx(&flashInfo);
}
#endif//ToDo: make this feature works on Mac OS X
void QtBitcoinTrader::beep()
{
#ifdef USE_QTMULTIMEDIA
static AudioPlayer *player=0;
if(player==0)player=new AudioPlayer(this);
if(player->invalidDevice)
{
delete player;
player=0;
}
else player->beep();
#endif
#ifdef Q_OS_WIN
if(!isActiveWindow())
{
FLASHWINFO flashInfo;
flashInfo.cbSize=sizeof(FLASHWINFO);
flashInfo.hwnd=this->winId();
flashInfo.dwFlags=FLASHW_ALL;
flashInfo.uCount=20;
flashInfo.dwTimeout=400;
::FlashWindowEx(&flashInfo);
}
#endif//ToDo: make this feature works on Mac OS X
}
g++ -c -pipe -O2 -w -frtti -fexceptions -mthreads -DUNICODE -DQT_DLL -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I"..\..\..\usr\dev\Qt\4.8.5\include\QtCore" -I"..\..\..\usr\dev\Qt\4.8.5\include\QtNetwork" -I"..\..\..\usr\dev\Qt\4.8.5\include\QtGui" -I"..\..\..\usr\dev\Qt\4.8.5\include\QtMultimedia" -I"..\..\..\usr\dev\Qt\4.8.5\include" -I"..\src" -I"..\..\..\usr\dev\Qt\4.8.5\src\3rdparty\zlib" -I"..\..\..\usr\dev\OpenSSL-Win32\include" -I"..\..\..\usr\dev\Qt\4.8.5\include\ActiveQt" -I"release" -I"." -I"." -I"..\..\..\usr\dev\Qt\4.8.5\mkspecs\win32-g++" -o release\qtbitcointrader.o ..\src\qtbitcointrader.cpp
..\src\qtbitcointrader.cpp: In member function 'void QtBitcoinTrader::beep()':
..\src\qtbitcointrader.cpp:2066: error: 'FLASHWINFO' was not declared in this scope
..\src\qtbitcointrader.cpp:2066: error: expected ';' before 'flashInfo'
..\src\qtbitcointrader.cpp:2067: error: 'flashInfo' was not declared in this scope
..\src\qtbitcointrader.cpp:2069: error: 'FLASHW_ALL' was not declared in this scope
..\src\qtbitcointrader.cpp:2072: error: '::FlashWindowEx' has not been declared
mingw32-make[1]: *** [release/qtbitcointrader.o] Error 1
mingw32-make[1]: Leaving directory `C:/{{GIT REPO]}/Squeaker-QtBitcoinTrader/build-QtBitcoinTrader-Qt_4_8_5_4_8_5-Debug'
mingw32-make: *** [release] Error 2
21:00:35: The process "C:\usr\dev\MinGW-gcc-4.4.0-2\mingw\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project QtBitcoinTrader (kit: Qt 4.8.5 (4.8.5))
When executing step 'Make'
21:00:35: Elapsed time: 00:27.