Skip to content

Commit b96e42c

Browse files
committed
docs: update UTxO-HD tools dev blog post
1 parent 090ca71 commit b96e42c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/website/blog/2025-06-16-client-cli-utxo-snapshot-converter-command.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors:
55
tags: [mithril client, cli, command, utxo-hd, conversion]
66
---
77

8+
**Update 2025/09/17**: The command has been promoted to `stable` and is now available without the `--unstable` flag.
9+
810
### Introducing the UTXO-HD ledger state snapshot converter command in the Mithril client CLI
911

1012
With the release of the new [2524](https://github.com/input-output-hk/mithril/releases/tag/2524.0) distribution, the **tools** command has been added to the **Mithril client CLI**.
@@ -22,15 +24,14 @@ It operates using the `snapshot-converter` binary included with the Cardano node
2224
Usage:
2325

2426
```bash
25-
mithril-client --unstable tools utxo-hd snapshot-converter --db-directory $DB_DIRECTORY --cardano-node-version 10.1.4 --utxo-hd-flavor $UTXO_HD_FLAVOR --cardano-network $CARDANO_NETWORK
27+
mithril-client tools utxo-hd snapshot-converter --db-directory $DB_DIRECTORY --cardano-node-version 10.1.4 --utxo-hd-flavor $UTXO_HD_FLAVOR
2628
```
2729

2830
Parameters:
2931

3032
- `--db-directory`: path to the Cardano database directory
3133
- `--cardano-node-version`: version used to download the `snapshot-converter` binary (specific version, eg, `10.1.4`, `latest`, or `prerelease`)
3234
- `--utxo-hd-flavor`: target UTXO-HD flavor (`LMDB` or `Legacy`)
33-
- `--cardano-network`: Cardano network (`preview`, `preprod` or `mainnet`).
3435

3536
The 'Bootstrap a Cardano node' guide now includes a new optional [step](https://mithril.network/doc/manual/getting-started/bootstrap-cardano-node#step-5-optional-convert-the-ledger-state-snapshot-to-another-flavor) that describes how to use the command.
3637

0 commit comments

Comments
 (0)