diff --git a/docs/networks/mainnet/running-a-node.md b/docs/networks/mainnet/running-a-node.md index 58262a51c1..a885ca8f74 100644 --- a/docs/networks/mainnet/running-a-node.md +++ b/docs/networks/mainnet/running-a-node.md @@ -6,6 +6,10 @@ description: 'Run a Mainnet LUKSO node with one of the three options: Dappnode, import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +import BookIcon from '../../../static/img/icons/book.svg' +import DiscordIcon from '../../../static/img/icons/discord.svg' +import GithubIcon from '../../../static/img/icons/github.svg' +import protocolGuildIcon from '../../../static/img/icons/protocol-guild.png' :::success Node operators mailing list @@ -43,20 +47,112 @@ The LUKSO network currently supports the following clients versions: **Execution Clients** -| Client | Version | Release | -| ---------- | ------- | --------------------------------------------------------------- | -| Geth | v1.14.7 | https://github.com/ethereum/go-ethereum/releases/tag/v1.14.7 | -| Erigon | v2.60.4 | https://github.com/ledgerwatch/erigon/releases/tag/v2.60.4 | -| Nethermind | v1.27.0 | https://github.com/NethermindEth/nethermind/releases/tag/1.27.0 | -| Besu | v24.7.0 | https://github.com/hyperledger/besu/releases/tag/24.7.0 | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ClientVersionGithubDocsChatStatusSupportLanguageDonate
Gethv1.14.7StableLinux, Win, macOS, ARMGolang
Erigonv2.60.4Alpha & BetaLinux, Win, macOS, ARMGolang
Besuv24.7.0StableLinux, Win, macOSJava
Nethermindv1.27.0StableLinux, Win, macOS, ARMC#
**Consensus Clients** -| Client | Version | Release | -| ---------- | ------- | ---------------------------------------------------------- | -| Prysm | v5.0.4 | https://github.com/prysmaticlabs/prysm/releases/tag/v5.0.4 | -| Lighthouse | v5.2.1 | https://github.com/sigp/lighthouse/releases/tag/v5.2.1 | -| Teku | v24.6.1 | https://github.com/Consensys/teku/releases/tag/24.6.1 | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ClientVersionGithubDocsChatStatusSupportLanguageDonate
Prysmv5.0.4StableLinux, Win, macOS, ARMGolang
Lighthousev5.2.1StableLinux, Win, macOS, ARMRust
Tekuv24.6.1StableLinux, Win, macOSJava
:::info diff --git a/static/img/icons/book.svg b/static/img/icons/book.svg new file mode 100644 index 0000000000..b5f39b308f --- /dev/null +++ b/static/img/icons/book.svg @@ -0,0 +1 @@ + diff --git a/static/img/icons/discord.svg b/static/img/icons/discord.svg new file mode 100644 index 0000000000..120ff0a208 --- /dev/null +++ b/static/img/icons/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/icons/github.svg b/static/img/icons/github.svg new file mode 100644 index 0000000000..ccb7cf8e06 --- /dev/null +++ b/static/img/icons/github.svg @@ -0,0 +1 @@ + diff --git a/static/img/icons/protocol-guild.png b/static/img/icons/protocol-guild.png new file mode 100644 index 0000000000..558b6b0388 Binary files /dev/null and b/static/img/icons/protocol-guild.png differ