You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also create a file with the environment variables and pass it to the docker run command with `--env-file` flag. For example, create a file named `mainnet.env` with the following content:
Copy file name to clipboardExpand all lines: docs/node-operators/block-producer-node/connecting-to-the-network.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The first step to connecting to Mainnet is to install the latest daemon version.
34
34
35
35
### Ubuntu 20.04 and Debian 11
36
36
37
-
To install the latest [Mainnet **Stable** Release 3.1.0](https://github.com/MinaProtocol/mina/releases/tag/3.1.0), use the [Installation](/node-operators/block-producer-node/getting-started#installation) steps for your environment.
37
+
To install the latest [Mainnet **Stable** Release 3.3.0](https://github.com/MinaProtocol/mina/releases/tag/3.3.0), use the [Installation](/node-operators/block-producer-node/getting-started#installation) steps for your environment.
Copy file name to clipboardExpand all lines: docs/node-operators/data-and-history/rosetta.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ We recommend using Rosetta API if you are:
30
30
31
31
1.[Install Docker](https://www.docker.com/get-started) and check that your Docker configuration has at least 12 GB RAM (the recommended amount is 16 GB).
32
32
33
-
2. Use the official image `minaprotocol/mina-rosetta:3.1.0-ae112d3-focal-mainnet`, which is built in exactly this way by buildkite CI/CD.
33
+
2. Use the official image `minaprotocol/mina-rosetta:3.3.0-8c0c2e6-focal-mainnet`, which is built in exactly this way by buildkite CI/CD.
34
34
35
35
:::note
36
36
@@ -61,7 +61,7 @@ To run docker-start.sh and connect to the live Mainnet:
0 commit comments