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 WORMHOLE_BOOTSTRAP endpoint #14

Merged
merged 3 commits into from
Dec 13, 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
2 changes: 1 addition & 1 deletion .envrc.sample
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export WORMHOLE_NETWORK_ID=/wormhole/mainnet/2
export WORMHOLE_BOOTSTRAP=/dns4/wormhole-mainnet-v2-bootstrap.certus.one/udp/8999/quic/p2p/12D3KooWQp644DK27fd3d4Km3jr7gHiuJJ5ZGmy8hH4py7fP4FP7,/dns4/wormhole-v2-mainnet-bootstrap.xlabs.xyz/udp/8999/quic/p2p/12D3KooWNQ9tVrcb64tw6bNs2CaNrUGPM7yRrKvBBheQ5yCyPHKC
export WORMHOLE_BOOTSTRAP=/dns4/wormhole-v2-mainnet-bootstrap.xlabs.xyz/udp/8999/quic/p2p/12D3KooWNQ9tVrcb64tw6bNs2CaNrUGPM7yRrKvBBheQ5yCyPHKC,/dns4/wormhole.mcf.rocks/udp/8999/quic/p2p/12D3KooWDZVv7BhZ8yFLkarNdaSWaB43D6UbQwExJ8nnGAEmfHcU,/dns4/wormhole-v2-mainnet-bootstrap.staking.fund/udp/8999/quic/p2p/12D3KooWG8obDX9DNi1KUwZNu9xkGwfKqTp2GFwuuHpWZ3nQruS1
export WORMHOLE_LISTEN_PORT=8999
export NATS_URL=127.0.0.1:4222
export NATS_STREAM=mainnet-vaas
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ includes a health check mechanism to detect and address high latency issues.

# How to use Beacon?

To run Beacon, install `nats-server` and then run it using this command:
To run Beacon, you need to have Go v1.20.10 or older and `nats-server` installed.

Run a NATS server using this command:

```shell
nats-server --jetstream
Expand All @@ -34,3 +36,6 @@ Alternatively, you can use the Docker image of Beacon published [here](https://g
For optimal performance, co-locate Beacon with the NATS server to minimize overal latency. Run multiple Beacon
instances to increase availability and reduce latency, but be mindful that this will scale network traffic. Utilize the
health check probe to monitor VAA latency and restart instances if they become unhealthy.

# Wormhole P2P configuration
You can find the Wormhole peer-to-peer network configuration [here](https://docs.wormhole.com/wormhole/explore-wormhole/spy).
Loading