Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starting a Mina Devnet node with docker exits with Status code 1 #16603

Open
2 tasks done
MauroToscano opened this issue Feb 10, 2025 · 0 comments
Open
2 tasks done

Starting a Mina Devnet node with docker exits with Status code 1 #16603

MauroToscano opened this issue Feb 10, 2025 · 0 comments

Comments

@MauroToscano
Copy link

MauroToscano commented Feb 10, 2025

Preliminary Checks

Description

Running the mina docker image gives an "Mina process exited with status code 1"

Steps to Reproduce

  1. Create the following .mina-env:
PEER_LIST_URL=https://bootnodes.minaprotocol.com/networks/devnet.txt
EXTRA_FLAGS="--libp2p-keypair $(pwd)/.mina-config/keys/libp2p-key"
  1. Run
sudo docker run --name mina -d  --net=host      --mount "type=bind,source=$(pwd)/.mina-env,dst=/entrypoint.d/mina-env,readonly"         gcr.io/o1labs-192920/mina-daemon:3.0.3-d800da8-bullseye-devnet        daemon  --seed  --insecure-rest-server
  1. Check the logs
sudo docker logs mina

Expected Result

Node running

Actual Result

2025-02-10 17:39:47 UTC [Info] Mina daemon is booting up; built with commit "d800da86a764d8d37ffb8964dd8d54d9f522b358"
  
2025-02-10 17:39:47 UTC [Info] Booting may take several seconds, please wait
  
2025-02-10 17:39:47 UTC [Info] Running async shutdown handler: "Remove daemon lockfile"
  
Mina process exited with status code 1

Daemon version

d800da8

How frequently do you see this issue?

Always

What is the impact of this issue on your ability to run a node?

Blocker

Status

Since it's not starting there is no status

Additional information

No response

@MauroToscano MauroToscano changed the title Starting a Mina node with docker exits with Status code 1 Starting a Mina Devnet node with docker exits with Status code 1 Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant