Skip to content

Commit

Permalink
v 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelGorny committed Jan 20, 2022
1 parent 402134f commit 7724fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WifSolverCuda/main.cu
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bool IS_CHECKSUM = false;

bool RESULT = false;
bool useCollector = false;
uint64_t collectorLimit = 100000000;
uint64_t collectorLimit = 100;

uint64_t outputSize;

Expand All @@ -57,7 +57,7 @@ Secp256K1* secp;

int main(int argc, char** argv)
{
printf("WifSolver 0.3\n\n");
printf("WifSolver 0.3.1\n\n");

if (readArgs(argc, argv)) {
showHelp();
Expand Down

0 comments on commit 7724fc8

Please sign in to comment.