Skip to content

Commit

Permalink
Remove libp2p keypair generation from the Node operator requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Jun 3, 2024
1 parent 644cf73 commit 3e63b4f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/node-operators/requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path-to-the-key-file>
```
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)

0 comments on commit 3e63b4f

Please sign in to comment.