mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-16 08:22:46 +00:00
348 B
348 B
Updated RPCs
- The
dumptxoutsetRPC now supports writing to a named pipe on UNIX-like systems (see mkfifo(1) and mkfifo(3) man pages). This allows the raw UTXO set data to be consumed directly by another process (e.g., thecontrib/utxo-tools/utxo_to_sqlite.pyconversion script) without first writing it to disk. (#31560)