Skip to content

Commit de3f9c1

Browse files
authored
Merge pull request #214 from spacemeshos/pigmej-patch-1
fixed global nonce minimum
2 parents 931503c + 5b7022a commit de3f9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/postcli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ in each `post_metadata.json` of every subset. Given two files:
156156
"NonceValue": "0000488e171389cce69344d68b66f6b4"
157157
```
158158

159-
The nonce in the second file is the global minimum since its value is smaller than the first one. The operator is **required** to find the
159+
The nonce in the second file (please see the `NonceValue` not `Nonce` field) is the global minimum since its value is smaller than the first one. The operator is **required** to find the
160160
smallest VRF nonce by hand and ensure that its index and value are in the `postdata_metadata.json` of the merged directory on the target machine.
161161

162162
Not every chunk will contain a VRF nonce in its `postdata_metadata.json`, but at least one should. If for the very unlikely case that no VRF nonce

0 commit comments

Comments
 (0)