Skip to content

Commit

Permalink
Update README.md (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
Immanuel-john authored Feb 8, 2024
1 parent a1a825c commit 35a27aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35a27aa

Please sign in to comment.