From 83db616b370b236ba8e94f701547ecb92587b579 Mon Sep 17 00:00:00 2001 From: makarid Date: Mon, 11 Dec 2023 15:24:07 +0200 Subject: [PATCH 1/3] Update WORMHOLE_BOOTSTRAP endpoint Adding more info on read me about Go version used --- .envrc.sample | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.envrc.sample b/.envrc.sample index 1dadf90..4d8ec04 100644 --- a/.envrc.sample +++ b/.envrc.sample @@ -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/t-guardian-01.nodes.stable.io/udp/8999/quic/p2p/12D3KooWCW3LGUtkCVkHZmVSZHzL3C4WRKWfqAiJPz1NR7dT9Bxh,/dns4/t-guardian-02.nodes.stable.io/udp/8999/quic/p2p/12D3KooWJXA6goBCiWM8ucjzc4jVUBSqL9Rri6UpjHbkMPErz5zK export WORMHOLE_LISTEN_PORT=8999 export NATS_URL=127.0.0.1:4222 export NATS_STREAM=mainnet-vaas diff --git a/README.md b/README.md index 7f9cfc4..ba15ff8 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,5 @@ 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. + +# It works with Go v1.20.12 and older \ No newline at end of file From 2f9d2a7acba111179f1d438269e0ba262156079f Mon Sep 17 00:00:00 2001 From: makarid Date: Wed, 13 Dec 2023 11:13:19 +0200 Subject: [PATCH 2/3] Update WORMHOLE_BOOTSTRAP to new mainnet endpoint --- .envrc.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc.sample b/.envrc.sample index 4d8ec04..588a5ad 100644 --- a/.envrc.sample +++ b/.envrc.sample @@ -1,5 +1,5 @@ export WORMHOLE_NETWORK_ID=/wormhole/mainnet/2 -export WORMHOLE_BOOTSTRAP=/dns4/t-guardian-01.nodes.stable.io/udp/8999/quic/p2p/12D3KooWCW3LGUtkCVkHZmVSZHzL3C4WRKWfqAiJPz1NR7dT9Bxh,/dns4/t-guardian-02.nodes.stable.io/udp/8999/quic/p2p/12D3KooWJXA6goBCiWM8ucjzc4jVUBSqL9Rri6UpjHbkMPErz5zK +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 From c0ff797ae6146233cef205518a95b4c527dbdff2 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Wed, 13 Dec 2023 10:32:54 +0100 Subject: [PATCH 3/3] Update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba15ff8..870613e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -35,4 +37,5 @@ For optimal performance, co-locate Beacon with the NATS server to minimize overa 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. -# It works with Go v1.20.12 and older \ No newline at end of file +# Wormhole P2P configuration +You can find the Wormhole peer-to-peer network configuration [here](https://docs.wormhole.com/wormhole/explore-wormhole/spy). \ No newline at end of file