Skip to content

Commit

Permalink
Documented kzg-trusted-setup CLI option (#1409)
Browse files Browse the repository at this point in the history
* Documented kzg-trusted-setup CLI option

Signed-off-by: Mike Sanko <mike.sanko@consensys.net>

* Updated Docusaurus

Signed-off-by: Mike Sanko <mike.sanko@consensys.net>

* Edits that got removed were re-added

Signed-off-by: Mike Sanko <mike.sanko@consensys.net>

* 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 <mike.sanko@consensys.net>

---------

Signed-off-by: Mike Sanko <mike.sanko@consensys.net>
Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>
  • Loading branch information
mjsmike62 and alexandratran committed Oct 13, 2023
1 parent d703827 commit 306ff02
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/public-networks/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

<!--tabs-->

# Syntax

```bash
--kzg-trusted-setup=<PATH>
```

# 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
```

<!--/tabs-->

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`

<!--tabs-->
Expand Down

0 comments on commit 306ff02

Please sign in to comment.