Skip to content

Commit 1c5e316

Browse files
committed
README: fix a few really outdated bits
1 parent 20d7e3f commit 1c5e316

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

README.rst

+2-15
Original file line numberDiff line numberDiff line change
@@ -141,26 +141,15 @@ The general synopsis is as follows:
141141
Configuration
142142
====
143143

144-
The ``--config`` flag points to a ``.yaml`` file that is responsible to configuring the logging & other important settings for the node. E.g. see the Byron mainnet configuration in this
144+
The ``--config`` flag points to a ``.yaml`` (or a structurally equivalent ``.json``) file that is responsible to configuring the logging & other important settings for the node. E.g. see the Byron mainnet configuration in this
145145
`configuration.yaml <https://github.com/input-output-hk/cardano-node/blob/master/configuration/defaults/byron-mainnet/configuration.yaml>`_.
146+
146147
Some of the more important settings are as follows:
147148

148149
* ``Protocol: RealPBFT`` -- Protocol the node will execute
149150

150151
* ``RequiresNetworkMagic``: RequiresNoMagic -- Used to distinguish between mainnet (``RequiresNoMagic``) and testnets (``RequiresMagic``)
151152

152-
153-
Logging
154-
========
155-
156-
Logs are output to the ``logs/`` dir.
157-
158-
Profiling & statistics
159-
======================
160-
161-
Profiling data and RTS run stats are stored in the ``profile/`` dir.
162-
163-
Please see ``scripts/README.md`` for how to obtain profiling information using the scripts.
164153
Scripts
165154
=======
166155

@@ -451,8 +440,6 @@ Testing
451440

452441
Developers on ``cardano-node`` can `launch their own testnets <doc/getting-started/launching-a-testnet.md>`_ or `run the chairman tests <doc/getting-started/running-chairman-tests.md>`_ locally.
453442

454-
Chairman tests
455-
--------------
456443

457444
Debugging
458445
====

0 commit comments

Comments
 (0)