nano-pow 0.0.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,6 +30,8 @@ const workGpu = await NanoPowGpu.search(hash, threshold)
|
|
|
30
30
|
const workGl = await NanoPowGl.search(hash, threshold)
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
+
You may also embed it in the global namespace by targeting `dist/global.min.js`
|
|
34
|
+
|
|
33
35
|
## Notes
|
|
34
36
|
The `work` field in a Nano transaction block contains an 8-byte nonce that
|
|
35
37
|
satisfies the following equation:
|