Skip to content

Instantly share code, notes, and snippets.

@amc-ie
Last active November 25, 2024 14:34
Show Gist options
  • Save amc-ie/51d08fcd807f5a0c72ef7a20174cdd79 to your computer and use it in GitHub Desktop.
Save amc-ie/51d08fcd807f5a0c72ef7a20174cdd79 to your computer and use it in GitHub Desktop.
3.0.4 devnet alpha1 discord

📣 MINA DEVNET 3.0.4 ALPHA RELEASE! 📣

Hey @everyone! Mina's ecosystem partner & incubator, o1Labs, is pleased to announce the release of 3.0.4 Devnet Alpha. The complete release notes are here, please take a look before you install: https://github.com/MinaProtocol/mina/releases/tag/3.0.4-alpha1

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

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.


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

Questions and Feedback

f you discover any issues please report them to the MinaProtocol github so we can investigate.
Please include the mina version output and 3.0.4-alpha1 in the issue title so we can more easily sort through the issues.

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