add an optional verbose mode -v <progress_interval> option in contribute. when you pass in -v N, contribute will print a progress update to stdout every N points exponentiated. Coordinator tools reads from stdout and tracks progress.
add <path/to/phase1/radix> as a required argument for new and verify_contribution. Coordinator tools call these binaries from different directories than the phase1 radix location.
Changes:
-v <progress_interval>
option incontribute
. when you pass in-v N
,contribute
will print a progress update to stdout everyN
points exponentiated. Coordinator tools reads from stdout and tracks progress.<path/to/phase1/radix>
as a required argument fornew
andverify_contribution
. Coordinator tools call these binaries from different directories than the phase1 radix location.