You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/website/versioned_docs/version-maintained/manual/develop/nodes/mithril-aggregator.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -542,6 +542,7 @@ Here is a list of the available parameters for the serve command:
542
542
|`metrics_server_port`|`--metrics-server-port`| - |`METRICS_SERVER_PORT`| Metrics HTTP server listening port |`9090`| - | - |
543
543
|`persist_usage_report_interval_in_seconds`|| - |`PERSIST_USAGE_REPORT_INTERVAL_IN_SECONDS`| Duration in seconds between two recording of usage metrics |`10`|`5`| - |
|`aggregate_signature_type`| - | - |`AGGREGATE_SIGNATURE_TYPE`| Aggregate signature type used to create certificates |`Concatenation`| - |:heavy_check_mark:|
|`backend`|`--backend`|`-b`| - | Backend to use, either: `v1` (full database restoration only) or `v2` (default, full or partial database restoration) |`v2`| - | - |
576
+
|`epoch`|`--epoch`| - | - |[backend `v2` only] Epoch of the Cardano db snapshots to list, or `latest` for the latest artifact, or `latest-X` for the artifact of the latest epoch minus X | - | - | - |
577
+
|`run_mode`|`--run-mode`| - |`RUN_MODE`| Run Mode |`dev`| - | - |
You will see that the certificate chain is validated to ensure the issued certificate is genuine and then the selected snapshot archive is downloaded, unpacked and verified against the corresponding certificate.
586
586
587
587
```bash
588
-
1/5 - Checking local disk info…
589
-
2/5 - Fetching the certificate and verifying the certificate chain…
590
-
3/5 - Downloading and unpacking the Cardano db
591
-
4/5 - Computing the Cardano db message
592
-
5/5 - Verifying the cardano db signature…
593
-
Cardano db 'db5f50a060d4b813125c4263b700ecc96e5d8c8710f0430e5c80d2f0fa79b667' has been unpacked and successfully verified with Mithril.
588
+
1/7 - Checking local disk info…
589
+
2/7 - Fetching the certificate and verifying the certificate chain…
590
+
3/7 - Downloading and unpacking the cardano db snapshot
591
+
4/7 - Downloading and verifying digests…
592
+
5/7 - Verifying the cardano database
593
+
6/7 - Computing the cardano db snapshot message
594
+
7/7 - Verifying the cardano db signature…
595
+
Cardano database snapshot 'bfd6621886fe1d3810e1ffb5e366c1688f9cc2ac1ee6aa40eb99ab28f0cc1fd6' archives have been successfully unpacked. Immutable files have been successfully verified with Mithril.
594
596
595
-
Files in the directory '/home/mithril/data/testnet/db5f50a060d4b813125c4263b700ecc96e5d8c8710f0430e5c80d2f0fa79b667/db' can be used to run a Cardano node with version >= 10.5.1.
597
+
Files in the directory 'db' can be used to run a Cardano node with version >= 10.5.1.
596
598
597
599
If you are using Cardano Docker image, you can restore a Cardano Node with:
0 commit comments