You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ Using this relatively simple script you can fetch the most pertinent information
6
6
7
7
This script uses the Prometheus stats baked into `cardano-node` so you may need to change the `promport` variable to match the Prometheus port (set to 12798 by default) specified in your `mainnet-config.json` file. You can also adjust the `refreshrate` variable to increase or decrease the refresh rate of the script (set to refresh every two (2) seconds by default).
8
8
9
+
#### Version 1.4 Changes
10
+
11
+
Version 1.4 introduces a couple of changes including the ability to provide a "Node Name" to label your stats view (i.e. "[TICKR] Relay #1").
12
+
13
+
Also introduced a check for the total number of remote peers connected. This is configured via the `cardanoport` variable and may need to be updated if you do not use the default `3001` port.
0 commit comments