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-signer-node.md
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,10 +99,12 @@ Note that this guide works on a Linux machine only.
99
99
:::
100
100
101
101
- To operate a **Cardano node** as a **stake pool**, you need:
102
+
102
103
- The pool's `operational certificate`
103
104
- The pool's `KES secret key`
104
105
105
106
- To access the file system of the **Cardano block producer** node for **production** deployment (or of the **Cardano relay** node for **naive** deployment), you will need the following permissions:
107
+
106
108
- Read rights on the `Database` folder (specified by the `--database-path` setting of the **Cardano node**)
107
109
- 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**)
- If you have already installed `Squid` via `apt` package manager, we recommend that you delete it before manually building it from source by running the following commands:
551
+
549
552
- `sudo systemctl stop squid`
550
553
- `sudo apt remove squid`
551
554
- `sudo apt autoremove`.
@@ -889,6 +892,53 @@ sudo service netfilter-persistent save
889
892
890
893
:::
891
894
895
+
## Setup the DMQ node (unstable)
896
+
897
+
:::caution
898
+
899
+
The DMQ node setup is currently **unstable** and not suitable for production use.
900
+
901
+
:::
902
+
903
+
The DMQ node supports the implementation of a **Decentralized Message Queue** (DMQ) forMithril. The DMQ protocol allows Mithril signers to exchange signaturesin a decentralized manner, enhancing the robustness and scalability of the Mithril networks. Once stabilized and deployed on a majority of SPOs on a Mithril network, the DMQ protocol will allow multiple aggregators to operate simultaneously, improving the overall availability of the Mithril protocol. The DMQ protocol is fully described in the [CIP-0137](https://cips.cardano.org/cip/CIP-0137).
904
+
905
+
### Download the pre-built binary
906
+
907
+
:::tip
908
+
909
+
You can use these parameters for the **pre-release-preview** network:
0 commit comments