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
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