diff --git a/Vanity.cpp b/Vanity.cpp index e7ad0d7..5f26268 100644 --- a/Vanity.cpp +++ b/Vanity.cpp @@ -1764,7 +1764,10 @@ void VanitySearch::Search(int nbThread,std::vector gpuId,std::vector g t0 = t1; } - + char *ctimeBuff; + time_t now = time(NULL); + ctimeBuff = ctime(&now); + printf("End %s", ctimeBuff); free(params); }