Commit Graph

6 Commits

Author SHA1 Message Date
MadelineMurray
538db5d1f9 Updated docker docs for location of data path (#1790)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-30 22:41:59 +10:00
MadelineMurray
df9d656bb4 Added setting of CLI options as env variables (#1621)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-07-03 05:17:13 +10:00
jacobhackman
3cd9f94dac Update Using-Configuration-File.md (#1351)
Reworded a sentence for clarity.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-04-29 17:57:28 +10:00
MadelineMurray
fc3383eb5d Added links to running from Docker image (#1079)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-03-12 13:01:54 +10:00
Nicolas MASSART
2ef0694c6f Nc 2026 network option (#645)
fixes NC-2026 adds a `--network` option instead of separated options

Networks are now defined using a `--network` option that takes the case insensitive
name of an enum values as input :   MAINNET, RINKEBY, ROPSTEN, GOERLI, DEV

These presets are a set of network-id, genesis file and boonodes list.

If the `--genesis-file` is provided with a valid JSON genesis file,
Pantheon uses it instead of the default network. An empty bootnodes list is then
the default value and network id is the chain id found in the genesis file.

`--network-id` and `--bootnodes` options can override these defaults.

You can of course also override the `--network-id` and `--bootnodes` for a
predefined known network (using `--network`).

User have no reason to set `--network` and `--genesis-file` options at the same
time that would lead to misunderstandings so we raise an error to prevent both
options to be defined at the same time on the command line.

Also fixes NC-2189 renaming --private-genesis-file to --genesis-file

Updates a lot of doc according to the options changes

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-01-25 12:50:08 +01:00
MadelineMurray
59ccc5a027 Configuration file content (#517)
* started

* WIP

* Added configuration file examples

* Review rework

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
2019-01-11 14:50:18 +11:00