aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-03-31 04:03:29 +0800
committerobscuren <geffobscura@gmail.com>2014-03-31 04:03:29 +0800
commitebbc5e7cb8b3886c8557f9f8623113f52f7f5e4a (patch)
tree684273091e74e345eaad76190d155ac1ae92f2a2 /README.md
parent3fb7ae2fa19fede545466694fbf9d86a85310bd9 (diff)
downloadgo-tangerine-ebbc5e7cb8b3886c8557f9f8623113f52f7f5e4a.tar
go-tangerine-ebbc5e7cb8b3886c8557f9f8623113f52f7f5e4a.tar.gz
go-tangerine-ebbc5e7cb8b3886c8557f9f8623113f52f7f5e4a.tar.bz2
go-tangerine-ebbc5e7cb8b3886c8557f9f8623113f52f7f5e4a.tar.lz
go-tangerine-ebbc5e7cb8b3886c8557f9f8623113f52f7f5e4a.tar.xz
go-tangerine-ebbc5e7cb8b3886c8557f9f8623113f52f7f5e4a.tar.zst
go-tangerine-ebbc5e7cb8b3886c8557f9f8623113f52f7f5e4a.zip
Updated to new mutan api
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index a29bfb6d3..04c0cf78a 100644
--- a/README.md
+++ b/README.md
@@ -13,18 +13,17 @@ Build
=======
For build instruction please see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go))
-Command line options
+General command line options
====================
```
--c Launch the developer console
+-c Launch the developer console (node only)
-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
--gui Launch with GUI (= true)
-dir Data directory used to store configs and databases (=".ethereum")
-import Import a private key (hex)
```
@@ -33,8 +32,9 @@ Developer console commands
==========================
```
-addp <host>:<port> Connect to the given host
-tx <addr> <amount> Send <amount> Wei to the specified <addr>
+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.
@@ -57,7 +57,7 @@ Coding standards
Sources should be formatted according to the [Go Formatting
Style](http://golang.org/doc/effective_go.html#formatting).
-Unless structs fields are supposed to be directly accesible, provide
+Unless structs fields are supposed to be directly accessible, provide
Getters and hide the fields through Go's exporting facility.
When you comment put meaningfull comments. Describe in detail what you