modified: contrib/linearize/README.md
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s

This commit is contained in:
SikkieNL 2025-01-03 19:41:01 +01:00
parent 95894179a5
commit 207dacd908

View File

@ -27,8 +27,8 @@ output.
* "output_file" for bootstrap.dat or "output" for output directory for linearized blocks/blkNNNNN.dat output * "output_file" for bootstrap.dat or "output" for output directory for linearized blocks/blkNNNNN.dat output
Optional config file setting for linearize-data: Optional config file setting for linearize-data:
* "netmagic": network magic number (default is 'cee2caff', testnet) * "netmagic": network magic number (default is '536e6f77', testnet)
* "genesis": genesis block hash (default is '00000bafbc94add76cb75e2ec92894837288a481e5c005f6563d91623bf8bc2c', testnet) * "genesis": genesis block hash (default is '00000348738de1d1d9dbc9633d2ed265fd8ca626edd91ff63001a2c3b97927fe', testnet)
* "max_out_sz": maximum output file size (default 100 \* 1000 \* 1000) * "max_out_sz": maximum output file size (default 100 \* 1000 \* 1000)
* "split_timestamp": Split files when a new month is first seen, in addition to * "split_timestamp": Split files when a new month is first seen, in addition to
reaching a maximum file size. reaching a maximum file size.