From 9e42af8fb76a7fe603c341562c635796c2d0a083 Mon Sep 17 00:00:00 2001 From: Maximilian Meister Date: Tue, 18 Apr 2017 23:17:54 +0200 Subject: [PATCH] README: document new config file option --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 34522fc06c..9264262c7b 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,22 @@ always use separate accounts for play-money and real-money. Unless you manually will by default correctly separate the two networks and will not make any accounts available between them.* +### Configuration + +As an alternative to passing the numerous flags to the `geth` binary, you can also pass a configuration file via: + +``` +$ geth --config /path/to/your_config.toml +``` + +To get an idea how the file should look like you can use the `dumpconfig` subcommand to export your existing configuration: + +``` +$ geth --your-favourite-flags dumpconfig +``` + +*Note: This works only with geth v1.6.0 and above* + #### Docker quick start One of the quickest ways to get Ethereum up and running on your machine is by using Docker: