Skip to content
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
2 changes: 1 addition & 1 deletion docs/protocol/node-ops/access-nodes/access-node-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ tar -xvf boot-tools.tar

```shell CheckSHA256
sha256sum ./boot-tools/bootstrap
460cfcfeb52b40d8b8b0c4641bc4e423bcc90f82068e95f4267803ed32c26d60 ./boot-tools/bootstrap
0c2ad1bdf27aaa449a2b54975324ecef7c78fa39512cf8c2448165fedf106eb4 ./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
6 changes: 4 additions & 2 deletions docs/protocol/node-ops/node-operation/network-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ If you had set the [dynamic bootstrap arguments](https://developers.flow.com/pro

1. Run the transit script to fetch the new genesis info:

Download the latest transit script - see instructions [here](./node-bootstrap.md#download-the-bootstrapping-kit)

```
./boot-tools/transit pull -b ./bootstrap -t ${PULL_TOKEN} -r ${YOUR_NODE_TYPE} --concurrency 10 --timeout 50m
```
Expand All @@ -60,8 +62,8 @@ If you had set the [dynamic bootstrap arguments](https://developers.flow.com/pro
- For access nodes however, if you have execution data index enabled use the role `execution` to ensure the execution state files (`root.checkpoint*`) are also downloaded. If you do not have execution data indexing enabled, specify the role as `access`.

```shell Example
$ ./boot-tools/transit pull -b ./bootstrap -t mainnet-16 -r consensus
Transit script Commit: a9f6522855e119ad832a97f8b7bce555a163e490
$ ./boot-tools/transit pull -b ./bootstrap -t mainnet-27 -r consensus
Transit script Commit: 98a6ac408fdd86dba0011e698d40ebd71f4276fa
2020/11/25 01:02:53 Running pull
2020/11/25 01:02:53 Downloading bootstrap/public-root-information/node-infos.pub.json
2020/11/25 01:02:54 Downloading bootstrap/public-root-information/root-protocol-snapshot.json
Expand Down
4 changes: 2 additions & 2 deletions docs/protocol/node-ops/node-operation/node-bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ chmod +x ./boot-tools/transit

```shell CheckSHA256
sha256sum ./boot-tools/bootstrapcmd
2fe0b0dbc79f63dfbb2479b518a34304960c54ebc4d63bd0f818926b8258ec49 ./boot-tools/bootstrap
0c2ad1bdf27aaa449a2b54975324ecef7c78fa39512cf8c2448165fedf106eb4 ./boot-tools/bootstrap

sha256sum ./boot-tools/transit
54b5c0ff4216d98a5d9fcdd241c6b9a31a35bf41c51849e8e9d0407e00772a3c ./boot-tools/transit
dbf34e44baf622092bafdba73ab5f633e1d5db90a3a8fad780aec0eef7857722 ./boot-tools/transit
```

### Generate Your Node Keys
Expand Down