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
d7205b7a
Commit
d7205b7a
authored
Feb 08, 2014
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated readme
parent
f1ba1df1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
17 deletions
+20
-17
README.md
README.md
+20
-17
No files found.
README.md
View file @
d7205b7a
...
@@ -5,9 +5,8 @@ Ethereum
...
@@ -5,9 +5,8 @@ Ethereum
Ethereum Go developer client (c) Jeffrey Wilcke
Ethereum Go developer client (c) Jeffrey Wilcke
A fair warning; Ethereum is not yet to be used in production. There's no
Ethereum is currently in its testing phase. The current state is "Proof
test-net and you aren't mining real blocks (just one which is the genesis block).
of Concept 1". For build instructions see the
[
Wiki
](
https://github.com/ethereum/go-ethereum/wiki/Building-Edge
)
.
Ethereum Go is split up in several sub packages Please refer to each
Ethereum Go is split up in several sub packages Please refer to each
individual package for more information.
individual package for more information.
...
@@ -33,31 +32,35 @@ contains the LevelDB interface and memory DB interface.
...
@@ -33,31 +32,35 @@ contains the LevelDB interface and memory DB interface.
This executable is the front-end (currently nothing but a dev console) for
This executable is the front-end (currently nothing but a dev console) for
the Ethereum Go implementation.
the Ethereum Go implementation.
Deps
====
Ethereum Go makes use of a modified
`secp256k1-go`
and therefor GMP.
Ubuntu 12+
*
`apt-get install gmp-dev`
OS X 10.9+:
*
`brew install gmp`
Build
Build
=======
=======
`go get -u -t github.com/ethereum/go-ethereum`
For build instruction please see the
[
Wiki
](
https://github.com/ethereum/go-ethereum/wiki/Building-Edge
)
Command line options
Command line options
====================
====================
```
```
-c launch the developer console
-c Launch the developer console
-m start mining fake blocks and broadcast fake messages to the net
-m Start mining blocks
-genaddr Generates a new address and private key (destructive action)
-p Port on which the server will accept incomming connections (= 30303)
-upnp Enable UPnP (= false)
-x Desired amount of peers (= 5)
-h This help
```
```
Developer console commands
==========================
```
addp <host>:<port> Connect to the given host
tx <addr> <amount> Send <amount> Wei to the specified <addr>
```
See the "help" command for
*developer*
options.
Contribution
Contribution
============
============
...
...
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