diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-30 22:56:56 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-30 22:56:56 +0800 |
commit | 65c5a20e1c04c996f96f81cd959ab986b8482b6a (patch) | |
tree | 9f34f820c3667cd586d8f09ef7954bb10eb2c3d5 /README.md | |
parent | 1020d7ff67e4888abbe27f8e1a4d516b4c48231c (diff) | |
download | dexon-65c5a20e1c04c996f96f81cd959ab986b8482b6a.tar.gz dexon-65c5a20e1c04c996f96f81cd959ab986b8482b6a.tar.zst dexon-65c5a20e1c04c996f96f81cd959ab986b8482b6a.zip |
Added config file setup. Fixes #59
* Also fixes asset path problems
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |