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: docs/website/root/manual/operate/run-aggregator-node.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,6 @@ Note that this guide works only on a Linux machine.
60
60
- Operate a **Cardano full node**
61
61
62
62
- To access the file system of the **Cardano full node**, you will need the following permissions:
63
-
64
63
- Read rights on the `Database` folder (specified by the `--database-path` setting of the **Cardano node**)
65
64
- Read and write rights on the `Inter Process Communication` file (typically defined by the `CARDANO_NODE_SOCKET_PATH` environment variable used to launch the **Cardano node**)
66
65
@@ -278,7 +277,6 @@ The configuration values for the `/opt/mithril/mithril-aggregator.env` file are
278
277
-`SIGNER_IMPORTER_RUN_INTERVAL`: Time interval at which the pools names and ticker in blockfrost will be imported (in minutes, default: `720`).
279
278
280
279
- The **Cardano database** configuration values are (only needed if supporting Cardano database certification):
281
-
282
280
-`DB_DIRECTORY`: Directory of the Cardano node database stores (same as the `--database-path` setting of the Cardano node)
283
281
-`DATA_STORES_DIRECTORY`: Directory where the aggregator will store its databases (eg, `/opt/mithril/stores`)
284
282
-`GOOGLE_APPLICATION_CREDENTIALS_JSON`: JSON content of the GCP service account credentials (required if using GCP for snapshot storage)
@@ -302,7 +300,6 @@ The configuration values for the `/opt/mithril/mithril-aggregator.env` file are
302
300
Here is an **example** set of values for **release-preprod** that will be used in this guide in the **tip** boxes to illustrate some commands:
@@ -1288,7 +1290,6 @@ If you want to make your follower aggregator publicly discoverable, you should:
1288
1290
1. **Ensure your aggregator is accessible via HTTPS** by setting up Traefik or another reverse proxy with a valid SSL certificate (as described in the [Set up the SSL certificate](#setup-the-ssl-certificate-traefik) section).
1289
1291
1290
1292
2. **Register your aggregator in the networks configuration**. You can do this by:
1291
-
1292
1293
- Opening an issue in the [Mithril GitHub repository](https://github.com/input-output-hk/mithril/issues)
1293
1294
- Or by creating a pull request that modifies the [`networks.json`](https://github.com/input-output-hk/mithril/blob/main/networks.json) file and updates the `aggregators` field in the Cardano network you are targeting.
0 commit comments