Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/nodes/cardano-db-sync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ git clone https://github.com/midnightntwrk/midnight-node-docker
cd midnight-node-docker
```

:::tip Fast Sync
To significantly reduce Cardano synchronization time (from days/hours to minutes), you can use the built-in Mithril Fast Sync script within the `midnight-node-docker` repository:
```bash
./restore-cardano-snapshot.sh
```
This is highly recommended for a faster setup. See the [repository README](https://github.com/midnightntwrk/midnight-node-docker#fast-sync-with-mithril-cardano) for details.
:::

## Configure Cardano-db-sync/ PostgreSQL

Cardano-db-sync and PostgreSQL services are described in `compose-partner-chains.yml`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ git clone https://github.com/midnightntwrk/midnight-node-docker
cd midnight-node-docker
```

:::tip Fast Sync
To significantly reduce Cardano synchronization time (from days/hours to minutes), you can use the built-in Mithril Fast Sync script within the `midnight-node-docker` repository:
```bash
./restore-cardano-snapshot.sh
```
This is highly recommended for a faster setup. See the [repository README](https://github.com/midnightntwrk/midnight-node-docker#fast-sync-with-mithril-cardano) for details.
:::

## Configure Cardano-db-sync/ PostgreSQL

Cardano-db-sync and PostgreSQL services are described in `compose-partner-chains.yml`.
Expand Down