good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
bor
Commits
d7205b7a
Commit
d7205b7a
authored
11 years ago
by
Jeffrey Wilcke
Browse files
Options
Downloads
Patches
Plain Diff
Updated readme
parent
f1ba1df1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+20
-17
20 additions, 17 deletions
README.md
with
20 additions
and
17 deletions
README.md
+
20
−
17
View file @
d7205b7a
...
...
@@ -5,9 +5,8 @@ Ethereum
Ethereum Go developer client (c) Jeffrey Wilcke
A fair warning; Ethereum is not yet to be used in production. There's no
test-net and you aren't mining real blocks (just one which is the genesis block).
Ethereum is currently in its testing phase. The current state is "Proof
of Concept 1". For build instructions see the
[
Wiki
](
https://github.com/ethereum/go-ethereum/wiki/Building-Edge
)
.
Ethereum Go is split up in several sub packages Please refer to each
individual package for more information.
...
...
@@ -33,31 +32,35 @@ contains the LevelDB interface and memory DB interface.
This executable is the front-end (currently nothing but a dev console) for
the Ethereum Go implementation.
Deps
====
Ethereum Go makes use of a modified
`secp256k1-go`
and therefor GMP.
Ubuntu 12+
*
`apt-get install gmp-dev`
OS X 10.9+:
*
`brew install gmp`
Build
=======
`go get -u -t
github.com/ethereum/go-ethereum
`
For build instruction please see the
[
Wiki
](
https://
github.com/ethereum/go-ethereum
/wiki/Building-Edge
)
Command line options
====================
```
-c launch the developer console
-m start mining fake blocks and broadcast fake messages to the net
-c Launch the developer console
-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
```
Developer console commands
==========================
```
addp <host>:<port> Connect to the given host
tx <addr> <amount> Send <amount> Wei to the specified <addr>
```
See the "help" command for
*developer*
options.
Contribution
============
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment