This PR adds to the files.md
:
- the
signet
subdirectory - the
ip_asn.map
file - some small improvements
This PR adds to the files.md
:
signet
subdirectoryip_asn.map
fileThe following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
ACK 00a3b45696fea7ad3a6c00b769ec6c2fc53c1b5c
Thanks for improving documentation!
25@@ -26,40 +26,42 @@ Linux | `$HOME/.bitcoin/`
26 macOS | `$HOME/Library/Application Support/Bitcoin/`
27 Windows | `%APPDATA%\Bitcoin\` <sup>[\[1\]](#note1)</sup>
28
29-2. The non-default data directory path can be specified by `-datadir` option.
30+2. The data directory path can be specified with `-datadir` option.
s/with/with the/
s/option/configuration option/
37-`-testnet` | *path_to_datadir*`/testnet3/`
38-`-regtest` | *path_to_datadir*`/regtest/`
39+Chain option | Data directory path
40+-------------------------------|------------------------------
41+`-chain=main` (by default) | *path_to_datadir*`/`
42+`-chain=signet` or `-signet` | *path_to_datadir*`/signet/`
46 ## Data directory layout
47
48 Subdirectory | File(s) | Description
49 -------------------|-----------------------|------------
50-`blocks/` | | Blocks directory; can be specified by `-blocksdir` option (except for `blocks/index/`)
51+`blocks/` | | Blocks directory. Path can be specified with `-blocksdir` option (except for `blocks/index/`)
s/. Path/; path/ (to avoid full sentence structure and need for EOL full stop)
s/with/by/ or /with/with the/
51+`blocks/` | | Blocks directory. Path can be specified with `-blocksdir` option (except for `blocks/index/`)
52 `blocks/index/` | LevelDB database | Block index; `-blocksdir` option does not affect this path
53 `blocks/` | `blkNNNNN.dat`<sup>[\[2\]](#note2)</sup> | Actual Bitcoin blocks (in network format, dumped in raw on disk, 128 MiB per file)
54 `blocks/` | `revNNNNN.dat`<sup>[\[2\]](#note2)</sup> | Block undo data (custom format)
55-`chainstate/` | LevelDB database | Blockchain state (a compact representation of all currently unspent transaction outputs and some metadata about the transactions they are from)
56+`chainstate/` | LevelDB database | Blockchain state (a compact representation of all currently unspent transaction outputs (UTXO) and some metadata about the transactions they are from)
36-no option (mainnet) | *path_to_datadir*`/`
37-`-testnet` | *path_to_datadir*`/testnet3/`
38-`-regtest` | *path_to_datadir*`/regtest/`
39+Chain option | Data directory path
40+-------------------------------|------------------------------
41+`-chain=main` (by default) | *path_to_datadir*`/`
Updated 00a3b45696fea7ad3a6c00b769ec6c2fc53c1b5c -> 756c9dcfa9e9b609ad7dd07c1e802c9f0a65c743 (pr20076.01 -> pr20076.02, diff):
25@@ -26,15 +26,16 @@ Linux | `$HOME/.bitcoin/`
26 macOS | `$HOME/Library/Application Support/Bitcoin/`
27 Windows | `%APPDATA%\Bitcoin\` <sup>[\[1\]](#note1)</sup>
28
29-2. The non-default data directory path can be specified by `-datadir` option.
30+2. The data directory path can be specified by `-datadir` option.
Since this is a full sentence, I guess it should have s/by/by the/.
Maybe
“A custom data directory path can be specified by the -datadir
option.”
or
“A non-default data directory path can be specified by the -datadir
option.”
Updated 756c9dcfa9e9b609ad7dd07c1e802c9f0a65c743 -> 8d1ab6c7330d79e4535c8fe0adbbc0df22c1e794 (pr20076.02 -> pr20076.03, diff):
ip_asn.map
file?
Everything looks good.
W.r.t asmap, maybe instead of (or in addition to) linking a wikipedia article we should link some asmap-related info? I couldn’t find a good webpage to link, so maybe just add “Experimental feature: see asmap-CLI and asmap-utility”
Added the `signet` subdirectory and the `ip_asn.map` file.
Updated 8d1ab6c7330d79e4535c8fe0adbbc0df22c1e794 -> 2dc79c4264d608ebe48c980f0ead54274ab3ee4f (pr20076.03 -> pr20076.04, diff). @naumenkogs
W.r.t asmap, maybe instead of (or in addition to) linking a wikipedia article we should link some asmap-related info? I couldn’t find a good webpage to link, so maybe just add “Experimental feature: see asmap-CLI and asmap-utility”
Reworked. I don’t think adding link to the feature description is the purpose of this file.
hebasto
DrahtBot
practicalswift
jonatack
promag
naumenkogs
decryp2kanon
MarcoFalke
Labels
Docs
Milestone
0.21.0