Skip to content

Commit

Permalink
Add note about preprod snapshots in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Jul 15, 2024
1 parent fc5bdef commit 09190a3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 09190a3

Please sign in to comment.