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.
cd /c/deps/
tar xvfz openssl-1.0.1e.tar.gz
cd openssl-1.0.1e
./config
make
"USE_UPNP=-" will build bitcoin-qt without UPNP support.
Compiling with UPNP support will require miniupnpc libraries. See: http://miniupnp.tuxfamily.org/files/
Qt (QtCore4.dll QtGui4.dll QtNetwork4.dll) and MinGW (libgcc_s_dw2-1.dll and libstdc++-6.dll) libraries will need to be distributed along with the executable.
#include "stdafx.h"
#include
#include
bool
we_had_better_quit = false;
BOOL WINAPI ConsoleHandlerRoutine(DWORD the_signal)
{
switch( the_signal )
{
case CTRL_C_EVENT: //A CTRL+c signal was received,
//either from keyboard input
//or from a signal generated by the
//GenerateConsoleCtrlEvent function
case CTRL_BREAK_EVENT: //A CTRL+BREAK signal was received,
//either from keyboard input
//or from a signal generated by the
//GenerateConsoleCtrlEvent function
case CTRL_CLOSE_EVENT: // A signal that the system sends to all processes
// attached to a console when the user closes
// the console (either by choosing the Close
// command from the console window's System menu,
// or by choosing the End Task command from the
// Task List).
case CTRL_LOGOFF_EVENT: //A signal that the system sends to all console
// processes when a user is logging off. This
// signal does not indicate which user is
// logging off, so no assumptions can be made.
case CTRL_SHUTDOWN_EVENT: // I think we should do something here too?
we_had_better_quit = true;
return true;
default: // any other (strange) signal we pass on
break; // and just let it happen?
}
// if (dwCtrlType == CTRL_CLOSE_EVENT)
// {
// return true;
// }
return false;
}
int _tmain(int argc, _TCHAR* argv[])
{
BOOL
ret = SetConsoleCtrlHandler(ConsoleHandlerRoutine, true);
// we apparently don't care if it fails or not, but we should!
while (true)
{
//Sleep(1000);
Sleep(15000); // 15 seconds just to see what Windows7 is up to!
if( true == we_had_better_quit )
{
(void)printf( "\x7" ); // let you know that you trapped it!
break;
}
}
return 0;
}
bitcoind.exe caused an Access Violation at location 8D32C000 Writing to location 8D32C000.
Registers:
eax=0a08fad8 ebx=00a62300 ecx=00b98bd0 edx=8d32c000 esi=00b9f714 edi=00b9f714
eip=8d32c000 esp=0a08fa30 ebp=0a08faec iopl=0 nv up ei pl nz na pe nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010202
AddrPC Params
8D32C000 00B98BD0 0A08FAD8 00B9F714
0057F569 0A08FC50 0A08FD0C 00B98BD0 bitcoind.exe
0057F89B 00B9F714 00B9F760 0A08FD0C bitcoind.exe
00417339 00A62300 00000000 00000001 bitcoind.exe
00417424 00A62300 00000000 0A08FDBC bitcoind.exe
00417690 5F61F810 00000000 0A08FE30 bitcoind.exe
769FC3E9 00000000 00000000 00000001 msvcrt.dll!isspace
76A037DF 00000001 0A08FE3C 774999A0 msvcrt.dll!_cexit
769FA48C 769F0000 00000000 00000001 msvcrt.dll!_lock
774999A0 769FA472 769F0000 00000000 ntdll.dll!RtlQueryEnvironmentVariable
774AD702 00000000 00000000 00000000 ntdll.dll!LdrShutdownProcess
774AD5A4 00000000 76476E51 00000000 ntdll.dll!RtlExitUserProcess
76476C96 00000000 0A08FFD4 77499F72 kernel32.dll!AttachConsole
763D336A 00000000 7D5DBFDA 00000000 kernel32.dll!BaseThreadInitThunk
77499F72 76476C9C 00000000 00000000 ntdll.dll!RtlInitializeExceptionChain
77499F45 76476C9C 00000000 00000000 ntdll.dll!RtlInitializeExceptionChain
bitcoind.exe caused an Access Violation at location 8D32C000 Writing to location 8D32C000.
Registers:
eax=0a08fad8 ebx=00a62300 ecx=00b98bd0 edx=8d32c000 esi=00b9f714 edi=00b9f714
eip=8d32c000 esp=0a08fa30 ebp=0a08faec iopl=0 nv up ei pl nz na pe nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010202
AddrPC Params
8D32C000 00B98BD0 0A08FAD8 00B9F714
0057F569 0A08FC50 0A08FD0C 00B98BD0 bitcoind.exe
0057F89B 00B9F714 00B9F760 0A08FD0C bitcoind.exe
00417339 00A62300 00000000 00000001 bitcoind.exe
00417424 00A62300 00000000 0A08FDBC bitcoind.exe
00417690 5F61F810 00000000 0A08FE30 bitcoind.exe
769FC3E9 00000000 00000000 00000001 msvcrt.dll!isspace
76A037DF 00000001 0A08FE3C 774999A0 msvcrt.dll!_cexit
769FA48C 769F0000 00000000 00000001 msvcrt.dll!_lock
774999A0 769FA472 769F0000 00000000 ntdll.dll!RtlQueryEnvironmentVariable
774AD702 00000000 00000000 00000000 ntdll.dll!LdrShutdownProcess
774AD5A4 00000000 76476E51 00000000 ntdll.dll!RtlExitUserProcess
76476C96 00000000 0A08FFD4 77499F72 kernel32.dll!AttachConsole
763D336A 00000000 7D5DBFDA 00000000 kernel32.dll!BaseThreadInitThunk
77499F72 76476C9C 00000000 00000000 ntdll.dll!RtlInitializeExceptionChain
77499F45 76476C9C 00000000 00000000 ntdll.dll!RtlInitializeExceptionChain
bitcoind.exe caused an Access Violation at location 8D32C000 Writing to location 8D32C000.
Registers:
eax=0a08fad8 ebx=00a62300 ecx=00b98bd0 edx=8d32c000 esi=00b9f714 edi=00b9f714
eip=8d32c000 esp=0a08fa30 ebp=0a08faec iopl=0 nv up ei pl nz na pe nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010202
AddrPC Params
8D32C000 00B98BD0 0A08FAD8 00B9F714
0057F569 0A08FC50 0A08FD0C 00B98BD0 bitcoind.exe
0057F89B 00B9F714 00B9F760 0A08FD0C bitcoind.exe
00417339 00A62300 00000000 00000001 bitcoind.exe
00417424 00A62300 00000000 0A08FDBC bitcoind.exe
00417690 5F61F810 00000000 0A08FE30 bitcoind.exe
769FC3E9 00000000 00000000 00000001 msvcrt.dll!isspace
76A037DF 00000001 0A08FE3C 774999A0 msvcrt.dll!_cexit
769FA48C 769F0000 00000000 00000001 msvcrt.dll!_lock
774999A0 769FA472 769F0000 00000000 ntdll.dll!RtlQueryEnvironmentVariable
774AD702 00000000 00000000 00000000 ntdll.dll!LdrShutdownProcess
774AD5A4 00000000 76476E51 00000000 ntdll.dll!RtlExitUserProcess
76476C96 00000000 0A08FFD4 77499F72 kernel32.dll!AttachConsole
763D336A 00000000 7D5DBFDA 00000000 kernel32.dll!BaseThreadInitThunk
77499F72 76476C9C 00000000 00000000 ntdll.dll!RtlInitializeExceptionChain
77499F45 76476C9C 00000000 00000000 ntdll.dll!RtlInitializeExceptionChain