mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-13 11:35:20 +01:00
8 lines
294 B
Markdown
8 lines
294 B
Markdown
|
Tools and Utilities
|
||
|
-------------------
|
||
|
|
||
|
- A new tool [`utxo_to_sqlite.py`](/contrib/utxo-tools/utxo_to_sqlite.py)
|
||
|
converts a compact-serialized UTXO snapshot (as created with the
|
||
|
`dumptxoutset` RPC) to a SQLite3 database. Refer to the script's `--help`
|
||
|
output for more details. (#27432)
|