You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+2-15
Original file line number
Diff line number
Diff line change
@@ -141,26 +141,15 @@ The general synopsis is as follows:
141
141
Configuration
142
142
====
143
143
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
Some of the more important settings are as follows:
147
148
148
149
* ``Protocol: RealPBFT`` -- Protocol the node will execute
149
150
150
151
* ``RequiresNetworkMagic``: RequiresNoMagic -- Used to distinguish between mainnet (``RequiresNoMagic``) and testnets (``RequiresMagic``)
151
152
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.
164
153
Scripts
165
154
=======
166
155
@@ -451,8 +440,6 @@ Testing
451
440
452
441
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.
0 commit comments