Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ cd eth-netstats
npm install
```

####Configuring netstat for your cluster
#### Configuring netstat for your cluster

```
bash /path/to/eth-utils/netstatconf.sh <number_of_clusters> <name_prefix> <ws_server> <ws_secret>
Expand All @@ -118,7 +118,7 @@ cd eth-utils
bash ./netstatconfig.sh 8 cicada http://localhost:3301 kscc > ~/leagues/3301/cicada.json
```

####Installing eth-net-intelligence-api
#### Installing eth-net-intelligence-api

```
git clone https://github.com/cubedro/eth-net-intelligence-api
Expand Down Expand Up @@ -146,7 +146,7 @@ pm2 start ~/leagues/3301/cicada.json
```


####Starting the monitor
#### Starting the monitor

Use your own eth-netstat server to monitor a league on a port corresponding to a league

Expand Down