From 1020d7ff67e4888abbe27f8e1a4d516b4c48231c Mon Sep 17 00:00:00 2001 From: obscuren Date: Fri, 30 May 2014 16:14:46 +0200 Subject: Unified the contract interface and tx interface. Fixes #62 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 085030ce2..c52b9ca5b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ General command line options ``` 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 -upnp Enable UPnP @@ -41,6 +40,7 @@ Ethereum only ethereum [options] [filename] -js Start the JavaScript REPL filename Load the given file and interpret as JavaScript +-m Start mining blocks Etheral only -asset_path absolute path to GUI assets directory -- cgit v1.2.3 From 65c5a20e1c04c996f96f81cd959ab986b8482b6a Mon Sep 17 00:00:00 2001 From: obscuren Date: Fri, 30 May 2014 16:56:56 +0200 Subject: Added config file setup. Fixes #59 * Also fixes asset path problems --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3