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
- Vim
- Nano
cd <lukso-working-directory>/configs/<network>
vim geth/geth.toml
cd <lukso-working-directory>/configs/<network>
nano geth/geth.toml
Date | Action | Property | Commit |
---|---|---|---|
15 Mar 2024 | updated | GasPrice = 1000000000 | #132 |
4 Oct 2024 | updated | GasPrice = 1000000 | #143 |
Besu File
- Vim
- Nano
cd <lukso-working-directory>/configs/<network>
vim besu/besu.toml
cd <lukso-working-directory>/configs/<network>
nano besu/besu.toml
Date | Action | Property | Commit |
---|---|---|---|
4 Oct 2024 | updated | 'min-gas-price' = 1000 | #143 |
Erigon File
- Vim
- Nano
cd <lukso-working-directory>/configs/<network>
vim erigon/erigon.toml
cd <lukso-working-directory>/configs/<network>
nano erigon/erigon.toml
Date | Action | Property | Commit |
---|---|---|---|
21 Jun 2023 | removed | "externalcl" = true | #115 |
21 Jun 2023 | added | "snapshots" = false | #115 |
21 Jun 2023 | added | "prune" = "htc" | #115 |
5 Jul 2023 | added | "private.api.addr" = "127.0.0.1:9098" | #118 |
27 Dec 2023 | added | "db.size.limit" = "8TB" | #129 |
17 Jul 2024 | added | "maxpeers" = 100 | #138 |
Lighthouse File
- Vim
- Nano
cd <lukso-working-directory>/configs/<network>
vim lighthouse/lighthouse.toml
cd <lukso-working-directory>/configs/<network>
nano lighthouse/lighthouse.toml
Date | Action | Property | Commit |
---|---|---|---|
21 Jun 2023 | removed | http-address = "0.0.0.0" | #116 |
21 Jun 2023 | removed | metrics-address = "0.0.0.0" | #116 |
21 Jun 2023 | removed | metrics-allow-origin = "\*" | #116 |
21 Jun 2023 | added | metrics = true | #116 |
21 Jun 2023 | added | metrics-port=5057 | #116 |
Prysm File
- Vim
- Nano
cd <lukso-working-directory>/configs/<network>
vim prysm/prysm.yaml
cd <lukso-working-directory>/configs/<network>
nano prysm/prysm.yaml
Date | Action | Property | Commit |
---|---|---|---|
19 Sep 2023 | removed | p2p-host-ip: '0.0.0.0' | #112 |
1 Mar 2024 | updated | min-sync-peers: 1 | #131 |
1 Mar 2024 | updated | minimum-peers-per-subnet: 1 | #131 |
1 Mar 2024 | removed | block-batch-limit: 512 | #131 |
1 Mar 2024 | removed | block-batch-limit-burst-factor: 10 | #131 |
3 Jul 2023 | added | contract-deployment-block: 0 | #117 |
30 Aug 2024 | removed | subscribe-all-subnets: true | #135 |
17 Jul 2024 | added | p2p-max-peers: 70 | #138 |
Teku File
- Vim
- Nano
cd <lukso-working-directory>/configs/<network>
vim teku/config.yaml
cd <lukso-working-directory>/configs/<network>
nano teku/config.yaml
Date | Action | Property | Commit |
---|---|---|---|
22 Sep 2023 | added | MIN_EPOCHS_FOR_BLOCK_REQUESTS: 33024 | #128 |
21 Mar 2024 | added | MAX_PER_EPOCH_ACTIVATION_CHURN_LIMIT: 8 | #134 |
2 Oct 2024 | updated | DENEB_FORK_EPOCH: 123075 | #142 |
2 Oct 2024 | added | MAX_PER_EPOCH_ACTIVATION_CHURN_LIMIT: 8 | #142 |
2 Oct 2024 | added | MAX_REQUEST_BLOCKS_DENEB: 128 | #142 |
2 Oct 2024 | added | MAX_REQUEST_BLOB_SIDECARS: 768 | #142 |
2 Oct 2024 | added | MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS: 4096 | #142 |
2 Oct 2024 | added | BLOB_SIDECAR_SUBNET_COUNT: 6 | #142 |
6 Feb 2025 | added | MAX_BLOBS_PER_BLOCK: 6 | #146 |