Skip to content

Commit

Permalink
updating shasum of transit and bootstrap (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalchangrani authored Nov 7, 2023
1 parent c4dfe5f commit bd19750
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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

1 comment on commit bd19750

@vercel
Copy link

@vercel vercel bot commented on bd19750 Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.