mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
Clarification in readme
Some people thought that fast and light mode were different algorithms.
This commit is contained in:
parent
d6858e4fd4
commit
3322acd944
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ RandomX can operate in two main modes with different memory requirements:
|
||||||
* **Fast mode** - requires 2080 MiB of shared memory.
|
* **Fast mode** - requires 2080 MiB of shared memory.
|
||||||
* **Light mode** - requires only 256 MiB of shared memory, but runs significantly slower
|
* **Light mode** - requires only 256 MiB of shared memory, but runs significantly slower
|
||||||
|
|
||||||
|
Both modes are interchangeable as they give the same results. The fast mode is suitable for mining, while the light mode is expected to be used only for proof verification.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Full specification is available in [specs.md](doc/specs.md).
|
Full specification is available in [specs.md](doc/specs.md).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue