From f7d51da56772c022aaffbf94f3a3926ada7d3efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Thu, 13 Jul 2023 10:13:35 +0200 Subject: [PATCH] docsgen --- documentation/en/default-lotus-miner-config.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/en/default-lotus-miner-config.toml b/documentation/en/default-lotus-miner-config.toml index c32cd30ad..617844896 100644 --- a/documentation/en/default-lotus-miner-config.toml +++ b/documentation/en/default-lotus-miner-config.toml @@ -671,13 +671,13 @@ # env var: LOTUS_SEALING_TERMINATEBATCHWAIT #TerminateBatchWait = "5m0s" - # SealWithSyntheticPoRep will reduce data holdings after PC1 by storing the precomputed responses - # to any challenge. This proof's PC1 step uses a cheaper-to-compute algorithm for the responses, - # but still must do more computation during PC1 in order to create this oracle. + # UseSyntheticPoRep will reduce the amout of data held on disk in the WaitSeed phase to 32GiB + # at the cost of having to precompute the synthetic challenges. + # TODO: put estimated costs here # # type: bool - # env var: LOTUS_SEALING_SEALWITHSYNTHETICPOREP - #SealWithSyntheticPoRep = false + # env var: LOTUS_SEALING_USESYNTHETICPOREP + #UseSyntheticPoRep = false [Storage]