Configure a Mithril Signer
This guide will walk you through configuring a Mithril signer on your block producing node on the preproduction testnet.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"sudo apt-get install -y libssl-dev jq squid pkg-config build-essentialmkdir ~/preprodnet/bin/git
cd ~/preprodnet/bin/git
git clone https://github.com/input-output-hk/mithril.git
cd ~/preprodnet/bin/git/mithrilgit checkout 2408.0cd ~/preprodnet/bin/git/mithril/mithril-signer
make test

Last updated