aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-26 08:55:24 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-26 08:55:24 +0800
commit24c11d0059a6b66cae54fbcfbfa1a7ddbf9b2ea2 (patch)
tree97055e0b9d0179e9d8c28e4bd31fde1dfee8cf65
parent44, not 43 max len (diff)
downloadpowxy-0.1.84.tar.gz
powxy-0.1.84.tar.zst
powxy-0.1.84.zip
Tell them to base64-decode itv0.1.84
-rw-r--r--challenge.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge.html b/challenge.html
index 03c5988..c2f1762 100644
--- a/challenge.html
+++ b/challenge.html
@@ -24,7 +24,7 @@
</section>
<section>
- <p>Find an nonce that, when appended to the following string, results in a SHA-256 hash that begins with at least {{ .Global.NeedBits }} zero bits.</p>
+ <p>Find an nonce that, when appended to the following data (after base64 decoding it), results in a SHA-256 hash that begins with at least {{ .Global.NeedBits }} zero bits.</p>
<pre id="identifier">{{ .Identifier }}</pre>
</section>