-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update register text and readme file
- Loading branch information
Showing
5 changed files
with
251 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.