This commit is contained in:
Łukasz Magiera 2023-07-13 10:13:35 +02:00
parent 85efa3ef51
commit f7d51da567

View File

@ -671,13 +671,13 @@
# env var: LOTUS_SEALING_TERMINATEBATCHWAIT # env var: LOTUS_SEALING_TERMINATEBATCHWAIT
#TerminateBatchWait = "5m0s" #TerminateBatchWait = "5m0s"
# SealWithSyntheticPoRep will reduce data holdings after PC1 by storing the precomputed responses # UseSyntheticPoRep will reduce the amout of data held on disk in the WaitSeed phase to 32GiB
# to any challenge. This proof's PC1 step uses a cheaper-to-compute algorithm for the responses, # at the cost of having to precompute the synthetic challenges.
# but still must do more computation during PC1 in order to create this oracle. # TODO: put estimated costs here
# #
# type: bool # type: bool
# env var: LOTUS_SEALING_SEALWITHSYNTHETICPOREP # env var: LOTUS_SEALING_USESYNTHETICPOREP
#SealWithSyntheticPoRep = false #UseSyntheticPoRep = false
[Storage] [Storage]