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

updating shasum of transit and bootstrap #440

Merged
merged 1 commit into from
Nov 7, 2023
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 @@ -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.
Expand All @@ -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 "<YOUR_NODE_ADDRESS_GOES_HERE>:3569" --role access -o ./bootstrap
$ ./boot-tools/bootstrapcmd key --address "<YOUR_NODE_ADDRESS_GOES_HERE>: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
<nil> DBG will generate networking key
<nil> INF generated networking key
<nil> DBG will generate staking key
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down