Skip to content

Commit

Permalink
update sha256sum for boot-tools (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchiqing authored Sep 24, 2024
1 parent 75bbde8 commit 86ba447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ tar -xvf boot-tools.tar

```shell CheckSHA256
sha256sum ./boot-tools/bootstrap
315f4ff5cf85a20a05fe1c37aaa1beaad7733b488ca80605a8f7ef00f797d445 ./boot-tools/bootstrap
460cfcfeb52b40d8b8b0c4641bc4e423bcc90f82068e95f4267803ed32c26d60 ./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.
Expand Down
4 changes: 2 additions & 2 deletions docs/networks/node-ops/node-operation/node-bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ chmod +x ./boot-tools/transit

```shell CheckSHA256
sha256sum ./boot-tools/bootstrapcmd
f3745f72d917631636161190a2bc4968543e2213944e9fb9b83c991852d1458d ./boot-tools/bootstrap
460cfcfeb52b40d8b8b0c4641bc4e423bcc90f82068e95f4267803ed32c26d60 ./boot-tools/bootstrap

sha256sum ./boot-tools/transit
7a105a9f8340c7c881553e527a7a7fcdcb87388d20487f48dc5c6519153de757 ./boot-tools/transit
f146bdc82ce0cce73c0fb9de284b2e2639e851120f8b89a1dd9368e8442123b4 ./boot-tools/transit
```

### Generate Your Node Keys
Expand Down

0 comments on commit 86ba447

Please sign in to comment.