From 306ff02497f93fc2403a41c92ddaafacc4d737ac Mon Sep 17 00:00:00 2001 From: Mike Sanko Date: Fri, 13 Oct 2023 14:24:58 -0400 Subject: [PATCH] Documented kzg-trusted-setup CLI option (#1409) * Documented kzg-trusted-setup CLI option Signed-off-by: Mike Sanko * Updated Docusaurus Signed-off-by: Mike Sanko * Edits that got removed were re-added Signed-off-by: Mike Sanko * Update docs/public-networks/reference/cli/options.md Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> Signed-off-by: Mike Sanko --------- Signed-off-by: Mike Sanko Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> --- docs/public-networks/reference/cli/options.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/docs/public-networks/reference/cli/options.md b/docs/public-networks/reference/cli/options.md index bd485e8679e..28b1023dd3e 100644 --- a/docs/public-networks/reference/cli/options.md +++ b/docs/public-networks/reference/cli/options.md @@ -1167,6 +1167,38 @@ The key-value storage to use. Use this option only if using a storage system pro For development use only, the `memory` option provides ephemeral storage for sync testing and debugging. +### `kzg-trusted-setup` + + + +# Syntax + +```bash +--kzg-trusted-setup= +``` + +# Example + +```bash +--kzg-trusted-setup=/etc/besu/kzg-trusted-setup.txt +``` + +# Environment variable + +```bash +BESU_KZG_TRUSTED_SETUP=/etc/besu/kzg-trusted-setup.txt +``` + +# Configuration file + +```bash +kzg-trusted-setup=/etc/besu/kzg-trusted-setup.txt +``` + + + +The path to the [C-KZG-4844](https://github.com/ethereum/c-kzg-4844) trusted setup file. Use this option to pass a custom setup file for custom networks or to override the default setup file for named networks. + ### `logging`