Skip to content

Commit

Permalink
Adjusting the machine account creation instructions in the node boots…
Browse files Browse the repository at this point in the history
…trap guide (#755)

* removing instructions for existing node operators to create a machine account
* adding a line for new SL and LN NO to take note of the machine account when staking
  • Loading branch information
vishalchangrani authored Apr 29, 2024
1 parent dbaf998 commit fe30d42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
12 changes: 0 additions & 12 deletions docs/networks/flow-port/staking-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,6 @@ If you return to the home screen, you'll be able to see your staking request in

![Flow Port Staking](port-stake-4.png)

### Existing Node Operators

If you are already a node operator with a staked node, you will first need to upgrade your account to a Staking Collection. On the Stake & Delegate page you will see a card which will walk you through submitting the transaction to upgrade your account to Staking Collection.

![Flow Port Staking](staking-collection.png)

Once this is done, you can now create a [Machine Account](../../networks/node-ops/node-operation/machine-existing-operator.md) by clicking the "Upgrade Node" button on the Stake & Delegate page.

![Flow Port Staking](machine-account.png)

You can follow the guide [here](../../networks/node-ops/node-operation/machine-existing-operator.md) to create your Machine Account.

## Delegating

Delegating is the process of staking your locked FLOW to nodes which are being run by another party.
Expand Down
2 changes: 2 additions & 0 deletions docs/networks/node-ops/node-operation/node-bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ $cat ./bootstrap/public-root-information/node-info.pub.39fa54984b8eaa463e1299194
If you are running a collection or consensus node, you will need to provide an additional field `Machine Account Public Key`.
This value is found in the output of the `bootstrap key` command from Step 1.

Staking a collection or consensus node will also create a machine account for the node. The machine account will be mentioned in the output of the staking transaction displayed by Flow Port. Please save the machine account for the next step.

<Callout type="info">

Please let us know your node id via discord or email.
Expand Down
4 changes: 1 addition & 3 deletions docs/networks/staking/11-machine-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ Currently Machine Accounts are required only for `collection` and `consensus` no

#### Creation

For new node operators, Machine Accounts are created during the [staking process](../../networks/flow-port/staking-guide.md) in Flow Port.
For node operators who initially staked prior to the introduction of Machine Accounts, Machine Accounts can be
created for your staked nodes by following [this guide](../node-ops/node-operation/machine-existing-operator.md).
Machine Accounts are created during the [staking process](../../networks/flow-port/staking-guide.md) in Flow Port.

#### Funding

Expand Down

0 comments on commit fe30d42

Please sign in to comment.