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
|**utxo-hd**| UTxO-HD related commands (e.g., converting a ledger state snapshot to another flavor) |
532
+
|**help**| Prints this message or the help for the given subcommand(s) |
533
+
526
534
## Configuration parameters
527
535
528
536
The configuration parameters can be set in either of the following ways:
@@ -670,3 +678,14 @@ Deprecated, use `cardano-db download` with option `--backend v2` instead
670
678
|`include_ancillary`|`--include-ancillary`| - | - | Include ancillary files in the download, if set the `ancillary_verification_key` is required in order to verify the ancillary files |`false`| - | - |
671
679
|`ancillary_verification_key`|`--ancillary-verification-key`| - |`ANCILLARY_VERIFICATION_KEY`| Ancillary verification key to verify the ancillary files | - | - | - |
672
680
|`allow_override`|`--allow-override`| - | - | Allow existing files in the download directory to be overridden |`false`| - | - |
681
+
682
+
`tools utxo-hd snapshot-converter` command:
683
+
684
+
| Parameter | Command line (long) | Command line (short) | Environment variable | Description | Default value | Example | Mandatory |
|`db_directory`|`--db-directory`| - | - | Path to the Cardano node database directory | - | - |:heavy_check_mark:|
687
+
|`cardano_node_version`|`--cardano-node-version`| - | - | Cardano node version of the Mithril signed snapshot (`latest` and `pre-release` are also supported to download the latest or pre-release distribution.) | - |`10.4.1`|:heavy_check_mark:|
0 commit comments