Mainnet Beta Release 1.4.1beta1 #15280
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
-
The O(1) Labs team is proud to announce that 1.4.1beta1 is now ready to test on Mainnet! This release includes a set of important bugfixes, improvements as well as code cleanup.
If you run into any issues, please include
Release: 1.4.1beta1
in the name of any issues you create. Please report any issues you encounter here or join the Discussion!Supported environments include macOS, Linux (Debian 10, 11 and Ubuntu 20.04 LTS), and any host machine with Docker.
What changed
Bug Fixes
mod
to calculate when next checkpoint should be written #13401 Don't check ledger hash at start; restore final checkpoint #13600Improvements
Complete Changelog since 1.4.0:
1.4.0...1.4.1beta1
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 -y mina-mainnet=1.4.1beta1-6e8121c
Mina Archive:
sudo apt-get install -y mina-archive=1.4.1beta1-6e8121c
New Mina Archive Schema: create_schema.sql
Docker Images:
Mina Daemon:
minaprotocol/mina-daemon:1.4.1beta1-6e8121c-focal-mainnet
Mina Archive:
minaprotocol/mina-archive:1.4.1beta1-6e8121c-focal
Sandbox Node: For testing in an isolated, single-node network without snarks
As of 1.2.0, the demo functionality is built into the standard daemon container, via the environment variable
RUN_DEMO=true
.Just
docker run -it --name mina-demo -e RUN_DEMO=true minaprotocol/mina-daemon:1.4.1beta1-6e8121c-CODENAME-mainnet
and go!Step by Step Guide:
Check out our documentation for complete instructions on using this version to connect to Mainnet.
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
.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 1.4.1beta1.
Beta Was this translation helpful? Give feedback.
All reactions