You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prover takes over 2 Gb of memory, which is wasted if the prover isn't being used.
The prover is needed for SNARK work and block production. We could start the prover when it's needed for those purposes.
There are command-line flags that indicate a daemon will be producing blocks (--block-producer-key) or running as a SNARK worker (--run-snark-worker), in which case the prover can be started with the daemon.
There is also a flag set-snark-worker to mina client, so the prover could be started when that's run.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The prover takes over 2 Gb of memory, which is wasted if the prover isn't being used.
The prover is needed for SNARK work and block production. We could start the prover when it's needed for those purposes.
There are command-line flags that indicate a daemon will be producing blocks (
--block-producer-key
) or running as a SNARK worker (--run-snark-worker
), in which case the prover can be started with the daemon.There is also a flag
set-snark-worker
tomina client
, so the prover could be started when that's run.Consider:
Beta Was this translation helpful? Give feedback.
All reactions