Skip to content
Snippets Groups Projects
Commit 45757915 authored by Moul's avatar Moul Committed by Benoit Lavenier
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 ad15e965
No related branches found
No related tags found
No related merge requests found
Pipeline #32397 failed
......@@ -14,7 +14,7 @@
export const ProverConstants = {
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,
DEFAULT_CPU: 0.6,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment