From 9631670afb1e3b80f6599b4bc40b7f44eacaff1b Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sat, 25 Jul 2026 22:46:41 -0700 Subject: [PATCH] Link to effort explanation. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f0b5168..84a7e49 100644 --- a/index.html +++ b/index.html @@ -313,7 +313,7 @@ SPDX-License-Identifier: GPL-3.0-or-later

This benchmark tests a browser-based proof-of-work implementation for the cryptocurrency Nano.

NanoPow uses cutting edge WebGPU technology, and not all browsers support it. WebGL 2.0 is used as a fallback option if WebGPU is not detected, and a WASM module is used if neither GPU API is available.

Times are measured in milliseconds and are summarized by various averaging methods.

-

Level of Effort depends on hardware and does not guarantee faster results.

+

Level of Effort depends on hardware and does not guarantee faster results. See #what-is-effort.

This benchmark operates by running a sequence of functions. First, a random 32-byte value is generated for a block hash. Next, the benchmark timer begins and NanoPow uses the block hash to find a nonce that meets a minimum threshold. Finally, it validates that nonce and then ends the timer.