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
Addressing security concerns with the Mithril software setup outlined in issue 1586.
What
A quick setup guide for Mithril supporting multiple pools on a single isolated relay server.
OS: Ubuntu 22.04
(0) Configure and sync a Cardano mainnet relay in the folder /home/ubuntu/relay/ with database path /home/ubuntu/relay/db and socket path /home/ubuntu/relay/db/socket. Setup cardano-cli v8.9.0 in /home/ubuntu/.local/bin/cardano-cli. Copy kes.skey and node.cert to the folder /home/ubuntu/relay/1/.
Why
Addressing security concerns with the Mithril software setup outlined in issue 1586.
What
A quick setup guide for Mithril supporting multiple pools on a single isolated relay server.
OS: Ubuntu 22.04
(0) Configure and sync a Cardano mainnet relay in the folder
/home/ubuntu/relay/
with database path/home/ubuntu/relay/db
and socket path/home/ubuntu/relay/db/socket
. Setupcardano-cli v8.9.0
in/home/ubuntu/.local/bin/cardano-cli
. Copykes.skey
andnode.cert
to the folder/home/ubuntu/relay/1/
.(1) Install Mithril in
/opt/mithril/
(2) Create environment file
mithril-signer-1.env
for systemd in/opt/mithril/
.(3) Setup systemd for
mithril-signer-1.service
.(4) Verify Mithril registration and signature
Replace
pool17xextu09ghdfcmsq83whq0a45geg83jxe4qt94sevu087tzdzkl
with your pool id!(5) Repeat steps (2) and (3) for every additional pool.
(a) Copy
kes.skey
andnode.cert
to the folder/home/ubuntu/relay/2/
.(b) Create environment file
mithril-signer-2.env
for systemd in/opt/mithril/
.(c) Setup systemd for
mithril-signer-2.service
.(d) Verify Mithril registration and signature for every additional pool id.
The text was updated successfully, but these errors were encountered: