From 3e63b4fe571757b0751066dd3c80fb755cf6423b Mon Sep 17 00:00:00 2001 From: Serhii Shymkiv Date: Mon, 3 Jun 2024 19:18:35 +0300 Subject: [PATCH] Remove libp2p keypair generation from the Node operator requirements. --- docs/node-operators/requirements.mdx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/node-operators/requirements.mdx b/docs/node-operators/requirements.mdx index a783a739f..5a399821a 100644 --- a/docs/node-operators/requirements.mdx +++ b/docs/node-operators/requirements.mdx @@ -39,15 +39,6 @@ Mina uses by default the port `8302` which is the default libp2p port. You can use a different port by setting the `--external-port` flag. -### Generation of libp2p keypair​ - -Each node within the network must possess its own distinct libp2p key pair. Although the same libp2p keys can be reused from before the upgrade, if you need to manually generate new libp2p keys, use the following command: - -``` -mina libp2p generate-keypair -privkey-path -``` -Further information on [generating key pairs](/node-operators/generating-a-keypair) on Mina Protocol. - ### Node Auto-restart Ensure your nodes are set to restart automatically after a crash. For guidance, refer to the [auto-restart instructions](/node-operators/block-producer-node/connecting-to-the-network#start-a-mina-node-with-auto-restart-flows-using-systemd)