Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
5 changes: 0 additions & 5 deletions docs/protocol/node-ops/light-nodes/observer-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,5 @@ Access-001:
- Host: `access-001.[current devnet spork].nodes.onflow.org`
- Public Key: `ba69f7d2e82b9edf25b103c195cd371cf0cc047ef8884a9bbe331e62982d46daeebf836f7445a2ac16741013b192959d8ad26998aff12f2adc67a99e1eb2988d`

Access-003:

- Host: `access-003.[current devnet spork].nodes.onflow.org`
- Public Key: `b662102f4184fc1caeb2933cf87bba75cdd37758926584c0ce8a90549bb12ee0f9115111bbbb6acc2b889461208533369a91e8321eaf6bcb871a788ddd6bfbf7`

While the public keys remain the same, the hostnames change each spork to include the spork name. Substitute `[current mainnet spork]` and `[current devnet spork]` with the appropriate spork name (e.g. `mainnet20`).
See [Past Sporks](../node-operation/past-upgrades) for the current spork for each network.
4 changes: 2 additions & 2 deletions docs/protocol/node-ops/node-operation/node-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ docker run --rm \
--ingress-addr=0.0.0.0:9000 \
--admin-addr=0.0.0.0:9002 \
--bind 0.0.0.0:3569 \
--access-node-ids=4e17496619df8bb4dcd579c252d9fb026e54995db0dc6825bdcd27bd3288a990,7e3fe64ccc119f578a7795df8b8c512e05409bdc7de4f74259c6f48351fecb26,416c65782048656e74736368656c009530ef3ab4b8bf83b24df54fe5f81853de,416e647265772042757269616e00d219355d62b9adad8ebd3fab223a1cf84c22 \
--access-node-ids=4e17496619df8bb4dcd579c252d9fb026e54995db0dc6825bdcd27bd3288a990 \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

we should include more than one node. how about we add all 3 of the FF nodes?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yup - makes sense. Commit coming up.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Added 7 and 8, so the list now has node IDs for AN1, AN7 and AN8

--gossipsub-peer-scoring-enabled=false \
--gossipsub-peer-gater-enabled=true \
--loglevel=error
Expand All @@ -169,7 +169,7 @@ docker run --rm \
--secretsdir=/data/secrets \
--admin-addr=0.0.0.0:9002 \
--bind 0.0.0.0:3569 \
--access-node-ids=4e17496619df8bb4dcd579c252d9fb026e54995db0dc6825bdcd27bd3288a990,7e3fe64ccc119f578a7795df8b8c512e05409bdc7de4f74259c6f48351fecb26,416c65782048656e74736368656c009530ef3ab4b8bf83b24df54fe5f81853de,416e647265772042757269616e00d219355d62b9adad8ebd3fab223a1cf84c22 \
--access-node-ids=4e17496619df8bb4dcd579c252d9fb026e54995db0dc6825bdcd27bd3288a990 \
--gossipsub-peer-scoring-enabled=false \
--gossipsub-peer-gater-enabled=true \
--loglevel=error
Expand Down
Loading