Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
d16d56d3
Commit
d16d56d3
authored
May 20, 2014
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated readme to reflect options
parent
93e12250
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
17 deletions
+13
-17
README.md
README.md
+12
-16
samplecoin.html
ethereal/assets/samplecoin/samplecoin.html
+1
-1
No files found.
README.md
View file @
d16d56d3
...
@@ -26,28 +26,24 @@ General command line options
...
@@ -26,28 +26,24 @@ General command line options
====================
====================
```
```
-c Launch the developer console (node only)
Shared between ethereum and ethereal
-m Start mining blocks
-m Start mining blocks
-genaddr Generates a new address and private key (destructive action)
-genaddr Generates a new address and private key (destructive action)
-p Port on which the server will accept incomming connections (= 30303)
-p Port on which the server will accept incomming connections
-upnp Enable UPnP (= false)
-upnp Enable UPnP
-x Desired amount of peers (= 5)
-x Desired amount of peers
-h This help
-r Start JSON RPC
-r Start JSON RPC
-dir Data directory used to store configs and databases
(=".ethereum")
-dir Data directory used to store configs and databases
-import Import a private key
(hex)
-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
Contribution
============
============
...
...
ethereal/assets/samplecoin/samplecoin.html
View file @
d16d56d3
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
jefcoinAddr
=
"
739105c31705038744d190332e3a07c8fea8a9eb
"
var
jefcoinAddr
=
"
fc0a9436890478bb9b1c6ed7455c2535366f4a99
"
var
mAddr
=
""
var
mAddr
=
""
function
createTransaction
()
{
function
createTransaction
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment