Skip to content

Commit

Permalink
node: docs for running a spy against mainnet (wormhole-foundation#1511)
Browse files Browse the repository at this point in the history
  • Loading branch information
SEJeff authored Sep 3, 2022
1 parent eeb1682 commit 811e17a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions relayer/spy_relayer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,17 @@ docker run \
spy --nodeKey /node.key --spyRPC "[::]:7073" --network /wormhole/testnet/2/1 --bootstrap /dns4/wormhole-testnet-v2-bootstrap.certus.one/udp/8999/quic/p2p/12D3KooWBY9ty9CXLBXGQzMuqkziLntsVcyz4pk1zWaJRvJn6Mmt
```

To run the spy against mainnet:

```bash
docker run \
--platform=linux/amd64 \
-p 7073:7073 \
--entrypoint /guardiand \
ghcr.io/wormhole-foundation/guardiand:latest \
spy --nodeKey /node.key --spyRPC "[::]:7073" --network /wormhole/mainnet/2 --bootstrap /dns4/wormhole-mainnet-v2-bootstrap.certus.one/udp/8999/quic/p2p/12D3KooWQp644DK27fd3d4Km3jr7gHiuJJ5ZGmy8hH4py7fP4FP7
```

### Run The Apps

This runs the Spy Listener, REST Listener, Relayer, and Wallet Monitor all in a single process for development and testing purposes:
Expand Down

0 comments on commit 811e17a

Please sign in to comment.