From 15623255b335c9a4d8caf768a2965122b4311e15 Mon Sep 17 00:00:00 2001 From: unsystemizer Date: Mon, 30 Oct 2017 22:18:32 +0800 Subject: [PATCH 1/3] Initiate troubleshooting section ... and move "MIT" to a new line --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf7f6dc..0220454 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This server provides an API for unspent transaction outputs for bitcoin addresse ## Configuration ### .env file -Copy `.env-example` to `.env` and modify the `.env` file as needed. To use a custom configuration file, you can specify a file path by setting the `CONFIG_FILE` environment variable to the location of your environment config path. +Copy `.env-example` to `.env` and modify the `.env` file as needed. To use a custom configuration file, you can specify a file path by setting the `CONFIG_FILE` environment variable to the location of your environment config path. ### bitcoin.conf configuration @@ -78,5 +78,10 @@ And receive a response like this: } ``` +## Troubleshooting -## License [MIT](LICENSE) +Edit `.env`, set debug options and restart indexd. For example, to debug problems related to data synchronization with the blockchain service, add `blockchain` category to `DEBUG` options. + +## License + +[MIT](LICENSE) From 2aa3beadba67805c28f7eff2f7a076fca7d69868 Mon Sep 17 00:00:00 2001 From: unsystemizer Date: Mon, 30 Oct 2017 22:26:34 +0800 Subject: [PATCH 2/3] Document wildcard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0220454..c8410fa 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ And receive a response like this: ## Troubleshooting -Edit `.env`, set debug options and restart indexd. For example, to debug problems related to data synchronization with the blockchain service, add `blockchain` category to `DEBUG` options. +Edit `.env`, set debug options and restart indexd. For example, to debug problems related to data synchronization with the blockchain service, add `blockchain` category to `DEBUG` options. Use `*` to output all debugging information (zmq, express, mempool, etc.). ## License From 6add8fe88283451b8aa42c541f23be0d721f8ec9 Mon Sep 17 00:00:00 2001 From: unsystemizer Date: Mon, 30 Oct 2017 22:27:30 +0800 Subject: [PATCH 3/3] Remove redundant space char to minimize changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8410fa..156efcf 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This server provides an API for unspent transaction outputs for bitcoin addresse ## Configuration ### .env file -Copy `.env-example` to `.env` and modify the `.env` file as needed. To use a custom configuration file, you can specify a file path by setting the `CONFIG_FILE` environment variable to the location of your environment config path. +Copy `.env-example` to `.env` and modify the `.env` file as needed. To use a custom configuration file, you can specify a file path by setting the `CONFIG_FILE` environment variable to the location of your environment config path. ### bitcoin.conf configuration