From e4b6e052aa1da4f226bd33e477445879eabd2c64 Mon Sep 17 00:00:00 2001
From: madlabman <10616301+madlabman@users.noreply.github.com>
Date: Mon, 22 Apr 2024 17:20:57 +0200
Subject: [PATCH] docs: few more corrections to README
---
README.md | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
index df6fdfec4..dd23db224 100644
--- a/README.md
+++ b/README.md
@@ -67,10 +67,10 @@ Oracle needs two weeks of archived data.
| Client | Tested | Notes |
|-------------------------------------------------|--------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| [Geth](https://geth.ethereum.org/) | ✅ | `--gcmode=archive`
`--syncmode=snap`
OR
`--gcmode=archive`
`--syncmode=full` |
-| [Nethermind](https://nethermind.io/) | | Not tested yet |
-| [Besu](https://besu.hyperledger.org/en/stable/) | ✅ | Use
`--rpc-max-logs-range=100000`
`--sync-mode=FULL`
`--data-storage-format="FOREST"`
`--pruning-enabled`
`--pruning-blocks-retained=100000`
params |
-| [Erigon](https://github.com/ledgerwatch/erigon) | ✅ | Use
`--prune=htc`
`--prune.h.before=100000`
`--prune.t.before=100000`
`--prune.c.before=100000`
params |
+| [Geth](https://geth.ethereum.org/) | 🟢 | `--gcmode=archive`
`--syncmode=snap`
OR
`--gcmode=archive`
`--syncmode=full` |
+| [Nethermind](https://nethermind.io/) | 🔴 | Not tested yet |
+| [Besu](https://besu.hyperledger.org/en/stable/) | 🟢 | Use
`--rpc-max-logs-range=100000`
`--sync-mode=FULL`
`--data-storage-format="FOREST"`
`--pruning-enabled`
`--pruning-blocks-retained=100000`
params |
+| [Erigon](https://github.com/ledgerwatch/erigon) | 🟢 | Use
`--prune=htc`
`--prune.h.before=100000`
`--prune.t.before=100000`
`--prune.c.before=100000`
params |
### Consensus Client Node
@@ -78,11 +78,11 @@ Also, to calculate some metrics for bunker mode Oracle needs [archive](https://e
| Client | Tested | Notes |
|---------------------------------------------------|--------|-------------------------------------------------------------------------------------------------------------------------------------------------|
-| [Lighthouse](https://lighthouse.sigmaprime.io/) | ✅ | Use `--reconstruct-historic-states` param |
-| [Lodestar](https://lodestar.chainsafe.io) | | Not tested yet |
-| [Nimbus](https://nimbus.team) | | Not tested yet |
-| [Prysm](https://github.com/prysmaticlabs/prysm) | ✅ | Use
`--grpc-max-msg-size=104857600`
`--enable-historical-state-representation=true`
`--slots-per-archive-point=1024`
params |
-| [Teku](https://docs.teku.consensys.net) | ✅ | Use
`--data-storage-mode=archive`
`--data-storage-archive-frequency=1024`
`--reconstruct-historic-states=true`
params |
+| [Lighthouse](https://lighthouse.sigmaprime.io/) | 🟢 | Use `--reconstruct-historic-states` param |
+| [Lodestar](https://lodestar.chainsafe.io) | 🔴 | Not tested yet |
+| [Nimbus](https://nimbus.team) | 🔴 | Not tested yet |
+| [Prysm](https://github.com/prysmaticlabs/prysm) | 🟢 | Use
`--grpc-max-msg-size=104857600`
`--enable-historical-state-representation=true`
`--slots-per-archive-point=1024`
params |
+| [Teku](https://docs.teku.consensys.net) | 🟢 | Use
`--data-storage-mode=archive`
`--data-storage-archive-frequency=1024`
`--reconstruct-historic-states=true`
params |
### Keys API Service
@@ -193,10 +193,6 @@ In manual mode all sleeps are disabled and `ALLOW_REPORTING_IN_BUNKER_MODE` is T
> LIDO_LOCATOR_ADDRESS=0xC1d0b3DE6792Bf6b4b37EccdcC24e45978Cfd2Eb
> ALLOW_REPORTING_IN_BUNKER_MODE=False
-### Goerli variables
-> LIDO_LOCATOR_ADDRESS=0x1eDf09b5023DC86737b59dE68a8130De878984f5
-> ALLOW_REPORTING_IN_BUNKER_MODE=True
-
### Alerts
A few basic alerts, which can be configured in the [Prometheus Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/).