Releases: MinaProtocol/mina
Mainnet Stable Release 3.0.3.1
The o1Labs team is ready to announce that version 3.0.3.1
is now available for Mainnet.
This hotfix release fixes a crash in the transaction mempool that can be triggered by an edge-case in the handling of re-orgs. The crash is very rare, but it can cause nodes to restart, as such block producers are strongly encouraged to upgrade in order to avoid missing blocks due to these potential restarts.
If you run into any issues, please include Release: 3.0.3.1
in the name of any issues you create. Please report any issues you encounter here or join the discussion!
What has changed
Bug Fixes
- Fix a few bugs in revalidate (mini) #16401
Complete Changelog since 3.0.3:
Supported environments include macOS, Linux (Debian 11 and Ubuntu 20.04 LTS), and any host machine with Docker.
Upgrading & Connecting to Mainnet
Debian Packages:
Debian Repository: First, set up and update the stable
Debian Repository for your platform with the following commands:
sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/mina.list
sudo apt-get update
Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install --allow-downgrades -y mina-mainnet=3.0.3.1-cc59a03
Mina Archive: sudo apt-get install --allow-downgrades -y mina-archive=3.0.3.1-cc59a03
Mina Archive Schema: create_schema.sql
Config File: var/lib/coda/config_cc59a034.json
Docker Images:
Every docker image is built for each of the supported platforms, replace CODENAME
in the images below with your choice of focal
or bullseye
to select the base docker image.
Mina Daemon: minaprotocol/mina-daemon:3.0.3.1-cc59a03-CODENAME-mainnet
Mina Archive: minaprotocol/mina-archive:3.0.3.1-cc59a03-CODENAME
Mina Rosetta: uploading soon
Step by Step Guide:
Docker only Make sure to run with:
--peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
or add PEER_LIST_URL=https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
to your .mina-env
.
Run mina daemon with:
mina daemon --peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
Check out our documentation for complete instructions on using this version to connect to Mainnet.
If you are running the correct version on the correct network MAINNET, mina client status
will show:
Chain id: a7351abc7ddf2ea92d1b38cc8e636c271c1dfd2c081c637f62ebc2af34eb7cc1
Git SHA-1: cc59a034a9d942f9eb315986fbbde79e6834e423
Mainnet Beta Release 3.0.4-beta1
The o1Labs team is proud to announce that 3.0.4-beta1
is ready to test on Mainnet! This release includes some bug fixes, hashing performance enhancements as well as additional code cleanup & general improvements.
If you run into any issues, please include Release: 3.0.4-beta1
in the name of any issues you create. Please report any issues you encounter here or join the discussion!
What has changed
Improvements
- #16272: Improve lagrange retrieval performance & remove unsafes
- #16201: optimize memory consumption for verifier subprocess
- #16356: provide full runtime config to graphql
- #16207: Update proof systems commit to include safe lagrange basis
- #16274: LMDB storage
- #16304: Remove redundant fields from compile config type
- #16186: [Part 1 of 2] Constants loader and Config loader
- #16163: Explicitly declare missing daemon runtime configuration
- #16206: Work_selector: small cleanup
- #16145: Refactor transition router
Bug fixes
- #16261: Fix Lagrange basis performance regression
- #16285: Fix generator for transaction_pool tests
- #16055: Optimize the non-present zkapp uri hashing
- #16375: [Rosetta] use mina missing block guardian script instead of download missing blocks
- #16057: Small fix of zk rows for chunking
Complete Changelog since 3.0.3:
Supported environments include macOS, Linux (Debian 11 and Ubuntu 20.04 LTS), and any host machine with Docker.
Upgrading & Connecting to Mainnet
Debian Packages:
Debian Repository: First, set up and update the beta
Debian Repository for your platform with the following commands:
sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) beta" | sudo tee /etc/apt/sources.list.d/mina-beta.list
sudo apt-get update
Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install --allow-downgrades -y mina-mainnet=3.0.4-beta1-f01cf0b
Mina Archive: sudo apt-get install --allow-downgrades -y mina-archive=3.0.4-beta1-f01cf0b
Mina Archive Schema: create_schema.sql
Config File: var/lib/coda/config_f01cf0b5.json
Docker Images:
Every docker image is built for each of the supported platforms, replace CODENAME
in the images below with your choice of focal
or bullseye
to select the base docker image.
Mina Daemon: gcr.io/o1labs-192920/mina-daemon:3.0.4-beta1-f01cf0b-CODENAME-mainnet
Mina Archive: gcr.io/o1labs-192920/mina-archive:3.0.4-beta1-f01cf0b-CODENAME
Mina Rosetta: gcr.io/o1labs-192920/mina-rosetta:3.0.4-beta1-f01cf0b-CODENAME-mainnet
Step by Step Guide:
Docker only Make sure to run with:
--peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
or add PEER_LIST_URL=https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
to your .mina-env
.
Run mina daemon with:
mina daemon --peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
Check out our documentation for complete instructions on using this version to connect to Mainnet.
If you are running the correct version on the correct network MAINNET, mina client status
will show:
Chain id: a7351abc7ddf2ea92d1b38cc8e636c271c1dfd2c081c637f62ebc2af34eb7cc1
Git SHA-1: f01cf0b54cf2f4982a3fe7ee95f32a7b362f28bd
Devnet Pre-Release 3.0.4-alpha1
The o1Labs team is proud to announce that 3.0.4-alpha1
is ready to test on Devnet! This release includes some bug fixes, hashing performance enhancements as well as additional code cleanup & general improvements.
If you run into any issues, please include Release: 3.0.4-alpha1
in the name of any issues you create. Please report any issues you encounter here or join the discussion!
NOTE - There is a known issue with this release that results in additional information being printed via the CLI when using
mina client
commands. This has been identified and already fixed for the subsequent beta release, this does not effect the functionality or security of the node or the network.
What has changed
Improvements
- #16272: Improve lagrange retrieval performance & remove unsafes
- #16201: optimize memory consumption for verifier subprocess
- #16356: provide full runtime config to graphql
- #16207: Update proof systems commit to include safe lagrange basis
- #16274: LMDB storage
- #16304: Remove redundant fields from compile config type
- #16186: [Part 1 of 2] Constants loader and Config loader
- #16163: Explicitly declare missing daemon runtime configuration
- #16206: Work_selector: small cleanup
- #16145: Refactor transition router
Bug fixes
- #16261: Fix Lagrange basis performance regression
- #16285: Fix generator for transaction_pool tests
- #16055: Optimize the non-present zkapp uri hashing
- #16375: [Rosetta] use mina missing block guardian script instead of download missing blocks
- #16057: Small fix of zk rows for chunking
Complete Changelog since 3.0.3:
Supported environments include macOS, Linux (Debian 11 and Ubuntu 20.04 LTS), and any host machine with Docker.
Upgrading & Connecting to Devnet
Debian Packages:
Debian Repository: First, set up and update the alpha
Debian Repository for your platform with the following commands:
sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) alpha" | sudo tee /etc/apt/sources.list.d/mina-alpha.list
sudo apt-get update
Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install --allow-downgrades -y mina-devnet=3.0.4-alpha1-889607b
Mina Archive: sudo apt-get install --allow-downgrades -y mina-archive=3.0.4-alpha1-889607b
Mina Archive Schema: create_schema.sql
Config File: var/lib/coda/config_889607b9.json
Docker Images:
Every docker image is built for each of the supported platforms, replace CODENAME
in the images below with your choice of focal
or bullseye
to select the base docker image.
Mina Daemon: gcr.io/o1labs-192920/mina-daemon:3.0.4-alpha1-889607b-CODENAME-devnet
Mina Archive: gcr.io/o1labs-192920/mina-archive:3.0.4-alpha1-889607b-CODENAME
Mina Rosetta: gcr.io/o1labs-192920/mina-rosetta:3.0.4-alpha1-889607b-CODENAME-devnet
Step by Step Guide:
Docker only Make sure to run with:
-peer-list-url https://storage.googleapis.com/o1labs-gitops-infrastructure/devnet/seed-list-devnet.txt
or addPEER_LIST_URL=https://storage.googleapis.com/o1labs-gitops-infrastructure/devnet/seed-list-devnet.txt
to your.mina-env
.
Run mina daemon with:
mina daemon --peer-list-url https://storage.googleapis.com/o1labs-gitops-infrastructure/devnet/seed-list-devnet.txt
Check out our documentation for complete instructions on using this version to connect to Devnet.
If you are running the correct version on the correct network DEVNET, mina client status
will show:
Chain id: 29936104443aaf264a7f0192ac64b1c7173198c1ed404c1bcff5e562e05eb7f6
Git SHA-1: 889607b9783a2d89a49b633c51b724286b7b18d0
Mainnet Stable Release 3.0.3
The o1Labs team is ready to announce that version 3.0.3
is now available for Mainnet. This is a hotfix release that fixes an issue introduced in 3.0.2
as an unexpected side effect deriving from extensive refactoring and clean up of our build configuration. While this issue did not effect the stability, security or operation of the network, it caused an issue with a GraphQL endpoint to return incorrect data.
If you run into any issues, please include Release: 3.0.3
in the name of any issues you create. Please report any issues you encounter here or join the discussion!
What has changed
Bug Fixes
- Use
network_id
from runtime config in Graphql #16288
Complete Changelog since 3.0.2:
Supported environments include macOS, Linux (Debian 11 and Ubuntu 20.04 LTS), and any host machine with Docker.
Upgrading & Connecting to Mainnet
Debian Packages:
Debian Repository: First, set up and update the stable
Debian Repository for your platform with the following commands:
sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/mina.list
sudo apt-get update
Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install --allow-downgrades -y mina-mainnet=3.0.3-d800da8
Mina Archive: sudo apt-get install --allow-downgrades -y mina-archive=3.0.3-d800da8
Mina Archive Schema: create_schema.sql
Config File: var/lib/coda/config_d800da86.json
Docker Images:
Every docker image is built for each of the supported platforms, replace CODENAME
in the images below with your choice of focal
or bullseye
to select the base docker image.
Mina Daemon: minaprotocol/mina-daemon:3.0.3-d800da8-CODENAME-mainnet
Mina Archive: minaprotocol/mina-archive:3.0.3-d800da8-CODENAME
Mina Rosetta: minaprotocol/mina-rosetta:3.0.3-d800da8-bullseye-mainnet-fixed
Step by Step Guide:
Docker only Make sure to run with:
--peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
or add PEER_LIST_URL=https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
to your .mina-env
.
Run mina daemon with:
mina daemon --peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
Check out our documentation for complete instructions on using this version to connect to Mainnet.
If you are running the correct version on the correct network MAINNET, mina client status
will show:
Chain id: a7351abc7ddf2ea92d1b38cc8e636c271c1dfd2c081c637f62ebc2af34eb7cc1
Git SHA-1: d800da86a764d8d37ffb8964dd8d54d9f522b358
Mainnet Stable Release 3.0.2
The o1Labs team is proud to announce that 3.0.2
is ready for Mainnet! This release includes a set of important bug fixes, improvements as well as code cleanup & CI improvements.
If you run into any issues, please include Release: 3.0.2
in the name of any issues you create. Please report any issues you encounter here or join the discussion!
What has changed
New Features
- Expose raw binary account contents from GraphQL #16000
- Expose ledger membership proofs from GraphQL for ultra-lite clients / wallets #15987
- GraphQL command to request 'protocol state' for a particular block #15893
- Reduce duplicated snark work across the network with 'random offset' mode #15981
To use this option, add --work-selection roffset to the snark worker daemon command.
In the new option, the worker computes a random number, and fetch work sequentially starting from this index in the list of required work. This methods is expected to reduce wasted work and preserving throughput compared to random, but does not guarantee the priority of work production. The optimal approach for someone running several workers is to run a few worker with the sequential method, to ensure the priority work is ready, and the rest of the worker with the random offset selection to reduce wasted work and improve throughput.
Bug Fixes
- Fix
epochDelegateAccount
GraphQL command #15949
Improvements
- Speed up processing of slow transactions by ~20% #15978 / #15979
- Security upgrade to arkworks 0.4.2 #15940
- Rosetta available as its own debian package #15897
- Full support of the nix build system #15848
Complete Changelog since 3.0.1:
Supported environments include macOS, Linux (Debian 11 and Ubuntu 20.04 LTS), and any host machine with Docker.
Debian 10 is no longer a supported operating system and as such is not tested as part of our release process. We recommend that users upgrade to a more recent supported operating system.
Upgrading & Connecting to Mainnet
Debian Packages:
Debian Repository: First, set up and update the stable
Debian Repository for your platform with the following commands:
sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/mina.list
sudo apt-get update
Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install --allow-downgrades -y mina-mainnet=3.0.2-4aac388
Mina Archive: sudo apt-get install --allow-downgrades -y mina-archive=3.0.2-4aac388
Mina Archive Schema: create_schema.sql
Config File: var/lib/coda/config_4aac3881.json
Docker Images:
Every docker image is built for each of the supported platforms, replace CODENAME
in the images below with your choice of focal
or bullseye
to select the base docker image.
Mina Daemon: minaprotocol/mina-daemon:3.0.2-4aac388-CODENAME-mainnet
Mina Archive: minaprotocol/mina-archive:3.0.2-4aac388-CODENAME
Mina Rosetta: new version coming soon
Step by Step Guide:
Docker only Make sure to run with:
--peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
or add PEER_LIST_URL=https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
to your .mina-env
.
Run mina daemon with:
mina daemon --peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
Check out our documentation for complete instructions on using this version to connect to Mainnet.
If you are running the correct version on the correct network MAINNET, mina client status
will show:
Chain id: a7351abc7ddf2ea92d1b38cc8e636c271c1dfd2c081c637f62ebc2af34eb7cc1
Git SHA-1: 4aac38814556b9641ffbdfaef19b38ab7980011b
Mainnet Beta Release 3.0.2-beta1
The o1Labs team is proud to announce that 3.0.2-beta1
is ready to test on Mainnet! This release includes a set of important bug fixes, improvements as well as code cleanup & CI improvements.
If you run into any issues, please include Release: 3.0.2-beta1
in the name of any issues you create. Please report any issues you encounter here or join the discussion!
What has changed
New Features
- Expose raw binary account contents from GraphQL #16000
- Expose ledger membership proofs from GraphQL for ultra-lite clients / wallets #15987
- GraphQL command to request 'protocol state' for a particular block #15893
- Reduce duplicated snark work across the network with 'random offset' mode #15981
To use this option, add
--work-selection roffset
to the snark worker daemon command.
In the new option, the worker computes a random number, and fetch work sequentially starting from this index in the list of required work. This methods is expected to reduce wasted work and preserving throughput compared to random, but does not guarantee the priority of work production. The optimal approach for someone running several workers is to run a few worker with the sequential method, to ensure the priority work is ready, and the rest of the worker with the random offset selection to reduce wasted work and improve throughput.
Bug Fixes
- Fix
epochDelegateAccount
GraphQL command #15949
Improvements
- Speed up processing of slow transactions by ~20% #15978 / #15979
- Security upgrade to arkworks 0.4.2 #15940
- Rosetta available as its own debian package #15897
- Full support of the nix build system #15848
Complete Changelog since 3.0.1:
Supported environments include macOS, Linux (Debian 11 and Ubuntu 20.04 LTS), and any host machine with Docker.
Debian 10 is no longer a supported operating system and as such is not tested as part of our release process. We recommend that users upgrade to a more recent supported operating system.
Upgrading & Connecting to Mainnet
Debian Packages:
Debian Repository: First, set up and update the beta
Debian Repository for your platform with the following commands:
sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) beta" | sudo tee /etc/apt/sources.list.d/mina-beta.list
sudo apt-get update
Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install --allow-downgrades -y mina-mainnet=3.0.2-beta1-9ef74da
Mina Archive: sudo apt-get install --allow-downgrades -y mina-archive=3.0.2-beta1-9ef74da
Mina Archive Schema: create_schema.sql
Config File: var/lib/coda/config_9ef74da5.json
Docker Images:
Every docker image is built for each of the supported platforms, replace CODENAME
in the images below with your choice of focal
or bullseye
to select the base docker image.
Mina Daemon: gcr.io/o1labs-192920/mina-daemon:3.0.2-beta1-9ef74da-CODENAME-mainnet
Mina Archive: gcr.io/o1labs-192920/mina-archive:3.0.2-beta1-9ef74da-CODENAME
Mina Rosetta: gcr.io/o1labs-192920/mina-rosetta:3.0.2-beta1-9ef74da-CODENAME-mainnet
Step by Step Guide:
Docker only Make sure to run with:
--peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
or add PEER_LIST_URL=https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
to your .mina-env
.
Run mina daemon with:
mina daemon --peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
Check out our documentation for complete instructions on using this version to connect to Mainnet.
If you are running the correct version on the correct network MAINNET, mina client status
will show:
Chain id: a7351abc7ddf2ea92d1b38cc8e636c271c1dfd2c081c637f62ebc2af34eb7cc1
Git SHA-1: 9ef74da5401802b4181b21418f38f2405ccb409b
Devnet Pre-Release 3.0.2-alpha1
The o1Labs team is proud to announce that 3.0.2-alpha1
is ready to test on Devnet! This release includes a set of important bug fixes, improvements as well as code cleanup & CI improvements.
If you run into any issues, please include Release: 3.0.2-alpha1
in the name of any issues you create. Please report any issues you encounter here or join the discussion!
What has changed
New Features
- #16000 - Expose raw binary account contents from GraphQL
- #15987 - Expose ledger membership proofs from GraphQL for ultra-lite clients / wallets
- #15893 - GraphQL command to request 'protocol state' for a particular block
- #15981 - Reduce duplicated snark work across the network with 'random offset' mode
Bug Fixes
- #15949 - Fix
epochDelegateAccount
GraphQL command
Improvements
- #15978 / #15979 - Speed up processing of slow transactions by ~20%
- #15940 - Security upgrade to arkworks 0.4.2
- #15897 - Rosetta available as its own debian package
- #15848 - Full support of the nix build system
Complete Changelog since 3.0.1:
Supported environments include macOS, Linux (Debian 11 and Ubuntu 20.04 LTS), and any host machine with Docker.
Debian 10 is no longer a supported operating system and as such is not tested as part of our release process. We recommend that users upgrade to a more recent supported operating system.
Upgrading & Connecting to Devnet
Debian Packages:
Debian Repository: First, set up and update the alpha
Debian Repository for your platform with the following commands:
sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) alpha" | sudo tee /etc/apt/sources.list.d/mina-alpha.list
sudo apt-get update
Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install --allow-downgrades -y mina-devnet=3.0.2-alpha1-3a00659
Mina Archive: sudo apt-get install --allow-downgrades -y mina-archive=3.0.2-alpha1-3a00659
Mina Archive Schema: create_schema.sql
Config File: var/lib/coda/config_3a00659d.json
Docker Images:
Every docker image is built for each of the supported platforms, replace CODENAME
in the images below with your choice of focal
or bullseye
to select the base docker image.
Mina Daemon: gcr.io/o1labs-192920/mina-daemon:3.0.2-alpha1-3a00659-CODENAME-devnet
Mina Archive: gcr.io/o1labs-192920/mina-archive:3.0.2-alpha1-3a00659-CODENAME
Mina Rosetta: gcr.io/o1labs-192920/mina-rosetta:3.0.2-alpha1-3a00659-CODENAME-devnet
Step by Step Guide:
Docker only Make sure to run with:
-peer-list-url https://storage.googleapis.com/o1labs-gitops-infrastructure/devnet/seed-list-devnet.txt
or addPEER_LIST_URL=https://storage.googleapis.com/o1labs-gitops-infrastructure/devnet/seed-list-devnet.txt
to your.mina-env
.
Run mina daemon with:
mina daemon --peer-list-url https://storage.googleapis.com/o1labs-gitops-infrastructure/devnet/seed-list-devnet.txt
Check out our documentation for complete instructions on using this version to connect to Devnet.
If you are running the correct version on the correct network DEVNET, mina client status
will show:
Chain id: 29936104443aaf264a7f0192ac64b1c7173198c1ed404c1bcff5e562e05eb7f6
Git SHA-1: 3a00659ddc9ed05895e7fbb8db95ac3b6aa7caa1
Mainnet Stable Release 3.0.1
The o1Labs team is proud to announce that 3.0.1 is ready for Mainnet! This release includes a set of important bugfixes, improvements as well as code cleanup & CI improvements.
If you run into any issues, please include Release: 3.0.1
in the name of any issues you create.
Please report any issues you encounter here or join the Discussion!
What changed
Bug Fixes
Improvements
Complete Changelog since 3.0.0:
Supported environments include macOS, Linux (Debian 11 and Ubuntu 20.04 LTS), and any host machine with Docker.
Debian 10 is no longer a supported operating system and as such is not tested as part of our release process.
We recommend that users upgrade to a more recent supported operating system.
Upgrading & Connecting to Mainnet
Debian Packages:
Debian Repository:
First, set up and update the stable
Debian Repository for your platform with the following commands:
sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/mina.list
sudo apt-get update
Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install --allow-downgrades -y mina-mainnet=3.0.1-4e62fc2
Mina Archive: sudo apt-get install --allow-downgrades -y mina-archive=3.0.1-4e62fc2
Mina Archive Schema: create_schema.sql
Config File: var/lib/coda/config_4e62fc20.json
Docker Images:
Every docker image is built for each of the supported platforms, replace CODENAME
in the images below with your choice of focal
or bullseye
to select the base docker image.
Mina Daemon: minaprotocol/mina-daemon:3.0.1-4e62fc2-CODENAME-mainnet
Mina Archive: minaprotocol/mina-archive:3.0.1-4e62fc2-CODENAME
Mina Rosetta: minaprotocol/mina-rosetta:3.0.1-4e62fc2-CODENAME-mainnet
Step by Step Guide:
Docker only Make sure to run with:
--peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
or add PEER_LIST_URL=https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
to your .mina-env
.
Run mina daemon with:
mina daemon --peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
Check out our documentation for complete instructions on using this version to connect to Mainnet.
If you are running the correct version on the correct network MAINNET, mina client status
will show:
Chain id: a7351abc7ddf2ea92d1b38cc8e636c271c1dfd2c081c637f62ebc2af34eb7cc1
Git SHA-1: 4e62fc20520b083eff06bc6d5c60579fa88bf4ff
Mina Mainnet Beta Release 3.0.1-beta1
The o1Labs team is proud to announce that 3.0.1-beta1 is ready to test on Mainnet! This release includes a set of important bugfixes, improvements as well as code cleanup & CI improvements.
If you run into any issues, please include Release: 3.0.1-beta1
in the name of any issues you create.
Please report any issues you encounter here or join the Discussion!
What changed
Bug Fixes
Improvements
Complete Changelog since 3.0.0:
Supported environments include macOS, Linux (Debian 11 and Ubuntu 20.04 LTS), and any host machine with Docker.
Debian 10 is no longer a supported operating system and as such is not tested as part of our release process.
We recommend that users upgrade to a more recent supported operating system.
Upgrading & Connecting to Mainnet
Debian Packages:
Debian Repository:
First, set up and update the beta
Debian Repository for your platform with the following commands:
sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) beta" | sudo tee /etc/apt/sources.list.d/mina-beta.list
sudo apt-get update
Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install --allow-downgrades -y mina-mainnet=3.0.1-beta1-a29d1a0
Mina Archive: sudo apt-get install --allow-downgrades -y mina-archive=3.0.1-beta1-a29d1a0
Mina Archive Schema: create_schema.sql
Config File: var/lib/coda/config_a29d1a0d.json
Docker Images:
Every docker image is built for each of the supported platforms, replace CODENAME
in the images below with your choice of focal
or bullseye
to select the base docker image.
Mina Daemon: gcr.io/o1labs-192920/mina-daemon:3.0.1-beta1-a29d1a0-CODENAME-mainnet
Mina Archive: gcr.io/o1labs-192920/mina-archive:3.0.1-beta1-a29d1a0-CODENAME
Mina Rosetta: gcr.io/o1labs-192920/mina-rosetta:3.0.1-beta1-a29d1a0-CODENAME-mainnet
Step by Step Guide:
Docker only Make sure to run with:
--peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
or add PEER_LIST_URL=https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
to your .mina-env
.
Run mina daemon with:
mina daemon --peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt
Check out our documentation for complete instructions on using this version to connect to Mainnet.
If you are running the correct version on the correct network MAINNET, mina client status
will show:
Chain id: a7351abc7ddf2ea92d1b38cc8e636c271c1dfd2c081c637f62ebc2af34eb7cc1
Git SHA-1: a29d1a0dc6bd520c5f1ff6cf917d25e76fbe2eb1
Devnet Pre-Release 3.0.1-alpha1
The o1Labs team is proud to announce that 3.0.1-alpha1 is ready to test on Devnet! This release includes a set of important bugfixes, improvements as well as code cleanup & CI improvements.
If you run into any issues, please include Release: 3.0.1-alpha1
in the name of any issues you create.
Please report any issues you encounter here or join the Discussion!
What changed
Bug Fixes
Improvements
Complete Changelog since 3.0.0:
Supported environments include macOS, Linux (Debian 11 and Ubuntu 20.04 LTS), and any host machine with Docker.
Debian 10 is no longer a supported operating system and as such is not tested as part of our release process.
We recommend that users upgrade to a more recent supported operating system.
Upgrading & Connecting to Devnet
Note - if you encounter the following error when launching one of the debian packages:
"Could not find a ledger tar file for hash 'jy1wjiJgTkzXr7yL8r5x4ikaNJuikibsRMnkjdH6uqGCsDmR2sf'"
Please run the following command to manually download the ledger, this is a one time operation.
curl --fail --silent --show-error -o /tmp/s3_cache_dir/genesis_ledger_7f8e3c72be57f296e86e1083379c7a09c6131b1567510cf0019eb4aff8b87813.tar.gz https://s3-us-west-2.amazonaws.com/snark-keys-ro.o1test.net/genesis_ledger_7f8e3c72be57f296e86e1083379c7a09c6131b1567510cf0019eb4aff8b87813.tar.gz
Debian Packages:
Debian Repository:
First, set up and update the alpha
Debian Repository for your platform with the following commands:
sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) alpha" | sudo tee /etc/apt/sources.list.d/mina-alpha.list
sudo apt-get update
Then, install the package(s) that you need:
Mina Daemon: sudo apt-get install --allow-downgrades -y mina-devnet=3.0.1-alpha1-0473756
Mina Archive: sudo apt-get install --allow-downgrades -y mina-archive=3.0.1-alpha1-0473756
Mina Archive Schema: create_schema.sql
Config File: var/lib/coda/config_04737568.json
Docker Images:
Every docker image is built for each of the supported platforms, replace CODENAME
in the images below with your choice of focal
or bullseye
to select the base docker image.
Mina Daemon: gcr.io/o1labs-192920/mina-daemon:3.0.1-alpha1-0473756-CODENAME-devnet
Mina Archive: gcr.io/o1labs-192920/mina-archive:3.0.1-alpha1-0473756-CODENAME
Mina Rosetta: gcr.io/o1labs-192920/mina-rosetta:3.0.1-alpha1-1df449c-focal-devnet
Step by Step Guide:
Docker only Make sure to run with:
--peer-list-url https://storage.googleapis.com/o1labs-gitops-infrastructure/devnet/seed-list-devnet.txt
or add PEER_LIST_URL=https://storage.googleapis.com/o1labs-gitops-infrastructure/devnet/seed-list-devnet.txt
to your .mina-env
.
Run mina daemon with:
mina daemon --peer-list-url https://storage.googleapis.com/o1labs-gitops-infrastructure/devnet/seed-list-devnet.txt
Check out our documentation for complete instructions on using this version to connect to Devnet.
If you are running the correct version on the correct network DEVNET, mina client status
will show:
Chain id: 29936104443aaf264a7f0192ac64b1c7173198c1ed404c1bcff5e562e05eb7f6
Git SHA-1: 047375688f93546d4bdd58c75674394e3faae1f4