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