From cf6ee83b13bbfe667eb6308d0e6ad76ef342ae70 Mon Sep 17 00:00:00 2001 From: tzapu Date: Fri, 15 Feb 2019 18:53:07 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a5f625..fa981f5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,13 @@ > EthStats - Network Monitor - CLI Client > > -> The client application connects to your Ethereum node through RPC and extract data that will be sent to the `EthStats - Network Monitor - Server` for analytics purposes. Stats are displayed on [net.ethstats.io](https://net.ethstats.io/) +> The client application connects to your Ethereum node through RPC and extract data that will be sent to the `EthStats - Network Monitor - Server` for analytics purposes. + +# Live deployments +See active nodes or add your own on the following running deployments of the EthStats Network Monitor + +[Mainnet](https://net.ethstats.io/) +[Görli Testnet](https://net.goerli.ethstats.io/) # Contents - [Getting Started](#getting-started) @@ -75,7 +81,7 @@ yarn global upgrade ethstats-cli ``` ## Running -On the first run of the app you will be asked a series of questions to setup your node. +On the first run the app will start in interactive mode and you will be asked a series of questions to setup your node. Either follow the on screen instructions or see [CLI options](#cli-options) for a non-interactive mode. The app is configured by default to connect to an Ethereum node on the local machine (http://localhost:8545) that is running on the `mainnet` network. From 9568743040855222683bfba1f512b344d7f10872 Mon Sep 17 00:00:00 2001 From: baxy Date: Fri, 15 Feb 2019 19:28:09 +0200 Subject: [PATCH 2/2] Readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa981f5..2a13826 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ yarn global upgrade ethstats-cli On the first run the app will start in interactive mode and you will be asked a series of questions to setup your node. Either follow the on screen instructions or see [CLI options](#cli-options) for a non-interactive mode. -The app is configured by default to connect to an Ethereum node on the local machine (http://localhost:8545) that is running on the `mainnet` network. +The app is configured by default to connect to an Ethereum node on the local machine (http://localhost:8545). To connect to a node running on another host see `--client-url` under [CLI options](#cli-options). After the setup is done, your node will be visible on [net.ethstats.io](https://net.ethstats.io/)