Mainnet Stable Release 3.0.1 #16045
                  
                    
                      amc-ie
                    
                  
                
                  announced in
                Announcements
              
            Replies: 0 comments
  
    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.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.1in 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:
3.0.0...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
stableDebian 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.0.1-4e62fc2Mina Archive:
sudo apt-get install --allow-downgrades -y mina-archive=3.0.1-4e62fc2Mina Archive Schema: create_schema.sql
Config File:
var/lib/coda/config_4e62fc20.jsonDocker Images:
Every docker image is built for each of the supported platforms, replace
CODENAMEin the images below with your choice offocalorbullseyeto select the base docker image.Mina Daemon:
minaprotocol/mina-daemon:3.0.1-4e62fc2-CODENAME-mainnetMina Archive:
minaprotocol/mina-archive:3.0.1-4e62fc2-CODENAMEMina Rosetta:
minaprotocol/mina-rosetta:3.0.1-4e62fc2-CODENAME-mainnetStep by Step Guide:
Docker only Make sure to run with:
--peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txtor addPEER_LIST_URL=https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txtto your.mina-env.Run mina daemon with:
mina daemon --peer-list-url https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txtCheck 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 statuswill show:This discussion was created from the release Mainnet Stable Release 3.0.1.
Beta Was this translation helpful? Give feedback.
All reactions