Skip to content

Conversation

@marco-martins
Copy link

I was following the docs to "Become a Midnight block producer" and noticed some issues in the steps for generating the Partner-chain keys.

The files midnight-shell.sh and midnight-node.sh use a hardcoded container name "midnight", but the compose.yml file uses a different name, "midnight-node".

As a result, when the container starts with Docker Compose, it uses the name "midnight-node", and the scripts midnight-shell.sh and midnight-node.sh are unable to find the container because they look for "midnight".

To fix this, I created a new environment variable to standardize the midnight node container name.

Hope this helps!

@marco-martins marco-martins requested a review from a team as a code owner October 20, 2025 16:30
@CLAassistant
Copy link

CLAassistant commented Oct 20, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

1 similar comment
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants