Skip to content

Commit

Permalink
Merge pull request #6 from Alethio/deployments
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
baxy authored Feb 15, 2019
2 parents aa53246 + 9568743 commit d232f17
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -75,10 +81,10 @@ 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.
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/)
Expand Down

0 comments on commit d232f17

Please sign in to comment.