defuse / juggler-pow

A memory-but-not-time asymmetric proof-of-work function.
1 stars 0 forks source link

Make debug output show progress #15

Closed defuse closed 9 years ago

defuse commented 9 years ago

Right now it just repeats the lines:

DEBUG:     Added (another) 100000 preimages.

and

DEBUG:     Tried another 100000 selectors.

We know the upper limit on the number of iterations, so we could easily show the progress as a fraction and a percent. Make the debug functions printf-like, and then make the messages better.

defuse commented 9 years ago

Done.