good morning!!!!

Skip to content
Snippets Groups Projects
Commit d16d56d3 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Updated readme to reflect options

parent 93e12250
No related branches found
No related tags found
No related merge requests found
......@@ -26,28 +26,24 @@ General command line options
====================
```
-c Launch the developer console (node only)
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 (= 30303)
-upnp Enable UPnP (= false)
-x Desired amount of peers (= 5)
-h This help
-p Port on which the server will accept incomming connections
-upnp Enable UPnP
-x Desired amount of peers
-r Start JSON RPC
-dir Data directory used to store configs and databases (=".ethereum")
-import Import a private key (hex)
```
-dir Data directory used to store configs and databases
-import Import a private key
-h This
Developer console commands
==========================
Ethereum only
ethereum [options] [filename]
-js Start the JavaScript REPL
Etheral only
-asset_path absolute path to GUI assets directory
```
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.
Contribution
============
......
......@@ -9,7 +9,7 @@
<script type="text/javascript">
var jefcoinAddr = "739105c31705038744d190332e3a07c8fea8a9eb"
var jefcoinAddr = "fc0a9436890478bb9b1c6ed7455c2535366f4a99"
var mAddr = ""
function createTransaction() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment