mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
Add usage instructions
This commit is contained in:
parent
a13a0df7a9
commit
a8974ba475
1 changed files with 11 additions and 6 deletions
15
README.md
15
README.md
|
|
@ -5,12 +5,11 @@ Official golang implementation of the Ethereum protocol.
|
||||||
[](https://godoc.org/github.com/ethereum/go-ethereum)
|
)](https://godoc.org/github.com/ethereum/go-ethereum)
|
||||||
[](https://goreportcard.com/report/github.com/ethereum/go-ethereum)
|
[](https://goreportcard.com/report/github.com/ellaism/multi-geth)
|
||||||
[](https://travis-ci.org/ethereum/go-ethereum)
|
[](https://travis-ci.org/ellaism/multi-geth)
|
||||||
[](https://gitter.im/ethereum/go-ethereum?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
[](https://discord.gg/gz9tURY)
|
||||||
|
|
||||||
Automated builds are available for stable releases and the unstable master branch.
|
Binary archives are published at https://github.com/ellaism/multi-geth/releases.
|
||||||
Binary archives are published at https://geth.ethereum.org/downloads/.
|
|
||||||
|
|
||||||
## Building the source
|
## Building the source
|
||||||
|
|
||||||
|
|
@ -28,6 +27,12 @@ or, to build the full suite of utilities:
|
||||||
|
|
||||||
make all
|
make all
|
||||||
|
|
||||||
|
## Ellaism network
|
||||||
|
|
||||||
|
The current version by default connect to Ethereum network, to get on Ellaism network, pass the `--ellaism` flag. For example:
|
||||||
|
|
||||||
|
geth --ellaism
|
||||||
|
|
||||||
## Executables
|
## Executables
|
||||||
|
|
||||||
The go-ethereum project comes with several wrappers/executables found in the `cmd` directory.
|
The go-ethereum project comes with several wrappers/executables found in the `cmd` directory.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue