Skip to content

Commit

Permalink
Update register text and readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
baxy committed Mar 27, 2019
1 parent 8b38d31 commit c486bd2
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 234 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.4.20] - 2019-03-27
- Update register text and readme file

## [2.4.19] - 2019-02-28
- Nethermind support for the latest blocks filter ([#9](https://github.com/Alethio/ethstats-cli/issues/9))
- Added details for the authentication error if trying to change the network/server ([#9](https://github.com/Alethio/ethstats-cli/issues/9))
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ IMPORTANT: This is available ONLY in interactive mode.
If you lost your secret key or config file or accidentally deleted it and want to use the same node name previously registered, there is possible to recover it.
To do that start `ethstats-cli` and on startup by not having a config file it will try to register by asking you:
```
? Do you wish to install as a new node or as an existing one ?
? Is your node already registered ?
New node
> Existing node
```
Expand Down Expand Up @@ -241,6 +241,8 @@ node:latest \
/bin/sh -c "yarn global add ethstats-cli && ethstats-cli --register --account-email [email protected] --node-name your_node_name"
```
IMPORTANT: If you are running `ethstats-cli` through docker on a Mac OS X and the node is running on the same host, but not through docker make sure you specify the correct client url by adding `--client-url http://docker.for.mac.localhost:8545`
## Updating
If you started from `alethio/ehtstats-cli` docker image:
Expand Down
2 changes: 1 addition & 1 deletion lib/Register.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default class Register {
{
type: 'list',
name: 'installationType',
message: 'Do you wish to install as new node or as an existing one ?',
message: 'Is your node already registered ?',
choices: [
{
name: 'New node',
Expand Down
Loading

0 comments on commit c486bd2

Please sign in to comment.