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
c6dbe9dc
Commit
c6dbe9dc
authored
9 years ago
by
Taylor Gerring
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Travis and README cleanup
parent
6b2a03fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
10 deletions
+6
-10
.travis.yml
.travis.yml
+3
-6
README.md
README.md
+3
-4
No files found.
.travis.yml
View file @
c6dbe9dc
...
...
@@ -2,7 +2,6 @@ language: go
go
:
-
1.4.2
before_install
:
-
sudo add-apt-repository ppa:beineri/opt-qt541 -y
-
sudo apt-get update -qq
-
sudo apt-get install -yqq libgmp3-dev
install
:
...
...
@@ -22,14 +21,12 @@ after_success:
-
if [ "$COVERALLS_TOKEN" ]; then goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN; fi
env
:
global
:
-
PKG_CONFIG_PATH=/opt/qt54/lib/pkgconfig
-
LD_LIBRARY_PATH=/opt/qt54/lib
-
secure
:
"
U2U1AmkU4NJBgKR/uUAebQY87cNL0+1JHjnLOmmXwxYYyj5ralWb1aSuSH3qSXiT93qLBmtaUkuv9fberHVqrbAeVlztVdUsKAq7JMQH+M99iFkC9UiRMqHmtjWJ0ok4COD1sRYixxi21wb/JrMe3M1iL4QJVS61iltjHhVdM64="
notifications
:
webhooks
:
urls
:
-
https://webhooks.gitter.im/e/e09ccdce1048c5e03445
on_success
:
change
# options: [always|never|change] default: always
on_failure
:
always
# options: [always|never|change] default: always
on_start
:
false
# default: false
on_success
:
change
on_failure
:
always
on_start
:
false
This diff is collapsed.
Click to expand it.
README.md
View file @
c6dbe9dc
...
...
@@ -44,11 +44,10 @@ Executables
Go Ethereum comes with several wrappers/executables found in
[
the `cmd` directory
](
https://github.com/ethereum/go-ethereum/tree/develop/cmd
)
:
*
`mist`
Official Ethereum Browser (ethereum GUI client)
*
`geth`
Ethereum CLI (ethereum command line interface client)
*
`bootnode`
runs a bootstrap node for the Discovery Protocol
*
`ethtest`
test tool which runs with the
[
tests
](
https://github.com/ethereum/test
e
s
)
suite:
`
cat file | ethtest
`
.
*
`ethtest`
test tool which runs with the
[
tests
](
https://github.com/ethereum/tests
)
suite:
`
/path/to/test.json > ethtest --test BlockTests --stdin
`
.
*
`evm`
is a generic Ethereum Virtual Machine:
`evm -code 60ff60ff -gas
10000 -price 0 -dump`
. See
`-h`
for a detailed description.
*
`disasm`
disassembles EVM code:
`echo "6001" | disasm`
...
...
@@ -57,7 +56,7 @@ Go Ethereum comes with several wrappers/executables found in
Command line options
====================
Both
`mist`
and
`geth`
can be configured via command line options, environment variables and config files.
`geth`
can be configured via command line options, environment variables and config files.
To get the options available:
...
...
This diff is collapsed.
Click to expand it.
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