From 319c37451b3ac2f0501ff07725260d2dd6218570 Mon Sep 17 00:00:00 2001 From: "Leo Zhang (zhangchiqing)" Date: Mon, 23 Sep 2024 09:45:18 -0700 Subject: [PATCH] update sha256sum for boot-tools --- .../access-onchain-data/access-nodes/access-node-setup.mdx | 2 +- docs/networks/node-ops/node-operation/node-bootstrap.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/networks/node-ops/access-onchain-data/access-nodes/access-node-setup.mdx b/docs/networks/node-ops/access-onchain-data/access-nodes/access-node-setup.mdx index 4e326467a2..36aa727934 100644 --- a/docs/networks/node-ops/access-onchain-data/access-nodes/access-node-setup.mdx +++ b/docs/networks/node-ops/access-onchain-data/access-nodes/access-node-setup.mdx @@ -78,7 +78,7 @@ tar -xvf boot-tools.tar ```shell CheckSHA256 sha256sum ./boot-tools/bootstrap -315f4ff5cf85a20a05fe1c37aaa1beaad7733b488ca80605a8f7ef00f797d445 ./boot-tools/bootstrap +7c1cb0809aaf5661075f645550f5a0c29a978a3d2144f2b3b8cfb87848cf36a6 ./boot-tools/bootstrap ``` > 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. diff --git a/docs/networks/node-ops/node-operation/node-bootstrap.md b/docs/networks/node-ops/node-operation/node-bootstrap.md index b0a3ee3d37..23cd36bc86 100644 --- a/docs/networks/node-ops/node-operation/node-bootstrap.md +++ b/docs/networks/node-ops/node-operation/node-bootstrap.md @@ -44,10 +44,10 @@ chmod +x ./boot-tools/transit ```shell CheckSHA256 sha256sum ./boot-tools/bootstrapcmd -f3745f72d917631636161190a2bc4968543e2213944e9fb9b83c991852d1458d ./boot-tools/bootstrap +7c1cb0809aaf5661075f645550f5a0c29a978a3d2144f2b3b8cfb87848cf36a6 ./boot-tools/bootstrap sha256sum ./boot-tools/transit -7a105a9f8340c7c881553e527a7a7fcdcb87388d20487f48dc5c6519153de757 ./boot-tools/transit +ca25f81b713132563934f1315519d42312ff0dd8a41c94063dbee210d7a93537 ./boot-tools/transit ``` ### Generate Your Node Keys