From 09190a32156402edeeedf5f46e0c184a653b73cd Mon Sep 17 00:00:00 2001 From: paolino Date: Mon, 15 Jul 2024 08:40:39 +0000 Subject: [PATCH] Add note about preprod snapshots in the README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1f918600b59..f88c209e619 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,18 @@ On `mainnet`, the Minimum System Requirements for a `cardano-node` are high: - 200GB of disk space (for the history of blocks) - 24GB of RAM (for the current UTxO set) +### Running on preprod + +Preprod network is broken for node 9.0.0 at some block in the past. +One way to overcome that limitation is to download a snapshot that used an old version node (1.35.2) +to trespass that point. +Use `snpashot.sh` to download the snapshot. + +```bash +cd run/preprod/docker +./snapshot.sh +./run.sh sync +``` ## Obtaining `cardano-wallet`