Skip to content

Unstable libp2p Peer IDs #7

@ulope

Description

@ulope

When nodes are restarted with up their libp2p peer id changes.

The reason is that the compose stack contains a service to generate the keyper config file.
This is re-run on every up to ensure config changes are consistently applied.

Unfortunately this doesn't take into account that the peer id is generated as part of the config file generation.

The probably easiest solution is to make the configuration script (scripts/configure_keyper.sh) check for an existing config and re-use the peer id / node key from that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions