Skip to content

Commit

Permalink
feat: add snapshot reference for mainnet (#47)
Browse files Browse the repository at this point in the history
Now that the `penumbra-1` chain has been upgraded to
`v0.81.0`, newly joining nodes will need to use a snapshot.
This was actually true as soon as that chain started running `v0.80.x`,
but we weren't previously pointing to snapshots in the docs.
  • Loading branch information
conorsch authored Dec 20, 2024
1 parent 1c604f8 commit b510206
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pages/node/pd/join-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ configs to a network data directory (by default, `~/.penumbra/network_data`).
If any data exists in the network data directory, this command will fail. See
the section above on resetting node state.

Finally, if the network you're joining has undergone a chain upgrade before,
you'll need to fetch historical blocks from an archive. Here's an example for
how to do that for the `penumbra-1` chain:

```shell
curl -O https://artifacts.plinfra.net/penumbra-1/penumbra-node-archive-latest.tar.gz
tar -xzf penumbra-node-archive-latest.tar.gz -C ~/.penumbra/network_data/node0/
```

### Running `pd` and `cometbft`

Copy the systemd service configs into place from the [project git repo](https://github.com/penumbra-zone/penumbra):
Expand Down

0 comments on commit b510206

Please sign in to comment.