diff --git a/docs/node-operators/block-producer-node/connecting-to-the-network.mdx b/docs/node-operators/block-producer-node/connecting-to-the-network.mdx index 4e650c6a8..8b19f0a99 100644 --- a/docs/node-operators/block-producer-node/connecting-to-the-network.mdx +++ b/docs/node-operators/block-producer-node/connecting-to-the-network.mdx @@ -36,10 +36,6 @@ The first step to connecting to Mainnet is to install the latest daemon version. To install the latest [Mainnet **Stable** Release 3.0.0](https://github.com/MinaProtocol/mina/releases/tag/3.0.0), use the [Installation](/node-operators/block-producer-node/getting-started#installation) steps for your environment. -:::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. -::: - ## Start a standalone mina node **Note:** A known issue exists with the Hetzner hosting provider. If you are using Hetzner, follow the [Networking troubleshooting](/node-operators/troubleshooting#my-hosting-provider-is-warning-me-abuse-message-netscan-detected) guidance before you start a node. diff --git a/docs/node-operators/requirements.mdx b/docs/node-operators/requirements.mdx index 61ed77dc4..4489e6bb1 100644 --- a/docs/node-operators/requirements.mdx +++ b/docs/node-operators/requirements.mdx @@ -26,6 +26,15 @@ Please note the following are the hardware requirements for each node type after ## Mina Daemon Requirements +### Installation + +:::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:** diff --git a/docs/welcome.mdx b/docs/welcome.mdx index 89c3a65ca..850bd6e1a 100644 --- a/docs/welcome.mdx +++ b/docs/welcome.mdx @@ -11,9 +11,12 @@ import HomepageFeatures from "@site/src/components/features/HomepageFeatures"; :::caution Berkeley Mainnet release has landed -Please make sure to upgrade your mina nodes to **3.0.0** ([Release notes](https://github.com/MinaProtocol/mina/releases/tag/3.0.0)) +Please make sure to upgrade your mina nodes to **3.0.0** ([Release notes](https://github.com/MinaProtocol/mina/releases/tag/3.0.0)) +[See instructions on how to upgrade your Mina node](/node-operators/requirements) -[See instructions to upgrade your Mina node](/node-operators/requirements) +**Note**: +Non-seed nodes will remain in `Bootstrap` status until such a point as block production begins at **`00:00UTC on June 5th`**. During this period of no block production, nodes will automatically **terminate after 25 minutes**, this is **expected behavior**. +Please ensure you have configured your nodes to [auto-restart](/node-operators/requirements#node-auto-restart) on crash to have them automatically try and reconnect. :::