Post
Topic
Board Bitcoin Discussion
Re: == Bitcoin challenge transaction: ~100 BTC total bounty to solvers! ==UPDATED==
by
alek76
on 06/04/2020, 20:40:57 UTC
So is it possible to restore the program after it is closed? Because the tame and wild files are overwritten.  This will help:
in Vanity.cpp
Code:
if (TWRevers) {
bool F2Upload = TWUpload();
if (F2Upload) {
printf("\n[i] Upload tame.txt and wild.txt ");
}
  }
  else {
//ReWriteFiles();
  }
It is not possible to restore all current points in all threads at the next start. By and large, stopping the program violates the algorithm. This function adds the old saved selected points, probably this increases the chances of finding a solution.