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
1e55fe3a
Commit
1e55fe3a
authored
Oct 27, 2014
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated readme
parent
9d386033
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
18 deletions
+23
-18
README.md
README.md
+23
-18
No files found.
README.md
View file @
1e55fe3a
[

](https://waffle.io/ethereum/go-ethereum)
[

](https://waffle.io/ethereum/go-ethereum)
[

](https://waffle.io/ethereum/go-ethereum)
[
!
[
Stories in
Ready
](https://badge.waffle.io/ethereum/go-ethereum.svg?label=in%20progress&title=In Progress)](http://waffle.io/ethereum/go-ethereum)
Progress
](https://badge.waffle.io/ethereum/go-ethereum.svg?label=in%20progress&title=In Progress)](http://waffle.io/ethereum/go-ethereum)
Ethereum
========
...
...
@@ -12,10 +12,28 @@ Status](http://build.ethdev.com/buildstatusimage?builder=Linux%20Go%20develop%20
Ethereum Go Client © 2014 Jeffrey Wilcke.
Current state: Proof of Concept 0.
6.7.
Current state: Proof of Concept 0.
7
Ethereum is currently in its testing phase.
For build instructions see the
[
Wiki
](
https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go
)
).
Build
=====
To build Mist (GUI):
`go get github.com/ethereum/go-ethereum/cmd/mist`
To build the node (CLI):
`go get github.com/ethereum/go-ethereum/cmd/ethereum`
For further, detailed, build instruction please see the
[
Wiki
](
https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go
)
)
Automated (dev) builds:
[
OS X (Windows, Linux are Coming
Soon
™
)](http://build.ethdev.com/builds/OSX%20Go%20develop%20branch/latest/app/)
Packages
========
Ethereum Go is split up in several sub packages Please refer to each
individual package for more information.
...
...
@@ -43,21 +61,8 @@ contains the [patricia trie](http://wiki.ethereum.org/index.php/Patricia_Tree),
helpers. The
[
ethdb
](
https://github.com/ethereum/go-ethereum/tree/master/ethdb
)
package
contains the LevelDB interface and memory DB interface.
Build
=======
To build Mist (GUI):
`go get github.com/ethereum/go-ethereum/cmd/mist`
To build the node (CLI):
`go get github.com/ethereum/go-ethereum/cmd/ethereum`
For further, detailed, build instruction please see the
[
Wiki
](
https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go
)
)
General command line options
====================
====================
========
```
Shared between ethereum and Mist
...
...
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