Skip to content

Commit

Permalink
Merge pull request #993 from o1-labs/feat/pre-genesis-timestamp
Browse files Browse the repository at this point in the history
A bit of updates (pre-genesis timestamp nodes state, caution regarding the mina-generate-keypair).
  • Loading branch information
shimkiv authored Jun 4, 2024
2 parents c1537e6 + 23df950 commit b2ec40a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 9 additions & 0 deletions docs/node-operators/requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down
7 changes: 5 additions & 2 deletions docs/welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

Expand Down

0 comments on commit b2ec40a

Please sign in to comment.