mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
README: migration wording update
This commit is contained in:
parent
43d2942120
commit
fa6842a21d
1 changed files with 9 additions and 7 deletions
16
README.md
16
README.md
|
|
@ -5,11 +5,10 @@ A distribution of go-ethereum with support of multiple Ethereum-like networks.
|
|||
[](https://godoc.org/github.com/ethereum/go-ethereum)
|
||||
[](https://goreportcard.com/report/github.com/ellaism/multi-geth)
|
||||
[](https://travis-ci.org/ellaism/multi-geth)
|
||||
[](https://discord.gg/gz9tURY)
|
||||
[](https://goreportcard.com/report/github.com/ethoxy/multi-geth)
|
||||
[](https://travis-ci.org/ethoxy/multi-geth)
|
||||
|
||||
Binary archives are published at https://github.com/ellaism/multi-geth/releases.
|
||||
Binary archives are published at https://github.com/ethoxy/multi-geth/releases.
|
||||
|
||||
## Building the source
|
||||
|
||||
|
|
@ -29,9 +28,12 @@ or, to build the full suite of utilities:
|
|||
|
||||
## Ellaism network
|
||||
|
||||
The current version by default connect to Ethereum network, to get on Ellaism network, pass the `--ellaism` flag. For example:
|
||||
|
||||
geth --ellaism
|
||||
This is originally an [Ellaism
|
||||
Project](https://github.com/ellaism). However, A [recent hard
|
||||
fork](https://github.com/ellaism/specs/blob/master/specs/2018-0003-wasm-hardfork.md)
|
||||
makes Ellaism not feasible to support go-ethereum any more. Existing
|
||||
Ellaism users are asked to switch to
|
||||
[Parity](https://github.com/paritytech/parity).
|
||||
|
||||
## Executables
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue