|
|
@ -25,6 +25,7 @@ using namespace boost; |
|
|
|
|
|
|
|
|
|
|
|
CWallet* pwalletMain; |
|
|
|
CWallet* pwalletMain; |
|
|
|
CClientUIInterface uiInterface; |
|
|
|
CClientUIInterface uiInterface; |
|
|
|
|
|
|
|
int64 nTimeNodeStart; |
|
|
|
|
|
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
//
|
|
|
@ -470,8 +471,10 @@ bool AppInit2() |
|
|
|
printf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"); |
|
|
|
printf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"); |
|
|
|
printf("Bitcoin version %s (%s)\n", FormatFullVersion().c_str(), CLIENT_DATE.c_str()); |
|
|
|
printf("Bitcoin version %s (%s)\n", FormatFullVersion().c_str(), CLIENT_DATE.c_str()); |
|
|
|
printf("Using OpenSSL version %s\n", SSLeay_version(SSLEAY_VERSION)); |
|
|
|
printf("Using OpenSSL version %s\n", SSLeay_version(SSLEAY_VERSION)); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nTimeNodeStart = GetTime(); |
|
|
|
if (!fLogTimestamps) |
|
|
|
if (!fLogTimestamps) |
|
|
|
printf("Startup time: %s\n", DateTimeStrFormat("%x %H:%M:%S", GetTime()).c_str()); |
|
|
|
printf("Startup time: %s\n", DateTimeStrFormat("%x %H:%M:%S", nTimeNodeStart).c_str()); |
|
|
|
printf("Default data directory %s\n", GetDefaultDataDir().string().c_str()); |
|
|
|
printf("Default data directory %s\n", GetDefaultDataDir().string().c_str()); |
|
|
|
printf("Used data directory %s\n", pszDataDir); |
|
|
|
printf("Used data directory %s\n", pszDataDir); |
|
|
|
std::ostringstream strErrors; |
|
|
|
std::ostringstream strErrors; |
|
|
|