From 910aadc10a7b808d2a79db14dec34f9b284cfa00 Mon Sep 17 00:00:00 2001 From: Benjamin Wilson Date: Sun, 14 Jul 2024 19:43:27 -0400 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f32ea6a..4dbd201 100644 --- a/README.md +++ b/README.md @@ -38,14 +38,24 @@ Bitcoin Node with the following configuration: 1. Run Installer .exe -2. Open settings.json in a test editor. I will be found at: +2. Open settings.json in a text editor. It can be found at: - **Windows:** %APPDATA%/public-pool-app/ + **Windows:** %APPDATA%/public-pool-app/settings.json - **macOS:** ~/Library/Application Support/public-pool-app/ + **macOS:** ~/Library/Application Support/public-pool-app/settings.json - **Linux:** ~/.config/public-pool-app/ + **Linux:** ~/.config/public-pool-app/settings.json 4. Edit settings.json to match the IP address of your Bitcoin Node, Username and password 5. Start or Restart App + +## Troubbleshooting + +Logs can be found at: + +**Windows:** %APPDATA%/public-pool-app/logs/main.log + +**macOS:** ~/Library/Logs/public-pool-app/main.log + +**Linux:** ~/.config/public-pool-app/logs/main.log