From 35a27aa0c46bb764646fd847eb6f2c513512553f Mon Sep 17 00:00:00 2001 From: Immanuel John Date: Thu, 8 Feb 2024 14:20:12 +0530 Subject: [PATCH] Update README.md (#319) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 51c9391a..399ce403 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,11 @@ Depending on what binary you downloaded certain features might not be available # Runs the chain ./ternoa --chain alphanet-dev --alice --tmp --name MyLocalNode --rpc-external --ws-external --rpc-cors all --telemetry-url "wss://telemetry.polkadot.io/submit/ 0" ``` +### With Provided Binary If You Want To Run An Archive Node With Telemetry +```bash + # Runs the chain + ./ternoa --name MyFirstNode --chain mainnet --base-path /block/chain/node-data --ws-max-connections 1000 --prometheus-port 9615 --validator --telemetry-url "wss://telemetry.polkadot.io/submit/ 0" --state-pruning archive +``` # Running Benchmarks ```bash