diff --git a/docs/networks/mainnet/running-a-node.md b/docs/networks/mainnet/running-a-node.md index e22c2b69e..21963c236 100644 --- a/docs/networks/mainnet/running-a-node.md +++ b/docs/networks/mainnet/running-a-node.md @@ -61,7 +61,7 @@ The LUKSO network currently supports the following clients versions: Geth - v1.14.7 + v1.14.12 @@ -76,7 +76,7 @@ The LUKSO network currently supports the following clients versions: - Alpha & Beta + Stable Linux, Win, macOS, ARM Golang @@ -121,7 +121,7 @@ The LUKSO network currently supports the following clients versions: Prysm - v5.0.4 + v5.1.2 @@ -152,14 +152,19 @@ The LUKSO network currently supports the following clients versions: Java + + Nimbus + v24.10.0 + + + + Stable + Linux, Win, macOS + Nim + + -:::info - -In preparation for the [upcoming Dencun fork](https://luksovalidators.substack.com/p/preparing-for-the-dencun-fork) on LUKSO, we **highly recommend** node operators to [update their clients and network configurations](../advanced-guides/update-clients.md). - -::: - :::caution Running newer versions of the clients can potentially lead to validation issues, loss of funds, or even a validator slash. @@ -268,6 +273,12 @@ The synchronization process will take multiple hours for the node to finalize. ::: +:::caution Lighthouse Sync + +Starting from the current version of the Lighthouse client software, it is mandatory to use checkpoint sync for initializing a fresh node. Without this, the node will fail to start and log the following error message: Syncing from genesis is insecure and incompatible with data availability checks. You should instead perform a checkpoint sync from a trusted node using the --checkpoint-sync-url option: `lukso start --checkpoint-sync` or use additional flag to force regular Lighthouse sync: `lukso start --lighthouse-allow-insecure-genesis-sync` + +::: + ```sh lukso start ``` diff --git a/docs/networks/testnet/running-a-node.md b/docs/networks/testnet/running-a-node.md index becbf8829..d180cac70 100644 --- a/docs/networks/testnet/running-a-node.md +++ b/docs/networks/testnet/running-a-node.md @@ -12,12 +12,6 @@ Running a testnet node is very similar to running a mainnet node. Therefore, we ::: -:::info - -In preparation for the [upcoming Dencun fork](https://luksovalidators.substack.com/p/preparing-for-the-dencun-fork) on LUKSO, we **highly recommend** node operators to [update their clients and network configurations](../advanced-guides/update-clients.md) based on the [latest supported clients](../mainnet/running-a-node.md#supported-clients-versions). - -::: - ## Starting a Node To start your clients and contribute to the LUKSO testnet network, you have 3 options.