Mainnet Beta Release 3.1.2-beta1 #17298
amc-ie
announced in
Announcements
Replies: 1 comment
-
hey, can I use MINA to store info for my chat app? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The o1Labs team is proud to announce that
3.1.2-beta1
is ready to test on Mainnet! This release includes a lot of changes and refactors that will form a foundation for significant upcoming performance improvements in the daemon.If you run into any issues, please include
Release: 3.1.2-beta1
in the name of any issues you create. Please report any issues you encounter here or join the discussion!Some highlights of what has changed
Improvements
mina advanced verify-commands
#16869: Change json format inmina advanced verify-commands
Bug fixes
Field.t
to be deserialized from decimals #17099: Parse old precomputed blocks correctlyComplete Changelog since 3.1.0:
3.1.0...3.1.2-beta1
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:Then, install the package(s) that you need:
Mina Daemon:
sudo apt-get install --allow-downgrades -y mina-mainnet=3.1.2-beta1-6dbb365
Mina Archive:
sudo apt-get install --allow-downgrades -y mina-archive=3.1.2-beta1-6dbb365
Mina Archive Schema: create_schema.sql
Config File:
var/lib/coda/config_6dbb365f.json
Docker Images:
Every docker image is built for each of the supported platforms, replace
CODENAME
in the images below with your choice offocal
orbullseye
to select the base docker image.Mina Daemon:
gcr.io/o1labs-192920/mina-daemon:3.1.2-beta1-6dbb365-CODENAME-mainnet
Mina Archive:
gcr.io/o1labs-192920/mina-archive:3.1.2-beta1-6dbb365-CODENAME
Mina Rosetta:
gcr.io/o1labs-192920/mina-rosetta:3.1.2-beta1-6dbb365-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 addPEER_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:This discussion was created from the release Mainnet Beta Release 3.1.2-beta1.
Beta Was this translation helpful? Give feedback.
All reactions