You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❗ This release is only to be used as part of the Devnet Upgrade ❗
This release is the first phase of the Devnet upgrade that specifies the stop slot in the codebase that formally begins the process.
This is the first stage in the upgrade process; while a subsequent devnet release will usher in the start of the new Devnet and as such the new era of Berkeley functionality on our Devnet!
Supported environments include macOS, Linux (Debian 10, 11 and Ubuntu 20.04 LTS), and any host machine with Docker.
Connecting to the Devnet network
Debian Packages:
Debian Repository:
First, set up and update the devnet Debian Repository for your platform with the following commands:
Mina Daemon: sudo apt-get install --allow-downgrades -y mina-devnet=1.5.0devnet-stop-slot-c18c750 sudo apt-mark hold mina-devnet=1.5.0devnet-stop-slot-c18c750 Mina Archive: sudo apt-get install --allow-downgrades -y mina-archive=1.5.0devnet-stop-slot-c18c750 sudo apt-mark hold mina-archive=1.5.0devnet-stop-slot-c18c750 Mina Archive Schema:create_schema.sql Config File:var/lib/coda/config_c18c750a.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, buster, or bullseye to select the base docker image.
Mina Daemon:gcr.io/o1labs-192920/mina-daemon:1.5.0devnet-stop-slot-c18c750-CODENAME-devnet Mina Archive:gcr.io/o1labs-192920/mina-archive:1.5.0devnet-stop-slot-c18c750-CODENAME Mina Archive Schema:create_schema.sql Mina Rosetta:gcr.io/o1labs-192920/mina-rosetta:1.5.0devnet-stop-slot-c18c750-focal
Step by Step Guide:
Run mina daemon with the following seed list parameter: --peer-list-url https://storage.googleapis.com/seed-lists/devnet_seeds.txt
If you are running the correct version on the correct network, devnet will show:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
❗ This release is only to be used as part of the Devnet Upgrade ❗
This release is the first phase of the Devnet upgrade that specifies the stop slot in the codebase that formally begins the process.
This is the first stage in the upgrade process; while a subsequent devnet release will usher in the start of the new Devnet and as such the new era of Berkeley functionality on our Devnet!
Supported environments include macOS, Linux (Debian 10, 11 and Ubuntu 20.04 LTS), and any host machine with Docker.
Connecting to the Devnet network
Debian Packages:
Debian Repository:
First, set up and update the
devnet
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-devnet=1.5.0devnet-stop-slot-c18c750
sudo apt-mark hold mina-devnet=1.5.0devnet-stop-slot-c18c750
Mina Archive:
sudo apt-get install --allow-downgrades -y mina-archive=1.5.0devnet-stop-slot-c18c750
sudo apt-mark hold mina-archive=1.5.0devnet-stop-slot-c18c750
Mina Archive Schema: create_schema.sql
Config File:
var/lib/coda/config_c18c750a.json
Docker Images:
Every docker image is built for each of the supported platforms, replace
CODENAME
in the images below with your choice offocal
,buster
, orbullseye
to select the base docker image.Mina Daemon:
gcr.io/o1labs-192920/mina-daemon:1.5.0devnet-stop-slot-c18c750-CODENAME-devnet
Mina Archive:
gcr.io/o1labs-192920/mina-archive:1.5.0devnet-stop-slot-c18c750-CODENAME
Mina Archive Schema: create_schema.sql
Mina Rosetta:
gcr.io/o1labs-192920/mina-rosetta:1.5.0devnet-stop-slot-c18c750-focal
Step by Step Guide:
Run mina daemon with the following seed list parameter:
--peer-list-url https://storage.googleapis.com/seed-lists/devnet_seeds.txt
If you are running the correct version on the correct network,
devnet
will show:This discussion was created from the release Mina Devnet 1.5.0 Stop Slot Release.
Beta Was this translation helpful? Give feedback.
All reactions