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/root/manual/developer-docs/nodes/mithril-aggregator.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
sidebar_position: 1
3
3
---
4
4
5
+
import NetworksMatrix from '../../../../shared/networks-matrix.md';
6
+
5
7
# Mithril Aggregator Node
6
8
7
9
:::info
@@ -18,15 +20,9 @@ This is the node of the **Mithril Network** responsible for collecting individua
18
20
19
21
:::
20
22
21
-
:::tip
22
-
23
-
The [Mithril test networks](../../../manual/developer-docs/references.md#mithril-networks) are:
24
-
25
-
*`preview`: Test network with magic id `2`, implemented on the IOG hosted Mithril Aggregator
26
-
*`preprod`: Test network with magic id `1`, not implemented yet on the IOG hosted Mithril Aggregator
27
-
*`testnet`: Legacy test network with magic id `1097911063`, used to be on the IOG hosted Mithril Aggregator, now deprecated
23
+
:::note Mithril Networks
28
24
29
-
In this documentation, we use the generic `**YOUR_TEST_NETWORK**` identifier, but you need to replace it with the identifier of the network that runs on your Cardano node
25
+
<NetworksMatrix />
30
26
31
27
:::
32
28
@@ -157,7 +153,7 @@ Run 'serve' command in release with a specific mode
157
153
Run 'serve' command in release with a custom configuration via env vars
Copy file name to clipboardExpand all lines: docs/root/manual/developer-docs/nodes/mithril-client.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
sidebar_position: 3
3
3
---
4
4
5
+
import NetworksMatrix from '../../../../shared/networks-matrix.md';
6
+
5
7
# Mithril Client Node
6
8
7
9
:::info
@@ -20,18 +22,13 @@ This is the node of the **Mithril Network** responsible for restoring the **Card
20
22
21
23
:::
22
24
23
-
:::tip
24
-
25
-
The [Mithril test networks](../../../manual/developer-docs/references.md#mithril-networks) are:
25
+
:::note Mithril Networks
26
26
27
-
*`preview`: Test network with magic id `2`, implemented on the IOG hosted Mithril Aggregator
28
-
*`preprod`: Test network with magic id `1`, not implemented yet on the IOG hosted Mithril Aggregator
29
-
*`testnet`: Legacy test network with magic id `1097911063`, used to be on the IOG hosted Mithril Aggregator, now deprecated
30
-
31
-
In this documentation, we use the generic `**YOUR_TEST_NETWORK**` identifier, but you need to replace it with the identifier of the network that runs on your Cardano node
@@ -223,6 +220,6 @@ Here is a list of the available parameters:
223
220
|`verbose`|`--verbose`|`-v`|`VERBOSE`| Verbosity level | - | Parsed from number of occurrences: `-v` for `Warning`, `-vv` for `Info`, `-vvv` for `Debug` and `-vvvv` for `Trace`|:heavy_check_mark:|
Copy file name to clipboardExpand all lines: docs/root/manual/developer-docs/nodes/mithril-signer.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
sidebar_position: 2
3
3
---
4
4
5
+
import NetworksMatrix from '../../../../shared/networks-matrix.md';
6
+
5
7
# Mithril Signer Node
6
8
7
9
:::info
@@ -20,15 +22,9 @@ This is the node of the **Mithril Network** responsible for producing individual
20
22
21
23
:::
22
24
23
-
:::tip
24
-
25
-
The [Mithril test networks](../../../manual/developer-docs/references.md#mithril-networks) are:
26
-
27
-
*`preview`: Test network with magic id `2`, implemented on the IOG hosted Mithril Aggregator
28
-
*`preprod`: Test network with magic id `1`, not implemented yet on the IOG hosted Mithril Aggregator
29
-
*`testnet`: Legacy test network with magic id `1097911063`, used to be on the IOG hosted Mithril Aggregator, now deprecated
25
+
:::note Mithril Networks
30
26
31
-
In this documentation, we use the generic `**YOUR_TEST_NETWORK**` identifier, but you need to replace it with the identifier of the network that runs on your Cardano node
27
+
<NetworksMatrix />
32
28
33
29
:::
34
30
@@ -142,7 +138,7 @@ Run in release with a specific mode
142
138
Run in release with a custom configuration via env vars
@@ -188,7 +184,7 @@ Here is a list of the available parameters:
188
184
`network_magic` | - | - | `NETWORK_MAGIC` | Cardano Network Magic number (for `testnet` and `devnet`) | - | `1097911063` or `42` | - |
189
185
| `party_id` | - | - | `PARTY_ID` | Party Id of the signer, usually the `Pool Id` of the SPO | - | `pool1pxaqe80sqpde7902er5kf6v0c7y0sv6d5g676766v2h829fvs3x` | - | Mandatory in `Pool Id Declaration Mode` where the owner is not verified (soon to be deprecated)
190
186
|`run_interval`| - | - |`RUN_INTERVAL`| Interval between two runtime cycles in ms | - |`60000`|:heavy_check_mark:|
|`data_stores_directory`| - | - |`DATA_STORES_DIRECTORY`| Directory to store signer data (Stakes, Protocol initializers, ...) | - |`./mithril-signer/stores`|:heavy_check_mark:|
193
189
|`store_retention_limit`| - | - |`STORE_RETENTION_LIMIT`| Maximum number of records in stores. If not set, no limit is set. | - | - | - |
194
190
|`kes_secret_key_path`| - | - |`KES_SECRET_KEY_PATH`| Path to the `Cardano KES Secret Key` file. Mandatory in `Pool Id Certification Mode` where the owner is verified (experimental, soon to be stable & preferred mode) | - | - | - |
Copy file name to clipboardExpand all lines: docs/root/manual/getting-started/bootstrap-cardano-node.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
sidebar_position: 1
3
3
---
4
4
5
+
import NetworksMatrix from '../../../shared/networks-matrix.md';
6
+
5
7
# Bootstrap a Cardano Node
6
8
7
9
:::info
@@ -10,15 +12,9 @@ Thanks to a **Mithril Client** connected to a **Mithril Aggregator**, you will r
10
12
11
13
:::
12
14
13
-
:::tip
14
-
15
-
The [Mithril test networks](../../manual/developer-docs/references.md#mithril-networks) are:
16
-
17
-
*`preview`: Test network with magic id `2`, implemented on the IOG hosted Mithril Aggregator
18
-
*`preprod`: Test network with magic id `1`, not implemented yet on the IOG hosted Mithril Aggregator
19
-
*`testnet`: Legacy test network with magic id `1097911063`, used to be on the IOG hosted Mithril Aggregator, now deprecated
15
+
:::note Mithril Networks
20
16
21
-
In this documentation, we use the generic `**YOUR_TEST_NETWORK**` identifier, but you need to replace it with the identifier of the network that runs on your Cardano node
17
+
<NetworksMatrix />
22
18
23
19
:::
24
20
@@ -120,13 +116,13 @@ If you want to dig deeper, you can get access to several level of logs from the
Copy file name to clipboardExpand all lines: docs/root/manual/getting-started/run-signer-node.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
sidebar_position: 2
3
3
---
4
4
5
+
import NetworksMatrix from '../../../shared/networks-matrix.md';
6
+
5
7
# Run a Mithril Signer node (SPO)
6
8
7
9
:::info
@@ -10,15 +12,9 @@ In this guide, you will learn how to setup a **Mithril Signer** on top of a **Ca
10
12
11
13
:::
12
14
13
-
:::tip
14
-
15
-
The [Mithril test networks](../../manual/developer-docs/references.md#mithril-networks) are:
16
-
17
-
*`preview`: Test network with magic id `2`, implemented on the IOG hosted Mithril Aggregator
18
-
*`preprod`: Test network with magic id `1`, not implemented yet on the IOG hosted Mithril Aggregator
19
-
*`testnet`: Legacy test network with magic id `1097911063`, used to be on the IOG hosted Mithril Aggregator, now deprecated
15
+
:::note Mithril Networks
20
16
21
-
In this documentation, we use the generic `**YOUR_TEST_NETWORK**` identifier, but you need to replace it with the identifier of the network that runs on your Cardano node
17
+
<NetworksMatrix />
22
18
23
19
:::
24
20
@@ -194,8 +190,8 @@ First create an env file that will be used by the service:
:warning: In this documentation, we use the generic:
15
+
*****YOUR_CARDANO_NETWORK**** identifier, but you need to replace it with the name of the network that runs on your Cardano node (e.g. `preprod`)
16
+
*****YOUR_AGGREGATOR_ENDPOINT**** identifier, but you need to replace it with the endpoint of an aggregator that runs on the Cardano network you target (e.g. `https://aggregator.release-preprod.api.mithril.network/aggregator`)
17
+
*****YOUR_GENESIS_VERIFICATION_KEY**** identifier, but you need to replace it with the genesis verification key url that runs on the Cardano network you target (e.g. `https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey`)
0 commit comments