Skip to content
Snippets Groups Projects
Commit 467aa395 authored by Moul's avatar Moul
Browse files

[mod] PoW: Raise to five zeros logs displaying matched challenge

Due to the increase of the common difficulty level, it makes sense to
increase the display of logs matched challenge to reduce amount of
generated logs in order to reduce the size of the log files.
This constant shouldn't to big otherwise small CPU smiths
wont get the hint that their node is forging.
parent fe055f94
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
export const ProverConstants = { export const ProverConstants = {
CORES_MAXIMUM_USE_IN_PARALLEL: 8, CORES_MAXIMUM_USE_IN_PARALLEL: 8,
MINIMAL_ZEROS_TO_SHOW_IN_LOGS: 4, MINIMAL_ZEROS_TO_SHOW_IN_LOGS: 5,
POW_MINIMAL_TO_SHOW: 2, POW_MINIMAL_TO_SHOW: 2,
DEFAULT_CPU: 0.6, DEFAULT_CPU: 0.6,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment