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
|`cardano_node_socket_path`| - | - |`CARDANO_NODE_SOCKET_PATH`| Path of the socket used by the Cardano CLI tool to communicate with the Cardano node | - |`/tmp/cardano.sock`|:heavy_check_mark:|
501
+
|`cardano_node_socket_path`| - | - |`CARDANO_NODE_SOCKET_PATH`| Path of the socket used by the Cardano CLI tool to communicate with the Cardano node | - |`/ipc/node.socket`|:heavy_check_mark:|
502
502
|`config_directory`|`--config-directory`| - | - | Directory of the configuration file |`./config`| - | - |
503
503
|`data_stores_directory`| - | - |`data_stores_directory`| Directory to store aggregator databases | - |`./mithril-aggregator/stores`|:heavy_check_mark:|
504
504
|`db_directory`|`--db-directory`| - |`DB_DIRECTORY`| Directory of the **Cardano node** stores |`/db`| - |:heavy_check_mark:|
@@ -549,7 +549,7 @@ Here is a list of the available parameters for the serve command:
|`genesis_secret_key`| - | - |`GENESIS_SECRET_KEY`| Genesis secret key, :warning: for test only | - | - |:heavy_check_mark:|
551
551
|`data_stores_directory`| - | - |`DATA_STORES_DIRECTORY`| Directory to store aggregator databases | - |`./mithril-aggregator/stores`|:heavy_check_mark:|
552
-
|`cardano_node_socket_path`| - | - |`CARDANO_NODE_SOCKET_PATH`| Path of the socket used by the Cardano CLI tool to communicate with the Cardano node | - |`/tmp/cardano.sock`|:heavy_check_mark:|
552
+
|`cardano_node_socket_path`| - | - |`CARDANO_NODE_SOCKET_PATH`| Path of the socket used by the Cardano CLI tool to communicate with the Cardano node | - |`/ipc/node.socket`|:heavy_check_mark:|
|`chain_observer_type`| - | - |`CHAIN_OBSERVER_TYPE`| Chain observer type that can be `cardano-cli`, `pallas` or `fake`. |`pallas`| - |:heavy_check_mark:|
555
555
|`network`| - | - |`NETWORK`| Cardano network | - |`testnet` or `mainnet` or `devnet`|:heavy_check_mark:|
@@ -561,7 +561,7 @@ Here is a list of the available parameters for the serve command:
|`target_path`|`--target-path`| - | - | Path of the file to export the payload to. | - | - |:heavy_check_mark:|
563
563
|`data_stores_directory`| - | - |`DATA_STORES_DIRECTORY`| Directory to store aggregator databases | - |`./mithril-aggregator/stores`|:heavy_check_mark:|
564
-
|`cardano_node_socket_path`| - | - |`CARDANO_NODE_SOCKET_PATH`| Path of the socket used by the Cardano CLI tool to communicate with the Cardano node | - |`/tmp/cardano.sock`|:heavy_check_mark:|
564
+
|`cardano_node_socket_path`| - | - |`CARDANO_NODE_SOCKET_PATH`| Path of the socket used by the Cardano CLI tool to communicate with the Cardano node | - |`/ipc/node.socket`|:heavy_check_mark:|
|`chain_observer_type`| - | - |`CHAIN_OBSERVER_TYPE`| Chain observer type that can be `cardano-cli`, `pallas` or `fake`. |`pallas`| - |:heavy_check_mark:|
567
567
|`network`| - | - |`NETWORK`| Cardano network | - |`testnet` or `mainnet` or `devnet`|:heavy_check_mark:|
@@ -574,7 +574,7 @@ Here is a list of the available parameters for the serve command:
574
574
|`signed_payload_path`|`--signed-payload-path`| - | - | Path of the payload to import. | - | - |:heavy_check_mark:|
|`data_stores_directory`| - | - |`DATA_STORES_DIRECTORY`| Directory to store aggregator databases | - |`./mithril-aggregator/stores`|:heavy_check_mark:|
577
-
|`cardano_node_socket_path`| - | - |`CARDANO_NODE_SOCKET_PATH`| Path of the socket used by the Cardano CLI tool to communicate with the Cardano node | - |`/tmp/cardano.sock`|:heavy_check_mark:|
577
+
|`cardano_node_socket_path`| - | - |`CARDANO_NODE_SOCKET_PATH`| Path of the socket used by the Cardano CLI tool to communicate with the Cardano node | - |`/ipc/node.socket`|:heavy_check_mark:|
|`chain_observer_type`| - | - |`CHAIN_OBSERVER_TYPE`| Chain observer type that can be `cardano-cli`, `pallas` or `fake`. |`pallas`| - |:heavy_check_mark:|
580
580
|`network`| - | - |`NETWORK`| Cardano network | - |`testnet` or `mainnet` or `devnet`|:heavy_check_mark:|
Copy file name to clipboardExpand all lines: docs/website/root/manual/develop/nodes/mithril-signer.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ Here is a list of the available parameters:
236
236
|`verbose`|`--verbose`|`-v`|`VERBOSE`| Verbosity level | - | Parsed from the number of occurrences: `-v`for`Warning`, `-vv`for`Info`, `-vvv`for`Debug` and `-vvvv`for`Trace`| :heavy_check_mark: |
|`cardano_node_socket_path`| - | - |`CARDANO_NODE_SOCKET_PATH`| Path of the socket used by the Cardano CLI tool to communicate with the Cardano node | - |`/tmp/cardano.sock`| :heavy_check_mark: |
239
+
|`cardano_node_socket_path`| - | - |`CARDANO_NODE_SOCKET_PATH`| Path of the socket used by the Cardano CLI tool to communicate with the Cardano node | - |`/ipc/node.socket`| :heavy_check_mark: |
240
240
|`db_directory`|`--db-directory`| - |`DB_DIRECTORY`| Directory to snapshot from the **Cardano node**|`/db`| - | :heavy_check_mark: |
241
241
|`network`| - | - |`NETWORK`| Cardano network | - |`testnet` or `mainnet` or `devnet`| :heavy_check_mark: |
242
242
|`network_magic`| - | - |`NETWORK_MAGIC`| Cardano network magic number (for `testnet` and `devnet`) | - |`1097911063` or `42`| - |
0 commit comments