aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-02-28 19:20:47 +0800
committerobscuren <geffobscura@gmail.com>2014-02-28 19:20:47 +0800
commit0adfa489de3fb88c995246d0b70af8bbd06f8db7 (patch)
treeaf34f0c678fc75dda0d186285240beef9aa5b42c /README.md
parent6db8b5d06a41ef573ec43394a11fd0e668372860 (diff)
parent560a7073f457a32c9d053f1a4b20f76d949f519d (diff)
downloaddexon-0adfa489de3fb88c995246d0b70af8bbd06f8db7.tar
dexon-0adfa489de3fb88c995246d0b70af8bbd06f8db7.tar.gz
dexon-0adfa489de3fb88c995246d0b70af8bbd06f8db7.tar.bz2
dexon-0adfa489de3fb88c995246d0b70af8bbd06f8db7.tar.lz
dexon-0adfa489de3fb88c995246d0b70af8bbd06f8db7.tar.xz
dexon-0adfa489de3fb88c995246d0b70af8bbd06f8db7.tar.zst
dexon-0adfa489de3fb88c995246d0b70af8bbd06f8db7.zip
Merge branch 'release/0.3.0'
Diffstat (limited to 'README.md')
-rw-r--r--README.md41
1 files changed, 9 insertions, 32 deletions
diff --git a/README.md b/README.md
index d0a08f7b8..034b35f97 100644
--- a/README.md
+++ b/README.md
@@ -3,44 +3,18 @@ Ethereum
[![Build Status](https://travis-ci.org/ethereum/go-ethereum.png?branch=master)](https://travis-ci.org/ethereum/go-ethereum)
-Ethereum Go developer client (c) Jeffrey Wilcke
-
-Ethereum is currently in its testing phase. The current state is "Proof
-of Concept 2". 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
-individual package for more information.
- 1. [eth](https://github.com/ethereum/eth-go)
- 2. [ethchain](https://github.com/ethereum/ethchain-go)
- 3. [ethwire](https://github.com/ethereum/ethwire-go)
- 4. [ethdb](https://github.com/ethereum/ethdb-go)
- 5. [ethutil](https://github.com/ethereum/ethutil-go)
-
-The [eth](https://github.com/ethereum/eth-go) is the top-level package
-of the Ethereum protocol. It functions as the Ethereum bootstrapping and
-peer communication layer. The [ethchain](https://github.com/ethereum/ethchain-go)
-contains the Ethereum blockchain, block manager, transaction and
-transaction handlers. The [ethwire](https://github.com/ethereum/ethwire-go) contains
-the Ethereum [wire protocol](http://wiki.ethereum.org/index.php/Wire_Protocol) which can be used
-to hook in to the Ethereum network. [ethutil](https://github.com/ethereum/ethutil-go) contains
-utility functions which are not Ethereum specific. The utility package
-contains the [patricia trie](http://wiki.ethereum.org/index.php/Patricia_Tree),
-[RLP Encoding](http://wiki.ethereum.org/index.php/RLP) and hex encoding
-helpers. The [ethdb](https://github.com/ethereum/ethdb-go) package
-contains the LevelDB interface and memory DB interface.
-
-This executable is the front-end (currently nothing but a dev console) for
-the Ethereum Go implementation.
-
-If you'd like to start developing your own tools please check out the
-[development](https://github.com/ethereum/eth-go) package.
+Ethereum Go Client (c) Jeffrey Wilcke
+
+The current state is "Proof of Concept 3". For build instructions see
+the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Edge).
+
+For the development Go Package please see [eth-go package](https://github.com/ethereum/eth-go).
Build
=======
For build instruction please see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Edge)
-
Command line options
====================
@@ -52,6 +26,9 @@ Command line options
-upnp Enable UPnP (= false)
-x Desired amount of peers (= 5)
-h This help
+-gui Launch with GUI (= true)
+-dir Data directory used to store configs and databases (=".ethereum")
+-import Import a private key (hex)
```
Developer console commands