From aa0f8538edf8bc931507bc860ab6076317d959d1 Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Thu, 20 Jun 2019 19:59:20 -0700 Subject: [PATCH] Fix client script arguments in the book (#4760) --- book/src/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/getting-started.md b/book/src/getting-started.md index e2a7e70cbc..5632a50a72 100644 --- a/book/src/getting-started.md +++ b/book/src/getting-started.md @@ -161,7 +161,7 @@ This will dump all the threads stack traces into gdb.txt In this example the client connects to our public testnet. To run validators on the testnet you would need to open udp ports `8000-10000`. ```bash -$ ./multinode-demo/client.sh --entrypoint testnet.solana.com:8001 --duration 60 +$ ./multinode-demo/client.sh --entrypoint testnet.solana.com:8001 --drone testnet.solana.com:9900 --duration 60 --tx_count 50 ``` You can observe the effects of your client's transactions on our [dashboard](https://metrics.solana.com:3000/d/testnet/testnet-hud?orgId=2&from=now-30m&to=now&refresh=5s&var-testnet=testnet)