Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update bootstrap and transit sha256sum for v0.37.10 #882

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
f3745f72d917631636161190a2bc4968543e2213944e9fb9b83c991852d1458d ./boot-tools/bootstrap
315f4ff5cf85a20a05fe1c37aaa1beaad7733b488ca80605a8f7ef00f797d445 ./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
315f4ff5cf85a20a05fe1c37aaa1beaad7733b488ca80605a8f7ef00f797d445 ./boot-tools/bootstrap

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

### Generate Your Node Keys
Expand Down
Loading