Skip to content

Commit

Permalink
Add 2nd warning to remove mina-generate-keypair
Browse files Browse the repository at this point in the history
  • Loading branch information
kaozenn committed Jun 4, 2024
1 parent c1537e6 commit aa27bbe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/node-operators/requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Please note the following are the hardware requirements for each node type after

## Mina Daemon Requirements

:::caution
If you have `mina-generate-keypair` installed, you will need to first `sudo apt remove mina-generate-keypair` before installing `mina-mainnet=3.0.0-93e0279`. The `mina-generate-keypair` binary is now installed as part of the mina-mainnet package.
:::

### IP and Port configuration

**IP:**
Expand All @@ -47,8 +51,8 @@ Ensure your nodes are set to restart automatically after a crash. For guidance,

### Generation of libp2p keypair

To ensure connectivity across the network, it is essential that all seed nodes start with the **same** `libp2p` keypair.
This consistency allows other nodes in the network to reliably connect.
To ensure connectivity across the network, it is essential that all seed nodes start with the **same** `libp2p` keypair.
This consistency allows other nodes in the network to reliably connect.
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:

```
Expand Down

0 comments on commit aa27bbe

Please sign in to comment.