From: Chris Duncan Date: Mon, 16 Jun 2025 13:02:43 +0000 (-0700) Subject: Update effort recommendation. X-Git-Tag: v5.0.0~19 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=2b2b8dbf83b631ae269298e0152530b260828b99;p=nano-pow.git Update effort recommendation. --- diff --git a/README.md b/README.md index 4b293d7..367917b 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ const options = { // default FFFFFFF800000000 for send/change blocks difficulty: 'FFFFFFC000000000', // default 4, valid range 1-32 - effort: 8, + effort: 2, // default false debug: true } @@ -88,8 +88,8 @@ Different systems will have different optimal settings, but as a general rule of thumb: * WebGPU must strike a balance between the overhead of dispatching work to the -GPU and the time it takes to compute the dispatch itself. Start with a low to -middling value like 4 or 8. +GPU and the time it takes to compute the dispatch itself. Start with a low value +like 2 or 4. * WegGL works by drawing to an invisible 2-D canvas that is `effort * 256` pixels long on each side. Since PoW speed in this case depends on resolution _and_ framerate, push for a value as high as the GPU can support. For example, a