Update Delegated Staking

To update your current delegated staking parameters or to commit them for the first time to the metagraph, you will need to implement an update.

This command finalizes your configuration by submitting it to the metagraph, making your node available for delegated staking based on the parameters you've set.

1

Issue an update

sudo nodectl delegate update
2

If this is not your first update

You will be presented with a status of the differentials between your node's local configuration and what is present on the metagraph blockchain.

If this is your first time updating the metagraph, you will not see this section.

3

Authenticate with your P12 passphrase

To verify your identity and authorize delegated staking, you will be prompted to enter your p12 passphrase.

For security reasons, the passphrase will not be visible as you type. Simply enter it and press the enter key to continue.

Please enter your p12 passphrase:

First Time Update Only

You may skip this step if this is not your first update.

The nodectl utility will attempt to retrieve your current delegated staking parameters and determine whether this is your first update attempt.

If it detects a first-time update, you will receive a warning and be asked to confirm. If you have previously updated your node and still receive this prompt, it may indicate a potential issue (see warning).

If you are confident that this is the first delegated staking update for this node, you may proceed with acknowledging the prompt.

During the initial update to the metagraph, your reference to your last update (none) will be set to all zeros.

The default option is n so we will change it to y and hit enter.

Is this your first update? [n]: y

Last updated

Was this helpful?