Skip to content

feat(cardano-node): Support for running as a block producer - #246

Merged
wcatz merged 3 commits into
mainfrom
pool-keys
Sep 18, 2025
Merged

feat(cardano-node): Support for running as a block producer#246
wcatz merged 3 commits into
mainfrom
pool-keys

Conversation

@wcatz

@wcatz wcatz commented Sep 18, 2025

Copy link
Copy Markdown
Contributor

No description provided.

Signed-off-by: wcatz <waynecataldo@gmail.com>
Signed-off-by: wcatz <waynecataldo@gmail.com>
Comment thread charts/cardano-node/templates/statefulset.yaml Outdated
Signed-off-by: wcatz <waynecataldo@gmail.com>
value: /ipc/node.socket
- name: NETWORK
value: {{ .Values.cardano_network }}
- name: CARDANO_NETWORK

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NETWORK to CARDANO_NETWORK won't work properly because the entrypoint of the Blinklabs' cardano node image observes NETWORK
https://github.com/blinklabs-io/docker-cardano-node/blob/main/bin/entrypoint#L7

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I needed to remove it for 'run-node' else the image won't load keys and turn peer sharing off.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It uses both. Using NETWORK goes down the "short" path, which bypasses much of the configurability of the image.

@wcatz
wcatz merged commit 77b653a into main Sep 18, 2025
5 checks passed
@wcatz
wcatz deleted the pool-keys branch September 18, 2025 22:08
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.

3 participants