diff --git a/docs/references/run-and-secure/node-operation/access-node-setup.md b/docs/references/run-and-secure/node-operation/access-node-setup.md index 92c99a53e1..4cb37baf6b 100644 --- a/docs/references/run-and-secure/node-operation/access-node-setup.md +++ b/docs/references/run-and-secure/node-operation/access-node-setup.md @@ -76,8 +76,8 @@ tar -xvf boot-tools.tar ``` ```shell CheckSHA256 -sha256sum ./boot-tools/bootstrap -9673e2c29c7f350caea8ff20dbc1e2ab24853416c2d2078c1a21790773315972 ./boot-tools/bootstrap +sha256sum ./boot-tools/bootstrapcmd +a06e3e9b2443c6755214150e9e101b70dd48ae30ffcfcbbcc471ba430cb104bf ./boot-tools/bootstrapcmd ``` > If you have downloaded the bootstrapping kit previously, ensure the SHA256 hash for it still matches. If not, re-download to ensure you are using the most up-to-date version. @@ -89,11 +89,11 @@ sha256sum ./boot-tools/bootstrap # Generate Keys $ mkdir ./bootstrap # YOUR_NODE_ADDRESS: FQDN associated to your instance -$ ./boot-tools/bootstrap key --address ":3569" --role access -o ./bootstrap +$ ./boot-tools/bootstrapcmd key --address ":3569" --role access -o ./bootstrap ``` ```shell Example -$./boot-tools/bootstrap key --address "flowaccess.mycompany.com:3569" --role access -o ./bootstrap +$./boot-tools/bootstrapcmd key --address "flowaccess.mycompany.com:3569" --role access -o ./bootstrap DBG will generate networking key INF generated networking key DBG will generate staking key diff --git a/docs/references/run-and-secure/node-operation/node-bootstrap.mdx b/docs/references/run-and-secure/node-operation/node-bootstrap.mdx index e86fc3ac22..dc2b65d5b1 100644 --- a/docs/references/run-and-secure/node-operation/node-bootstrap.mdx +++ b/docs/references/run-and-secure/node-operation/node-bootstrap.mdx @@ -40,11 +40,11 @@ tar -xvf boot-tools.tar ``` ```shell CheckSHA256 -sha256sum ./boot-tools/bootstrap -9673e2c29c7f350caea8ff20dbc1e2ab24853416c2d2078c1a21790773315972 ./boot-tools/bootstrap +sha256sum ./boot-tools/bootstrapcmd +bc34a311f934fafed984a195f6bdca659ed21bfe50dd9947a39eb8edca6b10aa ./boot-tools/bootstrap sha256sum ./boot-tools/transit -65d10ceb4351674525e911424dd07af7f17982e2975912aa20e46b1f5a87d3e3 ./boot-tools/transit +a06e3e9b2443c6755214150e9e101b70dd48ae30ffcfcbbcc471ba430cb104bf ./boot-tools/transit ``` ### Generate Your Node Keys