\# SPDX-FileCopyrightText: 2025 Chris Duncan <chris@zoso.dev>
\# SPDX-License-Identifier: GPL-3.0-or-later
-.TH nano-pow 1 2025-06-14 "nano-pow v5.0.0"
+.TH nano-pow 1 2025-06-17 "nano-pow v5.0.0"
.SH NAME
nano-pow \- proof-of-work generation and validation for Nano cryptocurrency
.TP
\fB\-\-benchmark\fR \fICOUNT\fR
Generate work for the specified number of random hashes.
+.TP
+\fB\-\-score\fR \fICOUNT\fR
+Used with \fB\-\-benchmark\fR to run the specified number of benchmarks and calculate a "work-per-second" rate. This command can take a very long time to complete.
.SH SERVER
Calling \fBnano-pow\fR with the \fI--server\fR option will start the NanoPow work server in a detached process.
$ nano-pow \fB\--benchmark 100\fR
.EE
+.PP
+Run 100 benchmarks of 100 samples each to get a work-per-second rate score:
+.EX
+$ nano-pow \fB\--benchmark 100\fR \fB\--score 100\fR
+.EE
+
.SH ERRORS
Errors encountered during work generation will prompt a retry of the request,
and further errors will return an error object. Server errors will throw as