Skip to content

Instantly share code, notes, and snippets.

@amc-ie
Last active June 4, 2024 19:25
Show Gist options
  • Save amc-ie/7e4d23dac28aa979b1e13398b1933da3 to your computer and use it in GitHub Desktop.
Save amc-ie/7e4d23dac28aa979b1e13398b1933da3 to your computer and use it in GitHub Desktop.
Mina Mainnet 3.0.0 Berkeley Release Discord

📣 MAINNET 3.0.0 BERKELEY RELEASE: MAJOR UPDATE TO THE CORE PROTOCOL 📣

:Mina_Spectrum: Hey @everyone!

Mina's ecosystem partner, o1Labs, is continuously working on improvements to the core protocol and just released a new major release 3.0.0 that is ready to test on Mainnet!

This release represents the final stage in the Mainnet upgrade process which concludes the execution of the upgrade mechanism. This release brings zk programmability to the new upgraded network, which will unlock developers to build zk smart contracts, zkApps, layer 2 solutions and bridges, and more!

🚨 This is mandatory and without it you will no longer be able to interact with the Mina network from June 5th 2024. 🚨

The complete release notes are here, please take a look before you install:
https://github.com/MinaProtocol/mina/releases/tag/3.0.0

Supported environments include macOS, Linux (Debian 10, 11 and Ubuntu 20.04 LTS), and any host machine with Docker.

Installation

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
sudo 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.0-93e0279
Mina Archive sudo apt-get install --allow-downgrades -y mina-archive=3.0.0-93e0279
Mina Archive Schema create_schema.sql zkapp_tables.sql
Config File: var/lib/coda/config_93e02797.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, buster, or bullseye to select the base docker image.

Mina Daemon minaprotocol/mina-daemon:3.0.0-93e0279-CODENAME-mainnet
Mina Archive minaprotocol/mina-archive:3.0.0-93e0279-CODENAME
Mina Archive Schema create_schema.sql zkapp_tables.sql
Mina Rosetta minaprotocol/mina-rosetta:3.0.0-93e0279-CODENAME

🤝 Questions and Feedback 🤝 If you discover any issues or regressions, please report them to the MinaProtocol github at https://github.com/MinaProtocol/mina/issues/new/choose so we can look into it. Please include the mina version output or 3.0.0 in the issue title/description so we can more easily sort through the issues. For questions and feedback, please go to the #⁠mainnet-block-producers channel or comment on the Github discussion for this release MinaProtocol/mina#15715, we're excited to hear about your experience with this new major release! :Mina_Spectrum:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment