From 4fa48bb41c812458b2a52c8060fd22c02f0640bf Mon Sep 17 00:00:00 2001 From: Aere Network Date: Sat, 15 Aug 2026 13:20:31 +0300 Subject: [PATCH] RUN-A-NODE: the genesis fingerprint in the table is the published file's real one The table carried the hash of an earlier derived export; the published file has been the fleet's byte-for-byte genesis since the registry-binding commit. The line-ending caveat is written next to it because that is exactly how the wrong hash survives review on a Windows checkout. --- RUN-A-NODE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RUN-A-NODE.md b/RUN-A-NODE.md index 4c04533..a9722b4 100644 --- a/RUN-A-NODE.md +++ b/RUN-A-NODE.md @@ -15,7 +15,7 @@ is a node nobody can sync from, and the bootnodes section says plainly how diali | What | Where | |---|---| -| `genesis.json` | The genesis file, byte for byte as it sits on the Foundation nodes. sha256 `6f56eacada94457c1aa325c878399989e344dcf1d763e2d3b479f9b068784ed1` | +| `genesis.json` | The genesis file, byte for byte as it sits on the Foundation nodes. sha256 `361709dccec4e9fc85be5aec33b30b58a55dc53424087d84c1ad11bd1d944c24` (of the published file with LF line endings, exactly as `curl` fetches it; a Windows checkout that converts line endings will hash differently) | | a bootnode enode | requested by mail for now; see the bootnodes section below | | `patches/`, `precompiles/` | The Besu fork, see `README.md`. Needed to sync past block 9,189,161 |