-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels