aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-30 22:56:56 +0800
committerobscuren <geffobscura@gmail.com>2014-05-30 22:56:56 +0800
commit65c5a20e1c04c996f96f81cd959ab986b8482b6a (patch)
tree9f34f820c3667cd586d8f09ef7954bb10eb2c3d5 /README.md
parent1020d7ff67e4888abbe27f8e1a4d516b4c48231c (diff)
downloadgo-tangerine-65c5a20e1c04c996f96f81cd959ab986b8482b6a.tar
go-tangerine-65c5a20e1c04c996f96f81cd959ab986b8482b6a.tar.gz
go-tangerine-65c5a20e1c04c996f96f81cd959ab986b8482b6a.tar.bz2
go-tangerine-65c5a20e1c04c996f96f81cd959ab986b8482b6a.tar.lz
go-tangerine-65c5a20e1c04c996f96f81cd959ab986b8482b6a.tar.xz
go-tangerine-65c5a20e1c04c996f96f81cd959ab986b8482b6a.tar.zst
go-tangerine-65c5a20e1c04c996f96f81cd959ab986b8482b6a.zip
Added config file setup. Fixes #59
* Also fixes asset path problems
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index c52b9ca5b..c32b51037 100644
--- a/README.md
+++ b/README.md
@@ -27,13 +27,15 @@ General command line options
```
Shared between ethereum and ethereal
--genaddr Generates a new address and private key (destructive action)
--p Port on which the server will accept incomming connections
+-id Set the custom identifier of the client (shows up on other clients)
+-port Port on which the server will accept incomming connections
-upnp Enable UPnP
--x Desired amount of peers
--r Start JSON RPC
+-maxpeer Desired amount of peers
+-rpc Start JSON RPC
+
-dir Data directory used to store configs and databases
-import Import a private key
+-genaddr Generates a new address and private key (destructive action)
-h This
Ethereum only