Skip to main content

Configuration Updates

This page lists changes introduced to the LUKSO Mainnet Network Configuration Files since Genesis Launch on 23 May 2023.

tip

Client-specific blockchain configurations can be updated on a node setup by:

  • 🎨 DAppNode: Reinstalling both execution and consensus clients, as their configuration is only fetched during setup.
  • 👾 LUKSO CLI: Updating files manually, as lukso update configs only affects shared, cross-client configurations.
  • 🐳 Docker: Updating the client's docker_compose.yml files for the container configuration.
  • 🗂️ Custom: Redownloading the network configuration or updating files manually.
info

The page was last updated on May 30, 2025.

Geth File

cd <lukso-working-directory>/configs/<network>
vim geth/geth.toml
DateActionPropertyCommit
15 Mar 2024updatedGasPrice = 1000000000#132
4 Oct 2024updatedGasPrice = 1000000#143

Besu File

cd <lukso-working-directory>/configs/<network>
vim besu/besu.toml
DateActionPropertyCommit
4 Oct 2024updated'min-gas-price' = 1000#143

Erigon File

cd <lukso-working-directory>/configs/<network>
vim erigon/erigon.toml
DateActionPropertyCommit
21 Jun 2023removed"externalcl" = true#115
21 Jun 2023added"snapshots" = false#115
21 Jun 2023added"prune" = "htc"#115
5 Jul 2023added"private.api.addr" = "127.0.0.1:9098"#118
27 Dec 2023added"db.size.limit" = "8TB"#129
17 Jul 2024added"maxpeers" = 100#138

Lighthouse File

cd <lukso-working-directory>/configs/<network>
vim lighthouse/lighthouse.toml
DateActionPropertyCommit
21 Jun 2023removedhttp-address = "0.0.0.0"#116
21 Jun 2023removedmetrics-address = "0.0.0.0"#116
21 Jun 2023removedmetrics-allow-origin = "\*"#116
21 Jun 2023addedmetrics = true#116
21 Jun 2023addedmetrics-port=5057#116

Prysm File

cd <lukso-working-directory>/configs/<network>
vim prysm/prysm.yaml
DateActionPropertyCommit
19 Sep 2023removedp2p-host-ip: '0.0.0.0'#112
1 Mar 2024updatedmin-sync-peers: 1#131
1 Mar 2024updatedminimum-peers-per-subnet: 1#131
1 Mar 2024removedblock-batch-limit: 512#131
1 Mar 2024removedblock-batch-limit-burst-factor: 10#131
3 Jul 2023addedcontract-deployment-block: 0#117
30 Aug 2024removedsubscribe-all-subnets: true#135
17 Jul 2024addedp2p-max-peers: 70#138

Teku File

cd <lukso-working-directory>/configs/<network>
vim teku/config.yaml
DateActionPropertyCommit
22 Sep 2023addedMIN_EPOCHS_FOR_BLOCK_REQUESTS: 33024#128
21 Mar 2024addedMAX_PER_EPOCH_ACTIVATION_CHURN_LIMIT: 8#134
2 Oct 2024updatedDENEB_FORK_EPOCH: 123075#142
2 Oct 2024addedMAX_PER_EPOCH_ACTIVATION_CHURN_LIMIT: 8#142
2 Oct 2024addedMAX_REQUEST_BLOCKS_DENEB: 128#142
2 Oct 2024addedMAX_REQUEST_BLOB_SIDECARS: 768#142
2 Oct 2024addedMIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS: 4096#142
2 Oct 2024addedBLOB_SIDECAR_SUBNET_COUNT: 6#142
6 Feb 2025addedMAX_BLOBS_PER_BLOCK: 6#146