Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
86c43d97
Commit
86c43d97
authored
Mar 27, 2015
by
Jeffrey Wilcke
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #581 from aperseghin/patch-1
Update README.md
parents
0b4b2b81
5838847a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+6
-6
No files found.
README.md
View file @
86c43d97
...
@@ -20,7 +20,7 @@ Mist (GUI):
...
@@ -20,7 +20,7 @@ Mist (GUI):
`go get github.com/ethereum/go-ethereum/cmd/mist`
`go get github.com/ethereum/go-ethereum/cmd/mist`
Ethereum
(CLI):
Geth
(CLI):
`go get github.com/ethereum/go-ethereum/cmd/ethereum`
`go get github.com/ethereum/go-ethereum/cmd/ethereum`
...
@@ -32,10 +32,10 @@ Mist (GUI):
...
@@ -32,10 +32,10 @@ Mist (GUI):
godep go build -v ./cmd/mist
godep go build -v ./cmd/mist
```
```
Ethereum
(CLI):
Geth
(CLI):
```
```
godep go build -v ./cmd/
ethereum
godep go build -v ./cmd/
geth
```
```
Instead of
`build`
, you can use
`install`
which will also install the resulting binary.
Instead of
`build`
, you can use
`install`
which will also install the resulting binary.
...
@@ -61,7 +61,7 @@ Go Ethereum comes with several wrappers/executables found in
...
@@ -61,7 +61,7 @@ Go Ethereum comes with several wrappers/executables found in
[
the `cmd` directory
](
https://github.com/ethereum/go-ethereum/tree/develop/cmd
)
:
[
the `cmd` directory
](
https://github.com/ethereum/go-ethereum/tree/develop/cmd
)
:
*
`mist`
Official Ethereum Browser (ethereum GUI client)
*
`mist`
Official Ethereum Browser (ethereum GUI client)
*
`
ethereum
`
Ethereum CLI (ethereum command line interface client)
*
`
geth
`
Ethereum CLI (ethereum command line interface client)
*
`bootnode`
runs a bootstrap node for the Discovery Protocol
*
`bootnode`
runs a bootstrap node for the Discovery Protocol
*
`ethtest`
test tool which runs with the
[
tests
](
https://github.com/ethereum/testes
)
suite:
*
`ethtest`
test tool which runs with the
[
tests
](
https://github.com/ethereum/testes
)
suite:
`cat file | ethtest`
.
`cat file | ethtest`
.
...
@@ -73,12 +73,12 @@ Go Ethereum comes with several wrappers/executables found in
...
@@ -73,12 +73,12 @@ Go Ethereum comes with several wrappers/executables found in
Command line options
Command line options
============================
============================
Both
`mist`
and
`
ethereum
`
can be configured via command line options, environment variables and config files.
Both
`mist`
and
`
geth
`
can be configured via command line options, environment variables and config files.
To get the options available:
To get the options available:
```
```
ethereum
-help
geth
-help
```
```
For further details on options, see the
[
wiki
](
https://github.com/ethereum/go-ethereum/wiki/Command-Line-Options
)
For further details on options, see the
[
wiki
](
https://github.com/ethereum/go-ethereum/wiki/Command-Line-Options
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment