diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-30 22:14:46 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-30 22:14:46 +0800 |
commit | 1020d7ff67e4888abbe27f8e1a4d516b4c48231c (patch) | |
tree | 940abfa8937de0973729f488c6a42e2fa47cc7b7 /README.md | |
parent | e7c9b86a5aba022afd812f1a4fb554ee17a74bbd (diff) | |
download | go-tangerine-1020d7ff67e4888abbe27f8e1a4d516b4c48231c.tar.gz go-tangerine-1020d7ff67e4888abbe27f8e1a4d516b4c48231c.tar.zst go-tangerine-1020d7ff67e4888abbe27f8e1a4d516b4c48231c.zip |
Unified the contract interface and tx interface. Fixes #62
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |