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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
bor
Commits
b94dfc8d
Commit
b94dfc8d
authored
Oct 17, 2014
by
Thibauld Favre
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation and install.sh script to reflect renaming from ethereal to mist
parent
abdf5e76
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-4
4 additions, 4 deletions
README.md
install.sh
+3
-3
3 additions, 3 deletions
install.sh
with
7 additions
and
7 deletions
README.md
+
4
−
4
View file @
b94dfc8d
...
...
@@ -14,9 +14,9 @@ For the development package please see the [eth-go package](https://github.com/e
Build
=======
To build
Ethereal
(GUI):
To build
Mist
(GUI):
`go get github.com/ethereum/go-ethereum/
ethereal
`
`go get github.com/ethereum/go-ethereum/
mist
`
To build the node (CLI):
...
...
@@ -28,7 +28,7 @@ General command line options
====================
```
Shared between ethereum and
ethereal
Shared between ethereum and
Mist
-id Set the custom identifier of the client (shows up on other clients)
-port Port on which the server will accept incomming connections
-upnp Enable UPnP
...
...
@@ -46,7 +46,7 @@ ethereum [options] [filename]
filename Load the given file and interpret as JavaScript
-m Start mining blocks
Etheral
only
Mist
only
-asset_path absolute path to GUI assets directory
```
...
...
This diff is collapsed.
Click to expand it.
install.sh
+
3
−
3
View file @
b94dfc8d
...
...
@@ -2,7 +2,7 @@
if
[
"
$1
"
==
""
]
;
then
echo
"Usage
$0
executable branch ethereum develop"
echo
"executable ethereum or
ethereal
"
echo
"executable ethereum or
mist
"
echo
"branch develop or master"
exit
fi
...
...
@@ -41,8 +41,8 @@ echo "go-ethereum"
cd
$GOPATH
/src/github.com/ethereum/go-ethereum/
$exe
git checkout
$branch
if
[
"
$exe
"
==
"
ethereal
"
]
;
then
echo
"Building
ethereal
GUI. Assuming Qt is installed. If this step"
if
[
"
$exe
"
==
"
mist
"
]
;
then
echo
"Building
Mist
GUI. Assuming Qt is installed. If this step"
echo
"fails; please refer to: https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go)"
else
echo
"Building ethereum CLI."
...
...
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