Skip to content

partner-chains-cli register1 does not support Base address. #143

@btbf

Description

@btbf

Describe the bug
In partner-chains-cli register1, it is limited to specifying payment.vkey, and since an enterprise address is generated from this key, the Base address used by the SPO in the stake pool cannot be specified.

Therefore, when registering MidnightNode, it is necessary to create a completely new payment key, which is complicated.

Expected behavior
Modify the address build command so that payment.addr can be specified directly or stake.vkey can also be specified, as follows

docker exec cardano-node cardano-cli address build --payment-verification-key-file payment.vkey  --stake-verification-key-file stake.vkey  --testnet-magic 2

Environment

  • OS: Ubuntu22.04
  • Version Partner Chains Node v1.1.0

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