aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-21 04:13:39 +0800
committerobscuren <geffobscura@gmail.com>2014-05-21 04:13:39 +0800
commitd16d56d39f99aab6022291a28df288736e789985 (patch)
tree4de4a29807256473014a9bcec4af6e398abe4b0f /README.md
parent93e12250c702521807247a66d74cc0792370d83b (diff)
downloadgo-tangerine-d16d56d39f99aab6022291a28df288736e789985.tar
go-tangerine-d16d56d39f99aab6022291a28df288736e789985.tar.gz
go-tangerine-d16d56d39f99aab6022291a28df288736e789985.tar.bz2
go-tangerine-d16d56d39f99aab6022291a28df288736e789985.tar.lz
go-tangerine-d16d56d39f99aab6022291a28df288736e789985.tar.xz
go-tangerine-d16d56d39f99aab6022291a28df288736e789985.tar.zst
go-tangerine-d16d56d39f99aab6022291a28df288736e789985.zip
Updated readme to reflect options
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 12 insertions, 16 deletions
diff --git a/README.md b/README.md
index 3a73f8ac9..30db835f2 100644
--- a/README.md
+++ b/README.md
@@ -26,28 +26,24 @@ General command line options
====================
```
--c Launch the developer console (node only)
+Shared between ethereum and ethereal
-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
+-p Port on which the server will accept incomming connections
+-upnp Enable UPnP
+-x Desired amount of peers
-r Start JSON RPC
--dir Data directory used to store configs and databases (=".ethereum")
--import Import a private key (hex)
-```
+-dir Data directory used to store configs and databases
+-import Import a private key
+-h This
-Developer console commands
-==========================
+Ethereum only
+ethereum [options] [filename]
+-js Start the JavaScript REPL
+Etheral only
+-asset_path absolute path to GUI assets directory
```
-addp <host>:<port> Connect to the given host
-tx <addr> <amount> Send <amount> Wei to the specified <addr>
-contract <value> <gasprice> Creates a new contract and launches the editor
-```
-
-See the "help" command for *developer* options.
Contribution
============