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
17
README.md
17
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.
|
||||||
|
|
@ -95,7 +100,7 @@ Specifying the `--testnet` flag however will reconfigure your Geth instance a bi
|
||||||
`geth attach <datadir>/testnet/geth.ipc`. Windows users are not affected by this.
|
`geth attach <datadir>/testnet/geth.ipc`. Windows users are not affected by this.
|
||||||
* Instead of connecting the main Ethereum network, the client will connect to the test network,
|
* Instead of connecting the main Ethereum network, the client will connect to the test network,
|
||||||
which uses different P2P bootnodes, different network IDs and genesis states.
|
which uses different P2P bootnodes, different network IDs and genesis states.
|
||||||
|
|
||||||
*Note: Although there are some internal protective measures to prevent transactions from crossing
|
*Note: Although there are some internal protective measures to prevent transactions from crossing
|
||||||
over between the main network and test network, you should make sure to always use separate accounts
|
over between the main network and test network, you should make sure to always use separate accounts
|
||||||
for play-money and real-money. Unless you manually move accounts, Geth will by default correctly
|
for play-money and real-money. Unless you manually move accounts, Geth will by default correctly
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue