- The release message should be posted in the '#devnet' channel on discord once the release is go
- Release update should CC '@devnet-node-op' group
📣 MINA DEVNET 3.0.1 ALPHA RELEASE! 📣
Hey @everyone! Mina's ecosystem partner, o1Labs, are pleased to announce the release of 3.0.1 Devnet Alpha. The complete release notes are here, please take a look before you install: https://github.com/MinaProtocol/mina/releases/tag/3.0.1-alpha1
Supported environments include macOS, Linux (Debian 11 and Ubuntu 20.04 LTS), and any host machine with Docker.
Note - if you encounter the following error when running 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 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
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
f you discover any issues please report them to the MinaProtocol github so we can investigate.
Please include the mina version output and/or 3.0.1-alpha1
in the issue title so we can more easily sort through the issues.