-
Notifications
You must be signed in to change notification settings - Fork 584
Open
Description
Preliminary Checks
- This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/MinaProtocol/mina/issues
- This issue is not a question, feature request, RFC, or anything other than a bug report. Please post those things in GitHub Discussions: https://github.com/MinaProtocol/mina/discussions
Description
Running the mina docker image gives an "Mina process exited with status code 1"
Steps to Reproduce
- 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"- 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- Check the logs
sudo docker logs minaExpected 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 1Daemon version
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 statusAdditional information
No response
Metadata
Metadata
Assignees
Type
Projects
Status
No status