-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #5066 +/- ##
===========================================
+ Coverage 58.71% 58.72% +0.01%
===========================================
Files 334 334
Lines 26424 26424
Branches 3133 3133
===========================================
+ Hits 15514 15517 +3
+ Misses 9909 9905 -4
- Partials 1001 1002 +1 |
doc/gitbook/README.md
Outdated
@@ -8,7 +8,6 @@ cpp-ethereum is a distribution of software including a number of diverse tools. | |||
The full software suite of cpp-ethereum includes: | |||
|
|||
- **eth** (`eth`) The mainline CLI Ethereum client. Run it in the background and it will connect to the Ethereum network; you can mine, make transactions and inspect the blockchain. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about this line?
@@ -256,23 +256,23 @@ All restored! | |||
|
|||
Because our keys all share the same format it's really easy to import keys from other clients like Geth. In fact it's exactly the same process as restoring a key from a previous backup as we did in the last step. | |||
|
|||
If we assume we have a geth key at `mygethkey.json`, then to import it to use `eth`, simply use: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is about importing keys from geth, it should stay mygethkey.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
two minor notes
Fixed. |
doc/gitbook/aleth-key.md
Outdated
|
||
``` | ||
> ethkey import mygethkey.json "My Old Geth Key" | ||
> aleth-key import mygaleth-key.json "My Old Geth Key" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mygeth-key.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
No description provided.